My personal website.
- Title
- Date
- Tags
- Slug
- Spell
While editing, include these options:
hugo server --noTimes --buildDrafts --navigateToChanged
--noTimes
- I seem to have trouble with some sort ofchtimes
error on my Mac.--buildDrafts
- So I can see what I'm working on.--navigateToChanged
- Automatically jump to the page I just changed.
I'm using the Chroma syntax highlight feature built into Hugo. See Syntax Highlighting for more information.
To generate the stylesheet:
hugo gen chromastyles --style dracula --highlightStyle 'bg:#44475a' > assets/css/extended/dracula.css
See the List of Chroma Highlighting Languages.
These are some tools I used to create this site.
- wordpress-export-to-markdown with some of my own customizations.
- favicon.ico