Content of the project's website
 
 
 
 
 
Go to file
pramsey 7dbd675d86 news item for 3.4.3 release 2024-09-04 12:51:34 -07:00
.woodpecker Move configuration back to toml 2024-05-31 16:49:18 +02:00
archetypes
content news item for 3.4.3 release 2024-09-04 12:51:34 -07:00
data/menu
layouts
static
themes/hugo-geekdoc
utils Move configuration back to toml 2024-05-31 16:49:18 +02:00
.editorconfig
.gitignore RELEASE of 3.5.0alpha1 2024-07-05 00:28:13 -04:00
Makefile Add a Makefile with a check target and mention running it from README 2024-05-31 18:25:16 +02:00
README.md Add a Makefile with a check target and mention running it from README 2024-05-31 18:25:16 +02:00
config.toml Bump 3.4 to 3.4.3 2024-09-04 12:17:40 -07:00

README.md

status-badge

Static Site Build

Our site is built with hugo. To work with the docs you will probably want to install hugo so you can see the rendered result as you work.

Theme

This site is using a customized version of the hugo-geekdoc theme.

All changes are implemented in the side, not in the theme, so DO NOT EDIT THE THEME

- "tips" now have their own "type", they are no longer posts
- "news" is the post type for news!
- "events" is the type for events!

DO NOT EDIT THE THEME!

Development

Install the hugo binary for your operating system. Run the local server:

hugo server

Remember to set "draft: false" in the page front matter or your content won't show up.

Building

To build run hugo without any arguments. This will create a public folder:

hugo

Testing

Run make check after changes, before push