Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A lively and fun Hugo theme for creating personal websites 🌐

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
Cyberscape is a Hugo theme for building personal websites, using Tailwind CSS to produce a lively and colorful static site from Markdown content.
Cyberscape is an open-source Hugo theme created by isaksolheim, published on GitHub, and released under the MIT license. It takes Markdown files placed in the content directory and renders them into a static website, with color and styling handled by Tailwind CSS. The theme is designed to feel lively and fun, making it a good fit for personal blogs, portfolios, and experimental sites. A live demo is available at cyberscape.isak.me, and its source repository is also posted on GitHub.
theme = "cyberscape" setting in config.toml.tailwind.config.js that scans Markdown, layouts, and parent content directories, plus an npm run watch command for live compilation.[[menu.main]] section in config.toml, pointing to pages in the content folder.After installing the theme as a submodule, you activate it in config.toml, run npm i inside the themes directory, and start the Tailwind watcher with npm run watch. Hugo then compiles your Markdown content into a static site, with Tailwind generated based on the class names found in your content and layouts.
Yes, Cyberscape is released under the MIT license, so it is free to use, modify, and redistribute, including in commercial projects.
Add it as a git submodule with git submodule add https://github.com/isaksolheim/cyberscape themes/cyberscape, then set theme = "cyberscape" in config.toml, navigate to themes/cyberscape, and run npm i.
Yes, Cyberscape uses Tailwind CSS for styling. You need Node.js and npm installed to install dependencies and run the npm run watch command during development.
Yes, if you set [markup.goldmark.renderer] unsafe=true in your config, you can use raw HTML and Tailwind classes in Markdown files.
Cyberscape is MIT licensed, and the source code is available on GitHub at https://github.com/isaksolheim/cyberscape.
