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

github.com/saadnpq/npq-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-04-11 18:43:33 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-04-11 18:43:33 +0300
commit546959e6ffd250a63fc582a9fbd59367ca9770ac (patch)
treec2e78bab6a260eeff21c65721e524bdaecb97fb3
parentd48004aca73e4c01c92626b30f2c8676d8233010 (diff)
remove hardcoded tags menu
-rw-r--r--layouts/partials/aside.html4
-rw-r--r--theme.toml27
2 files changed, 7 insertions, 24 deletions
diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html
index 655fe6e..fed4790 100644
--- a/layouts/partials/aside.html
+++ b/layouts/partials/aside.html
@@ -30,10 +30,6 @@
<span>{{ .Name }}</span>
</a>
{{end}}
- <a href="/tags" >
- <i class="fas fa-tags"></i>
- <span>tags</span>
- </a>
<a href="/contact" >
<i class="far fa-envelope"></i>
<span>contact</span>
diff --git a/theme.toml b/theme.toml
index b61774c..bed852c 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,25 +1,12 @@
name = "npq hugo"
license = "GPLv3"
-licenselink = "Link to theme's license"
-description = "Theme description"
-homepage = "Website of your theme"
-tags = ["blog", "company"]
-features = ["some", "awesome", "features"]
+licenselink = "https://github.com/saadnpq/npq-hugo/blob/master/LICENSE"
+description = "hugo theme for personal sites"
+homepage = "https://github.com/saadnpq/npq-hugo"
+tags = ["blog", "contact form", "micro blog", "responsive", "mobile", "personal", "dark",]
+features = ["dark", "contact form", "responsive"]
min_version = "0.59.1"
-# If the theme has multiple authors
-authors = [
- {name = "Name of author", homepage = "Website of author"},
- {name = "Name of author", homepage = "Website of author"}
-]
-
-# If the theme has a single author
[author]
- name = "Your name"
- homepage = "Your website"
-
-# If porting an existing theme
-[original]
- author = "Name of original author"
- homepage = "His/Her website"
- repo = "Link to source code of original theme" \ No newline at end of file
+ name = "saadnpq"
+ homepage = "https://saadnpq.com/" \ No newline at end of file