config: Tweak unused blocks for the moment
This commit is contained in:
39
config.toml
39
config.toml
@@ -1,4 +1,3 @@
|
||||
# Site settings (baseurl must end with a trailing slash!)
|
||||
baseurl = "https://ur.gs/"
|
||||
languageCode = "en-GB"
|
||||
title = "Nick Thomas"
|
||||
@@ -60,40 +59,40 @@ SectionPagesMenu = "Main"
|
||||
# per row.
|
||||
#
|
||||
[Params.Cells]
|
||||
#
|
||||
# [[Params.Cells.List]]
|
||||
# name = "Custom Post Section Name"
|
||||
# link = "custompost/"
|
||||
# image = "/img/food.jpg"
|
||||
# [[Params.Cells.List]]
|
||||
# name = "Custom Gallery Section Name"
|
||||
# link = "customgallery/"
|
||||
# image = "/img/jars.jpg"
|
||||
# [[Params.Cells.List]]
|
||||
# name = "Custom Project Section Name"
|
||||
# link = "customproject/"
|
||||
# image = "/img/phone.jpg"
|
||||
[[Params.Cells.List]]
|
||||
name = "Pictures"
|
||||
link = "/gallery/"
|
||||
link = "gallery/"
|
||||
image = "/img/gallery.jpg"
|
||||
always_show_text = true
|
||||
# always_show_text = true
|
||||
disable = true
|
||||
[[Params.Cells.List]]
|
||||
name = "Posts"
|
||||
link = "/post/"
|
||||
link = "post/"
|
||||
image = "/img/post.png"
|
||||
#image_position = "top"
|
||||
# color = "blue"
|
||||
# grayscale = true
|
||||
#no_highlight = true
|
||||
# always_show_text = true
|
||||
always_show_text = true
|
||||
# Grays out the cell and disables click functionality on it
|
||||
# disable = true
|
||||
[[Params.Cells.List]]
|
||||
name = "Projects"
|
||||
link = "/project/"
|
||||
link = "project/"
|
||||
image = "/img/projects.jpg"
|
||||
always_show_text = true
|
||||
# always_show_text = true
|
||||
disable = true
|
||||
#
|
||||
# [[Params.Cells.List]]
|
||||
# name = "Custom Post Section Name"
|
||||
# link = "/custompost/"
|
||||
# image = "/img/food.jpg"
|
||||
# [[Params.Cells.List]]
|
||||
# name = "Custom Gallery Section Name"
|
||||
# link = "/customgallery/"
|
||||
# image = "/img/jars.jpg"
|
||||
# [[Params.Cells.List]]
|
||||
# name = "Custom Project Section Name"
|
||||
# link = "/customproject/"
|
||||
# image = "/img/phone.jpg"
|
||||
|
||||
|
Reference in New Issue
Block a user