This project documents how I created a terminal-style blog using Hugo and the Terminal theme.
Stack:
- Hugo (extended)
- Terminal theme by panr
- Linux development environment
Milestones:
- Install Hugo and verify the extended build.
- Initialize a new site (
hugo new site myblog). - Add the Terminal theme under
themes/terminal. - Configure
hugo.tomlwith the theme and menu. - Create
journalandprojectssections with sample content.