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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 20:05:53 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 20:05:53 +0300
commit260cccc1b3604172dbaf64bedf7d6afeb64b670c (patch)
treeda528258c95ae923619121ab20c7a573bb47bef8
parent06dd1bb818581ce913bfc42d3fce8718ff77b9c4 (diff)
update: exampleSite pageSize and README
-rw-r--r--README.md3
-rw-r--r--assets/css/main.scss1
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml2
4 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index f8496c6..af70ff3 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,9 @@ Mixedpaper is a minimalist Hugo theme for writers and bloggers.
- Clean and minimalist
- SCSS styling
-- JavaScript free
- Syntax highlighting
+- Styled Archives
+- Minimal vanilla js
## Installation
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 11c2157..dfe8ac4 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -1090,6 +1090,7 @@ body {
/* back to top */
#back_to_top {
+ visibility: hidden;
bottom: calc(6em + 40px);
border: 0;
background: transparent;
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8461f20..37a4d3b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,7 @@ languageCode = "en-us"
title = "Mixedpaper"
theme = "hugo-theme-mixedpaper"
enableRobotsTXT = true
-paginate = 10 # Set the number of posts to show before overflowing to the next page.
+paginate = 3 # Set the number of posts to show before overflowing to the next page.
summaryLength = 100 # Configure how long the post summary should be on the homepage.
pygmentsUseClasses = true # enable theme-defined highlight style
hasCJKLanguage = true
diff --git a/theme.toml b/theme.toml
index e67df12..43d0590 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/wayjam/hugo-theme-mixedpaper/blob/master/LICENSE.md"
description = "A simple Hugo theme for writers and bloggers."
homepage = "https://github.com/wayjam/hugo-theme-mixedpaper"
-tags = ["blog", "minimalist", "paper", "clean", "simple", "light"]
+tags = ["blog", "minimalist", "paper", "clean", "simple", "light", "writing"]
features = ["blog", "responsive", "social media"]
min_version = "0.41"