Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.09 KB

HunGer

Personal blog-like project for mastering Hungarian and German languages.

All the texts published are taken from the book “Hogy mondjunk németül?“ (of the series “Tanuljunk nyelveket!“). I do not claim the copyright of all examples from the book. The examples are used only in educational purposes; I do not pursue any commercial goals.

Getting Up and Running Locally

  1. Install Hugo
  2. git clone https://github.com/denpatin/hunger.git && cd hunger
  3. hugo server -D
  4. Go to http://localhost:1313 and see the blog run

Adding a New Post

  1. hugo new posts/123-some-new-post.md
  2. Open content/posts/123-some-new-post.md in text editor
  3. Customize title, date, or whatever you want

Note that the skeleton of the post is taken from archetypes/default.md

Publishing a New Post

  1. ./publish.sh

Contributing

  1. Open a new issue indicating the request/typo/whatever
  2. Thanks!

Contributors

License

MIT License