getting started with hugo terminal theme

welcome to the terminal theme for hugo. this is a minimal, terminal-inspired theme with dark and light mode support.

features

  • dark/light mode toggle with no flash on reload
  • career timeline driven by front matter
  • skills grid
  • blog with date-sorted posts
  • responsive design
  • zero external dependencies

quick start

  1. install hugo (extended edition)
  2. create a new site: hugo new site mysite
  3. add this theme to themes/terminal
  4. copy the example config and content
  5. run hugo server -D and visit http://localhost:1313

customization

all colors are defined as css custom properties in assets/css/variables.css. override them in your own css to change the color scheme.

happy building!