The source code for https://minecrafttas.com
Uses a completely custom theme that I would not recommend to copy...
- Download Hugo Extended (hugo_extended_<number>_windows-amd64)
- Extract it and put it in the mctas.com folder
- Run
./hugo.exe server
or./startserver.sh
- Open
http://localhost:1313/
Want to add new pages and guides? Add a markdown file into the content folder and choose a subdirectory. The html will be automatically generated.
You may also use the command hugo new <filename>.md
or hugo new <directory>/<filename>.md
to let hugo initialize a new file with a template.
To add html to your markdown simply encase the tags with {{<rawhtml>}}
{{<rawhtml>}}
<p> Your html code here! <p>
{{</rawhtml>}}
Running hugo
will generate the html files in the public/
directory