fix logo url and use non-permanent-redirect domain
parent
80381b31e3
commit
d30f140b6a
|
@ -1,5 +1,5 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://penguincoder.org"
|
base_url = "https://www.penguincoder.org"
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
@ -19,7 +19,7 @@ highlight_theme = "inspired-github"
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
juice_logo_name = "penguincoder"
|
juice_logo_name = "penguincoder"
|
||||||
juice_logo_path = "tux.png"
|
juice_logo_path = "/tux.png"
|
||||||
juice_exclude_menu = []
|
juice_exclude_menu = []
|
||||||
juice_extra_menu = [
|
juice_extra_menu = [
|
||||||
# { title = "Blog", link = "/blog" },
|
# { title = "Blog", link = "/blog" },
|
||||||
|
|
Loading…
Reference in New Issue