The Anthrocon website.
- Hugo - Static sites in Go!
- Markdown - Readable pages!
- Semantic HTML - Accessibility by default!
- Pico CSS - Lightweight CSS framework!
Follow the official Hugo documentation for your system.
Be sure to install the hugo-extended
version, as it comes with extra support that this site requires.
Building this website for public release is one command: hugo
!
You will see output similar to the following:
$ hugo
Start building sites …
hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended linux/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio
| EN
-------------------+------
Pages | 66
Paginator pages | 0
Non-page files | 73
Static files | 1
Processed images | 268
Aliases | 42
Sitemaps | 1
Cleaned | 0
Total in 76 ms
You can then use the public
folder to upload the site to whatever static host you desire.
If you'd like hugo to serve you the site locally, just run hugo serve
!
You'll see output like so:
> $ hugo serve
Watching for changes in anthrocon/www/{content,layouts,package.json,themes}
Watching for config changes in anthrocon/www/hugo.yaml, anthrocon/www/themes/anthropomorphic/hugo.toml
Start building sites …
hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended linux/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio
| EN
-------------------+------
Pages | 66
Paginator pages | 0
Non-page files | 73
Static files | 1
Processed images | 268
Aliases | 42
Sitemaps | 1
Cleaned | 0
Built in 107 ms
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
You can now visit the site locally. Press Ctrl + C to stop the server when you're done.
- Licensed under the MIT License.
No license implied. All rights reserved copyright Anthrocon, Inc., 2024.