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

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate <nathancday@gmail.com>2018-05-20 15:44:53 +0300
committerNate <nathancday@gmail.com>2018-05-20 15:44:53 +0300
commit56f5c1d5470bc23609bd60fdedb08246e860a7d3 (patch)
treebef2c127e4b5a17142abb5feee20da938922db68
parente709851f52d27976edcbabc9c2b8345a3c7e7ceb (diff)
docs ready to tag and release
-rw-r--r--README.md12
-rw-r--r--theme.toml15
2 files changed, 16 insertions, 11 deletions
diff --git a/README.md b/README.md
index 2a80db9..454217a 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
Blogs are for reading and sharing. This theme tries to make both of those better.
-`min_night` is built on top of the great [Minimal](https://github.com/calintat/minimal) theme, but in the never ending journey of customization I decided to make it its own. So while it keeps all of the cool original Minimal features, like:
+`min_night` is built on top of [Minimal](https://github.com/calintat/minimal), and keeps a lot of the cool original features:
-- GoogleFonts
-- Accent color
-- FontAwesome icons
+- Bootstrap
+- GoogleFonts
+- FontAwesome
- HighlightJS
It also gets a bunch of new add-ons:
@@ -25,14 +25,14 @@ A live demo is available [here](https://natedayta.com).
Installing Hugo themes as submodules is best.
-This is how you can get starting with `min_night` using the [QuickStart tutorial](https://gohugo.io/getting-started/quick-start/):
+This is how you can get starting with `min_night` using the [QuickStart tutorial](https://gohugo.io/getting-started/quick-start/). Run each line individually.
```bash
hugo new site quick
cd quick
git init
git submodule add https://github.com/nathancday/min_night.git themes/min_night
-cp -r themes/min_night/exampleSite .
+cp -r themes/min_night/exampleSite/ .
hugo server -D
```
diff --git a/theme.toml b/theme.toml
index e18cdfb..1d9332a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,17 @@
-name = "MinNight"
+name = "min_night"
license = "MIT"
licenselink = "https://github.com/nathancday/min_night/blob/master/LICENSE.md"
-description = "A sleek dark-mode toggle-able Hugo theme"
+description = "An easy on the eyes blog theme with night-mode."
homepage = "http://github.com/nathancday/min_night"
-tags = ["minimal", "dark", "light", "link_tags", "bootstrap"]
-features = ["responsive", "night-mode", "dark-mode"]
-min_version = "0.24.1"
+tags = ["blog", "night-mode"]
+features = ["twitter-cards"]
+min_version = "0.30.2"
[author]
name = "Nate Day"
homepage = "https://natedayta.com"
+
+[original]
+ author = "Calin Tataru"
+ homepage = "https://calintat.github.io/"
+ repo = "https://github.com/calintat/minimal"