diff --git a/config.toml b/config.toml index ffda36b..22146a4 100644 --- a/config.toml +++ b/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"