Set up Hugo, add new website/content #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/hugo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set up the Hugo static site generator with a new custom theme, generating exactly what we have right now.
Then added new pages and content, currently not linked from the frontpage. You can browse the latest build here: https://kosmos.5apps.com/projects/
Local builds are also easy. Just install Hugo, and run
npm install; npm run dev
. This will auto-build and locally serve both the static pages and CSS (in all normal cases).As of yet, there is zero JavaScript used on the site itself. Even the mobile navigation menu is opened/closed using pure HTML and CSS.
1116da13c0
to0f806bded1
0f806bded1
to893c0bd40a
893c0bd40a
to1e728d56e6
56b1b775b0
to9e1c2bd397
WIP: Set up Hugoto Set up Hugo, add new website/content