New mailcow Blog Page based on Hugo
Used Theme FixIT by @Lruihao (Original by @dillonzq)
- Clone the Repository to your computer.
- Download and install Hugo + Extended on your PC (Installation guide)
- Inside the cloned repository do a
hugo serve
to fireup a local Webserver with the compiled website. - To create a new Page simply copy a article folder (located at
content/posts/202X
) and rename the folder to a different name. - Edit the files in it (
index.de.md
== German,index.en.md
== English Version of a page).
- After finishing a new page simply run
hugo
which will compile the whole website in a usable state. - Commit the changes and push them to the repo.
- Let GitHub run the compilation process again to let the changes appear on the live website.