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>2017-11-22 04:44:12 +0300
committerNate <nathancday@gmail.com>2018-03-12 02:28:20 +0300
commit3668b062f4e980ae164f1fad7dddf71e383c9060 (patch)
tree76f458a0a8e803679d136a3dadfa3f27d10733f0
parente6dc43554123c35fe9e9ddbaf2e751c3b360df31 (diff)
tweaked footer and README for MinNight
-rw-r--r--README.md12
-rw-r--r--layouts/partials/footer.html2
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8aab52e..0da2bb5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# MinNight
-A sleek toggleable night-mode theme for [Hugo](https://gohugo.io). Built on top on the great [Minimal](https://github.com/calintat/minimal) theme. With all of the great Minimal implementations, like custom accent colors, FontAwesome
+A sleek toggleable night-mode theme for [Hugo](https://gohugo.io). Built on top on the great [Minimal](https://github.com/calintat/minimal) theme. Keeps all of the great Minimal stuff, like custom accent color, Google Fonts, FontAwesome menu icons, and layers on:
-- A night-mode toggle!!!
+- A night-mode toggle, for eye easy reading
- A tags/categories list page template from [Xmin](https://github.com/yihui/hugo-xmin)
-- Seperate list templates for posts and projects
-- All tags/categories are links
+- Updated tag/category labels to hyperlinks back to list of sames
+- Different list templates for posts and projects
A live demo is available [here](https://natedayta.com).
@@ -27,7 +27,7 @@ Now you can get updates to Minimal in the future by updating the submodule:
$ git submodule update --remote themes/min_night
```
-I use this theme via the `R` pacakge `blogdown`, you can do the same with.
+I use this theme via the `R` pacakge `blogdown`, you can do the same in R.
```
library(blogdown)
@@ -74,7 +74,7 @@ The theme uses [Google Fonts](https://fonts.google.com) to load its font. To cha
### Syntax highlighting
-The theme supports syntax highlighting thanks to [highlight.js](https://highlightjs.org). You can change the color sheme via the `highlightStyle` param. Checkout out the options [here](https://highlightjs.org/static/demo/), make sure your main languages render well. For best results with dark-mode, I reccommend choosing a light background style that matches your `accent` color. You control the languages that are highlighted with the `highlightLanguages` param.
+The theme supports syntax highlighting thanks to [highlight.js](https://highlightjs.org). You can change the color scheme via the `highlightStyle` param. Checkout out the options [here](https://highlightjs.org/static/demo/), make sure your main languages render well. For best results with dark-mode, I reccommend choosing a light background style that matches your `accent` color. You control the languages that are highlighted with the `highlightLanguages` param.
The style and languages should be written in hyphen-separated lowercase, for example:
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8e4a166..0682827 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer>
<div style = "padding:15px;">
- <p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; Nate Day . Powered by [Hugo](https://gohugo.io) and [Minimal](https://github.com/calintat/minimal)" | markdownify }}
+ <p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; Nate Day . Powered by [Hugo](https://gohugo.io) and [MinNight](https://github.com/nathancday/min_night)" | markdownify }}
</p>
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"
title="Creative Commons Attribution 4.0 International license">