Simple blog project built with Hugo, using the panr/hugo-theme-terminal theme, and set up for static hosting on Hostinger.
- Hugo extended edition installed locally
The active theme is installed locally in themes/terminal.
This site currently uses the theme defaults with no local layout or style overrides.
hugo server -DThe site will be available at http://localhost:1313.
hugo new content posts/my-new-post.mdNew posts start as drafts. Change draft = true to draft = false when ready to publish.
hugoThe production site is generated in public/.
- Update
baseURLinhugo.tomlto your real domain, for examplehttps://blog.example.com/. - Run
hugoto generate the static site. - In Hostinger, open File Manager or connect with FTP.
- Upload the contents of
public/intopublic_html/if the blog is hosted at the domain root. - If the blog is hosted in a subfolder, upload the contents of
public/into that folder and make surebaseURLmatches the final URL.
content/: posts and pagesthemes/terminal/: installed Hugo themepublic/: generated output after a build