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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@users.noreply.github.com>2021-02-23 08:14:48 +0300
committerparsiya <parsiya@users.noreply.github.com>2021-02-23 08:14:48 +0300
commit70cbcff433a27f6742dd19a46a762941a2e50686 (patch)
tree776b4a86a27283fa16a472b1582383d2c1a671d7
parente1b3a5ca4e373bc1d9819a9cfe0d4d56468c3875 (diff)
remove the about links in the exampleSite config because they do not work correctly in the Hugo theme demo site
-rw-r--r--exampleSite/config.toml17
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 16 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 773304a..eacd50e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -98,11 +98,6 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# If navigationNewWindow (under [params]) is set to true then all links except root ("/") will open in a new window
# If it does not exist or is set to false then links will open in the same window
[[menu.main]]
- Name = "Site's Home Page"
- URL = "/"
- weight = -5
-
-[[menu.main]]
Name = "example.net"
URL = "https://www.example.net/"
weight = -5
@@ -111,9 +106,6 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
Name = "This theme on Github"
URL = "https://www.github.com/parsiya/hugo-octopress"
-[[menu.main]]
- Name = "The About page"
- URL = "/about"
# Sidebar menus
# Enable with "sidebarMenuEnabled = true" under [params]
@@ -124,15 +116,10 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
weight = 0
[[menu.sidebar]]
- Name = "Hugo category"
- URL = "/categories/golang/"
+ Name = "This theme on Github"
+ URL = "https://www.github.com/parsiya/hugo-octopress"
weight = 1
-[[menu.sidebar]]
- Name = "About page"
- URL = "/about"
- weight = 2
-
[markup]
[markup.tableOfContents]
endLevel = 8
diff --git a/theme.toml b/theme.toml
index fa7ddf3..7bf56ae 100644
--- a/theme.toml
+++ b/theme.toml
@@ -10,7 +10,7 @@ min_version = "0.63.0"
[author]
name = "Parsia Hakimian"
- homepage = "http://parsiya.net"
+ homepage = "https://parsiya.net"
# If porting an existing theme
[original]