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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-07 09:37:36 +0300
committerguangmean <angularcorp@outlook.com>2019-01-07 09:37:36 +0300
commitcba901d44b82eb66a336e15d52a77d7de2ac9919 (patch)
tree62c4524e14b2c3bfadfd2787b79325d662b686d6
parent4bdffbdbf0c4b76cf85ad4584c6c3579713fdbd9 (diff)
Showcase
-rw-r--r--images/screenshot.pngbin0 -> 149927 bytes
-rw-r--r--images/thumbnail.pngbin0 -> 89327 bytes
-rw-r--r--layouts/index.html2
-rw-r--r--screenshot_home.pngbin156568 -> 0 bytes
-rw-r--r--screenshot_single.pngbin153966 -> 0 bytes
-rw-r--r--theme.toml6
6 files changed, 4 insertions, 4 deletions
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..a294060
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/thumbnail.png b/images/thumbnail.png
new file mode 100644
index 0000000..26c5199
--- /dev/null
+++ b/images/thumbnail.png
Binary files differ
diff --git a/layouts/index.html b/layouts/index.html
index 5806ecf..a4495a3 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,7 +19,7 @@
<a href="/" class="current">HOME</a>
</div>
<div>
- {{ range (.Paginate ( first 100 .Pages.ByPublishDate.Reverse )).Pages }}
+ {{ range (.Paginate ( first 3 .Pages.ByPublishDate.Reverse )).Pages }}
<article>
<h3><a href="{{ .RelPermalink }}">&#10132; {{ .Title }}</a></h3>
<div class="less">
diff --git a/screenshot_home.png b/screenshot_home.png
deleted file mode 100644
index 46e7b88..0000000
--- a/screenshot_home.png
+++ /dev/null
Binary files differ
diff --git a/screenshot_single.png b/screenshot_single.png
deleted file mode 100644
index 6549d1c..0000000
--- a/screenshot_single.png
+++ /dev/null
Binary files differ
diff --git a/theme.toml b/theme.toml
index ae95aa0..997275c 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,11 +3,11 @@
name = "Niello"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+licenselink = "https://github.com/guangmean/Niello/blob/master/LICENSE"
description = "A Dark Theme for Hugo"
homepage = "https://github.com/guangmean/Niello"
-tags = []
-features = []
+tags = ["blog"]
+features = ["blog"]
min_version = "0.41"
[author]