Skip to content

blachniet/blachniet.github.io

Repository files navigation

blachniet.com

My personal website.

Writing

Publishing checklist

  • Title
  • Date
  • Tags
  • Slug
  • Spell

Hugo options

While editing, include these options:

hugo server --noTimes --buildDrafts --navigateToChanged
  • --noTimes - I seem to have trouble with some sort of chtimes error on my Mac.
  • --buildDrafts - So I can see what I'm working on.
  • --navigateToChanged - Automatically jump to the page I just changed.

Theme

Syntax highlighting

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.

Tools

These are some tools I used to create this site.

Releases

No releases published

Packages

No packages published

Languages