Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <9484709+goodroot@users.noreply.github.com>2021-07-03 08:56:45 +0300
committergoodroot <9484709+goodroot@users.noreply.github.com>2021-07-03 08:56:45 +0300
commit202b5e81d3cb0ffbe332504e4c1f42dc70234ad0 (patch)
tree80acfda9817129cf4321738503d5531b4b249bb4
parentab4db7c7b8773aea436ef5c77ac1384cf6004e15 (diff)
tidy
-rw-r--r--README.md9
-rw-r--r--images/dark.pngbin0 -> 729160 bytes
-rw-r--r--images/light.pngbin0 -> 745478 bytes
-rw-r--r--images/screenshot.pngbin366422 -> 0 bytes
-rw-r--r--images/tn.pngbin130371 -> 745478 bytes
5 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index b1fd3cb..35a4b88 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ cd .. && hugo server
### New Posts
-To make new posts, simply use the command line:
+Make new posts:
```
hugo new post/good-to-great.md
@@ -54,7 +54,7 @@ hugo new post/good-to-great.md
### Header Colour
-To adjust the header colour, head to `static/css/style.css` and change...
+Adjust header colour within `static/css/style.css`
```
header {
@@ -76,6 +76,8 @@ Change `color:` to a nice matching colour.
### Darkmode
+Match or over-ride system-wide dark/light settings
+
1. Open `static/css/style.css`
2. Edit the following attributes to match light/dark
@@ -94,7 +96,8 @@ Change `color:` to a nice matching colour.
#### Screenshot
-![Screenshot of Hugo Classic](/images/screenshot.png)
+![Hugo Classic light mode](/images/light.png)
+![Hugo Classic dark mode](/images/dark.png)
## Blog Posts
diff --git a/images/dark.png b/images/dark.png
new file mode 100644
index 0000000..93b02a2
--- /dev/null
+++ b/images/dark.png
Binary files differ
diff --git a/images/light.png b/images/light.png
new file mode 100644
index 0000000..9ddd2ea
--- /dev/null
+++ b/images/light.png
Binary files differ
diff --git a/images/screenshot.png b/images/screenshot.png
deleted file mode 100644
index 0dc8a8c..0000000
--- a/images/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/images/tn.png b/images/tn.png
index f58c780..9ddd2ea 100644
--- a/images/tn.png
+++ b/images/tn.png
Binary files differ