A personal blog built with Hugo, using the Terminal theme. Fast, minimal, and highly customizable.
- Terminal theme: Retro, minimal, and fully responsive.
- Custom color schemes: Easily tweak via Terminal.css.
- Syntax highlighting: Powered by Chroma.
- Fira Code font: Beautiful monospaced font for code.
- Comments: Integrated via Giscus.
- Easy content management: Write posts in Markdown.
- SEO-friendly: Sitemap, robots.txt, and meta tags.
- Git-based workflow: Version control for all content and configuration.
.
├── archetypes/ # Content templates
├── content/ # Blog posts and pages
│ └── posts/
├── layouts/ # Custom HTML templates
├── static/ # Static assets (images, CSS, favicon, etc.)
├── themes/terminal/ # Hugo Terminal theme
├── hugo.toml # Site configuration
└── README.md # This file
- Hugo Extended v0.90.x or newer
- Git
-
Clone the repository:
git clone https://github.com/razobeckett/blog.git cd blog -
Install Hugo Terminal theme:
git submodule update --init --recursive # or manually clone to themes/terminal -
Install dependencies (if any):
npm install # or yarn install
Start the development server:
hugo server -t terminalVisit http://localhost:1313 in your browser.
hugoThe static site will be generated in the public/ directory.
- Config: Edit
hugo.tomlfor site settings, theme options, and menu. - Content: Add Markdown files to
content/posts/for new blog posts. - Assets: Place images, CSS, and other static files in
static/. - Theme: Customize the theme in
themes/terminal/or override styles instatic/style.css. - Comments: Giscus is configured in
hugo.tomlunder[params.giscus].
Contributions, suggestions, and bug reports are welcome! Please open an issue or pull request.
Content on this blog is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). You must give appropriate credit to Razo Beckett and https://blog.razobeckett.xyz, provide a link to the license, and indicate if changes were made.
The site code and theme are licensed under the MIT License. The Terminal theme is © 2019-2025 Radek Kozieł (panr), also MIT.