aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/mypaper/theme.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-19 19:29:38 +0900
committernsfisis <nsfisis@gmail.com>2022-04-19 19:37:17 +0900
commit5a8024a827b6dbb103712865261c9a5ebc2908f9 (patch)
tree38b06170f358cd22492ff4f8879f3d413c942623 /themes/mypaper/theme.toml
parentde3cb0a4ad98708540e9fa9ff7831f583ce380c7 (diff)
downloadnsfisis.github.io-5a8024a827b6dbb103712865261c9a5ebc2908f9.tar.gz
nsfisis.github.io-5a8024a827b6dbb103712865261c9a5ebc2908f9.tar.zst
nsfisis.github.io-5a8024a827b6dbb103712865261c9a5ebc2908f9.zip
add themes/mypaper, modified version of paper theme
Diffstat (limited to 'themes/mypaper/theme.toml')
-rw-r--r--themes/mypaper/theme.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/mypaper/theme.toml b/themes/mypaper/theme.toml
new file mode 100644
index 0000000..d755a43
--- /dev/null
+++ b/themes/mypaper/theme.toml
@@ -0,0 +1,25 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Mypaper"
+license = "MIT"
+licenselink = "https://github.com/nsfisis/nsfisis.github.io/blob/main/themes/mypaper/LICENSE"
+description = "My modified version of paper theme"
+homepage = "https://github.com/nsfisis/nsfisis.github.io/tree/main/themes/mypaper"
+tags = ["Responsive", "Simple", "Clean", "Light", "White", "Blog"]
+features = ["Responsive", "One Column", "Blog"]
+min_version = "0.57.1"
+
+[[authors]]
+ name = "nanxiaobei"
+ homepage = "https://mrlee.me/"
+
+[[authors]]
+ name = "nsfisis"
+ homepage = "https://blog.nsfisis.dev"
+
+# If porting an existing theme
+[original]
+ name = "paper"
+ homepage = "https://github.com/nanxiaobei/hugo-paper/"
+ repo = "https://github.com/nanxiaobei/hugo-paper/"