Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.21 KB

Building The Site

  • 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

Hugo Notes

  • Items placed in static get copied in their directory structure to public
    • so for images that neeed to go in public/images put them in static/images

How-To

  • 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

  • FavIcons in Hugo

  • AI Based Image Generation via krea.ai

Notes