jpg -> png, permalink issue fixed
This commit is contained in:
parent
2506068fc6
commit
943ff8c714
|
@ -1,6 +1,7 @@
|
||||||
baseURL = "http://example.org/"
|
baseURL = "http://example.org"
|
||||||
title = "Hugo Zzo Theme"
|
title = "Hugo Zzo Theme"
|
||||||
theme = "zzo"
|
theme = "zzo"
|
||||||
|
themesdir = "../.."
|
||||||
|
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
defaultContentLanguageInSubdir = false
|
defaultContentLanguageInSubdir = false
|
||||||
|
@ -48,9 +49,9 @@ rssLimit = 100
|
||||||
themeOptions = ["dark", "light", "hacker", "solarized"]
|
themeOptions = ["dark", "light", "hacker", "solarized"]
|
||||||
|
|
||||||
[params.socialOptions]
|
[params.socialOptions]
|
||||||
facebook = "http://example.org/"
|
facebook = "http://example.org"
|
||||||
twitter = "http://example.org/"
|
twitter = "http://example.org"
|
||||||
github = "http://example.org/"
|
github = "http://example.org"
|
||||||
stack-overflow = ""
|
stack-overflow = ""
|
||||||
instagram = ""
|
instagram = ""
|
||||||
google-plus = ""
|
google-plus = ""
|
||||||
|
@ -58,7 +59,7 @@ rssLimit = 100
|
||||||
medium = ""
|
medium = ""
|
||||||
tumblr = ""
|
tumblr = ""
|
||||||
linkedin = ""
|
linkedin = ""
|
||||||
pinterest = "http://example.org/"
|
pinterest = "http://example.org"
|
||||||
stack-exchange = ""
|
stack-exchange = ""
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
|
@ -68,15 +69,15 @@ rssLimit = 100
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
url = "/about/"
|
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "about"
|
name = "about"
|
||||||
|
url = "/about"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "archive"
|
identifier = "archive"
|
||||||
name = "archive"
|
name = "archive"
|
||||||
url = "/archive/"
|
url = "/archive"
|
||||||
weight = 11
|
weight = 11
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
|
@ -98,13 +99,13 @@ rssLimit = 100
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "posts"
|
name = "posts"
|
||||||
url = "/posts/"
|
url = "/posts"
|
||||||
weight = 13
|
weight = 13
|
||||||
|
|
||||||
[[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
identifier = "notes"
|
identifier = "notes"
|
||||||
name = "notes"
|
name = "notes"
|
||||||
url = "/notes/"
|
url = "/notes"
|
||||||
weight = 14
|
weight = 14
|
||||||
|
|
||||||
[languages.ko]
|
[languages.ko]
|
||||||
|
@ -115,39 +116,39 @@ rssLimit = 100
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "about"
|
name = "about"
|
||||||
url = "/about/"
|
url = "/about"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
identifier = "archive"
|
identifier = "archive"
|
||||||
name = "archive"
|
name = "archive"
|
||||||
url = "/archive/"
|
url = "/archive"
|
||||||
weight = 21
|
weight = 21
|
||||||
|
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
identifier = "gallery"
|
identifier = "gallery"
|
||||||
name = "gallery"
|
name = "gallery"
|
||||||
url = "/gallery/"
|
url = "/gallery"
|
||||||
weight = 22
|
weight = 22
|
||||||
|
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
parent = "gallery"
|
parent = "gallery"
|
||||||
name = "cartoon"
|
name = "cartoon"
|
||||||
url = "/gallery/cartoon/"
|
url = "/gallery/cartoon"
|
||||||
|
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
parent = "gallery"
|
parent = "gallery"
|
||||||
name = "photo"
|
name = "photo"
|
||||||
url = "/gallery/photo/"
|
url = "/gallery/photo"
|
||||||
|
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
identifier = "posts"
|
identifier = "posts"
|
||||||
name = "posts"
|
name = "posts"
|
||||||
url = "/posts/"
|
url = "/posts"
|
||||||
weight = 23
|
weight = 23
|
||||||
|
|
||||||
[[languages.ko.menu.main]]
|
[[languages.ko.menu.main]]
|
||||||
identifier = "notes"
|
identifier = "notes"
|
||||||
name = "notes"
|
name = "notes"
|
||||||
url = "/notes/"
|
url = "/notes"
|
||||||
weight = 24
|
weight = 24
|
Binary file not shown.
Before Width: | Height: | Size: 179 KiB |
Binary file not shown.
After Width: | Height: | Size: 771 KiB |
BIN
images/tn.jpg
BIN
images/tn.jpg
Binary file not shown.
Before Width: | Height: | Size: 81 KiB |
Binary file not shown.
After Width: | Height: | Size: 328 KiB |
Loading…
Reference in New Issue