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>2023-01-21 01:14:13 +0300
committerparsiya <parsiya@users.noreply.github.com>2023-01-21 01:14:13 +0300
commit06215b5fadb0befe2cd16220d696a8bbcf15cb06 (patch)
tree01aa2374976e14336a131f8a18608dcd848672a0 /exampleSite
parent1caca7a0f0be772d54476d200898eedd6b62bb67 (diff)
custom favicon, fixes #73; minor readme edits; exampleSite fixes
We can now have a custom favicon. Edited the readme and the sample config to add this new information. Removed the sample-config pasted in the readme, the file is better and has more options. The exampleSite directory contained the Hugo generated resources directory, added it to the .gitignore file.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.gitignore2
-rw-r--r--exampleSite/config.toml3
2 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..4fe15ab
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1,2 @@
+resources
+.hugo_build.lock \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eacd50e..eb0ebbc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,7 @@ baseurl = "https://example.com"
disablePathToLower = false
languageCode = "en-us"
title = "Site title"
-theme = "hugo-octopress"
+theme = "Hugo-Octopress"
# Needed so we can serve the example website without extra switches
themesDir = "../.."
@@ -94,6 +94,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Generate taxonomy pages
generateTaxonomyList = true
+
# Menu
# 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