diff options
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 146 |
1 files changed, 70 insertions, 76 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index 85cc438..76ac69e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -28,10 +28,10 @@ [home] sections = [ "evidence", "posts" ] fullCover = true - centerHeadline = false + centerHeadline = true style = "" [home.feature] - orientation = "horizontal" + orientation = "stacked" color = "primary" width = 4 align = "start" @@ -52,8 +52,6 @@ [images] [images.cloudinary] host = "cloudinary" - account = "anoduck" - container = "Home" [messages] placement = "bottom-right" @@ -96,63 +94,64 @@ clipboard = true # toml-docs-start sections -[sections] - [sections.evidence] - title = "Evidence" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true - [sections.posts] - title = "Posts" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true - [sections.persons] - title = "Persons" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true - [sections.legal] - title = "Legal" - sort = "date" - reverse = true - nested = true - cols = 3 - color = "" - padding = "0" - header = "full" - footer = "none" - orientation = "stacked" - style = "border-0 card-zoom" - homepage = 3 - separator = true +# This determines the layout format for each secton of the site. +# [sections] +# [sections.evidence] +# title = "Evidence" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.posts] +# title = "Posts" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.persons] +# title = "Persons" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true +# [sections.legal] +# title = "Legal" +# sort = "date" +# reverse = true +# nested = true +# cols = 3 +# color = "" +# padding = "0" +# header = "full" +# footer = "none" +# orientation = "stacked" +# style = "border-0 card-zoom" +# homepage = 3 +# separator = true # toml-docs-end sections [favicon] @@ -160,19 +159,18 @@ sizes = [16, 32, 48] [style] - primary = "#d43900" - secondary = "#6c757d" - success = "#39ff14" - info = "#a875ff" - warning = "#ff4a11" - danger = "#e61f44" - light = "#ff2afc" - dark = "#0c0a20" - themeOpacity = "10" + primary = "#180D58" + secondary = "#B84E5C" + success = "#4FD323" + info = "#0E49A2" + warning = "#C68323" + danger = "#E51107" + light = "#BCF8EC" + dark = "#1B1A1F" + themeOpacity = "100" darkModeShade = "20%" darkModeTint = "40%" themeFont = "Inter" - # themeFontPath = "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;600&display=swap" # external path themeFontPath = "/fonts" # local path fontSizeBase = "1rem" purge = false @@ -182,14 +180,10 @@ name = "Corrupt Lamar" locale = "en-US" twitter = "https://twitter.com/solardump" - # linkedIn = "" - # github = "https://github.com/gethinode/hinode" section = "posts" [schema.author] name = "Corrupt Lamar" twitter = "https://twitter.com/solardump" - # linkedin = "https://www.linkedin.com/in/markdumay/" - # github = "https://github.com/markdumay" [schema.logo] url = "img/android-chrome-512x512.png" width = 512 @@ -200,7 +194,7 @@ height = 1024 [opengraph] - images = ["logo.png"] + images = ["img/logo.png"] locale = "en_US" [links] |
