fix logo url and use non-permanent-redirect domain

main
Andrew Coleman 2023-01-14 16:21:44 -05:00
parent 80381b31e3
commit d30f140b6a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 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
compile_sass = true
@ -19,7 +19,7 @@ highlight_theme = "inspired-github"
[extra]
juice_logo_name = "penguincoder"
juice_logo_path = "tux.png"
juice_logo_path = "/tux.png"
juice_exclude_menu = []
juice_extra_menu = [
# { title = "Blog", link = "/blog" },