Skip to content

A place for my thoughts on development, technology and anything else I like

Notifications You must be signed in to change notification settings

meaxsom/meaxsom.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A place for my thoughts on development, technology and anything else I like

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published