config: Tweak unused blocks for the moment

This commit is contained in:
2016-06-06 01:47:39 +01:00
parent 7fcae24b52
commit 1e4d32a864

View File

@@ -1,4 +1,3 @@
# Site settings (baseurl must end with a trailing slash!)
baseurl = "https://ur.gs/" baseurl = "https://ur.gs/"
languageCode = "en-GB" languageCode = "en-GB"
title = "Nick Thomas" title = "Nick Thomas"
@@ -60,40 +59,40 @@ SectionPagesMenu = "Main"
# per row. # per row.
# #
[Params.Cells] [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]] [[Params.Cells.List]]
name = "Pictures" name = "Pictures"
link = "/gallery/" link = "gallery/"
image = "/img/gallery.jpg" image = "/img/gallery.jpg"
always_show_text = true # always_show_text = true
disable = true disable = true
[[Params.Cells.List]] [[Params.Cells.List]]
name = "Posts" name = "Posts"
link = "/post/" link = "post/"
image = "/img/post.png" image = "/img/post.png"
#image_position = "top" #image_position = "top"
# color = "blue" # color = "blue"
# grayscale = true # grayscale = true
#no_highlight = true #no_highlight = true
# always_show_text = true always_show_text = true
# Grays out the cell and disables click functionality on it # Grays out the cell and disables click functionality on it
# disable = true # disable = true
[[Params.Cells.List]] [[Params.Cells.List]]
name = "Projects" name = "Projects"
link = "/project/" link = "project/"
image = "/img/projects.jpg" image = "/img/projects.jpg"
always_show_text = true # always_show_text = true
disable = 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"