Hugo Themes
Hugo - Classic
A minimal blog theme, for those who love text. Based off the eXtremely minimal theme by Yihui Xui.
- Author: Kellen Evan Person
- Minimum Hugo Version: 0.18
- Updated: 2020-12-12
- License: MIT
- Tags: minimal blog personal simple clean starter minimalist
Hugo.io - Classic Theme
Classic is forked from the XMin theme, written by Yihui Xie.
It provides some simplifications, highlight.js
for syntax highlighting, emoji support, and slick fonts.
Instructions
1: Install Hugo.
brew install hugo
2: Create a new site.
hugo new site classic
3: Change to themes dir.
cd classic/themes
4: Clone the repo
git clone git@github.com:goodroot/hugo-classic.git
5: Copy files within the exampleSite
directory into the classic directory. Overwrite the existing content/
, static/
, and config.toml
files.
6: Run hugo server
within classic/
and enjoy and customize to your hearts content!
New Posts
To make new posts, simply use the command line:
hugo new post/good-to-great.md
Header Colour
To adjust the header colour, head to static/css/style.css
and change…
header {
background: #613DC1;
}
… background:
to any colour value you’d like!
For header font:
header a {
color: #fff;
}
Change color:
to a nice matching colour.
Screenshot
Blog Posts
hugo-classic has appeared in…
15 Hugo Framework blog themes by paskal