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
- install hugo (extended edition)
- create a new site:
hugo new site mysite - add this theme to
themes/terminal - copy the example config and content
- run
hugo server -Dand visithttp://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!