- Initially tried Jekyll and could not get it to theme correctly
- Switch to Hugo where I have had some prior experience
- Finally got it up and working on 2004.03.20 after forking the theme
- Items placed in
static
get copied in their directory structure topublic
- so for images that neeed to go in
public/images
put them instatic/images
- so for images that neeed to go in
-
How To on build process for Hugo on GitHub
-
How to add a theme
- from the root of your hugo site:
git submodule add https://github.com/{user}/{theme} themes/{theme-name}
- add
theme = '{theme-name}' to
hugo.toml` file
-
A How-To for Adding a theme as a submodle for hosted pages on github
-
AI Based Image Generation via krea.ai