diff options
author | jaseg <git@jaseg.de> | 2022-02-23 22:34:14 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-23 22:34:14 +0100 |
commit | c21e6f3076149fb8c9c9f6c154ea907a32af9494 (patch) | |
tree | 1e7f84a57415a203fcc3fc6b48535b1d8af6cb72 /themes/blog.jaseg.de/README.md | |
parent | 072b2d38e254cfa662d4d9e994e624f612d1766e (diff) | |
parent | 4c52f1b500c0edb9a2947f01219080e26ded209f (diff) | |
download | blog-c21e6f3076149fb8c9c9f6c154ea907a32af9494.tar.gz blog-c21e6f3076149fb8c9c9f6c154ea907a32af9494.tar.bz2 blog-c21e6f3076149fb8c9c9f6c154ea907a32af9494.zip |
deploy.py auto-commit
Diffstat (limited to 'themes/blog.jaseg.de/README.md')
-rw-r--r-- | themes/blog.jaseg.de/README.md | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/themes/blog.jaseg.de/README.md b/themes/blog.jaseg.de/README.md deleted file mode 100644 index 5135313..0000000 --- a/themes/blog.jaseg.de/README.md +++ /dev/null @@ -1,73 +0,0 @@ -# Hugo.io - Classic Theme - -Classic is forked from the **XMin** theme, written by [Yihui Xie](https://yihui.name). I made a fresh remix of it for my [personal blog](https://goodroot.ca). 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 the contents of the `exampleSite` directory into {dir}/classic. - -6: 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 - -![Screenshot of Hugo Classic](https://github.com/goodroot/hugo-classic/raw/master/images/screenshot.png) - -## Blog Posts - -hugo-classic has appeared in... - -[15 Hugo Framework blog themes](https://terrty.net/2018/15-hugo-framework-blog-themes/) by [paskal](https://github.com/paskal) |