summaryrefslogtreecommitdiff
path: root/themes/hugo-classic/README.md
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-08-15 14:32:23 +0200
committerjaseg <git@jaseg.de>2021-08-15 14:32:23 +0200
commit6c1bf0bbf6189c6927514f58271dd63831909640 (patch)
treed3c6f5b6ea8c90b1e0d9751c411d83c7ce113513 /themes/hugo-classic/README.md
parent088e9c83e8683f9bfbf694771c128a3cc1d62c50 (diff)
parentfc5a5cf688997d7eb4705ad5c152497d175134af (diff)
downloadblog-6c1bf0bbf6189c6927514f58271dd63831909640.tar.gz
blog-6c1bf0bbf6189c6927514f58271dd63831909640.tar.bz2
blog-6c1bf0bbf6189c6927514f58271dd63831909640.zip
deploy.py auto-commit
Diffstat (limited to 'themes/hugo-classic/README.md')
-rw-r--r--themes/hugo-classic/README.md73
1 files changed, 0 insertions, 73 deletions
diff --git a/themes/hugo-classic/README.md b/themes/hugo-classic/README.md
deleted file mode 100644
index 5135313..0000000
--- a/themes/hugo-classic/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)