baseURL = "http://www.aronajones.com" languageCode = "en-gb" title = "Thoughts of Arona Jones, a Hack of All Trades" # Homepage title and page title suffix paginate = 11 # Number of posts to show before paginating # copyright = "Copyright © Copyright Owner. Licensed under CC-BY-ND-4.0." # Optional, remove to suppress copyright notices # Controls default theme and theme components theme = [ "fractal-forest", # OBSD "after-dark" # AGPL-3.0-or-later ] disableLiveReload = false # Optional, set true to disable live reload enableRobotsTXT = true # Suggested, enable robots.txt file sectionPagesMenu = "main" # Enable menu system for lazy bloggers [outputs] home = ["HTML", "RSS", "JSON"] [markup.goldmark.renderer] unsafe = true # Optional, allows HTML inside your CommonMark content [markup.tableOfContents] startLevel = 1 # Suggested, draws TOC using all heading levels endLevel = 6 # Suggested, draws TOC using all heading levels [markup.highlight] noClasses = false # Suggested, used for custom syntax highlighting [params] description = "No Description Provided" # Suggested, controls default description meta author = "Arona Jones" # Optional, controls author name display on posts hide_author = false # Optional, set true to hide author name on posts disable_csp = false # Optional, set true to disable content security policy images = [ "https://source.unsplash.com/collection/983219/2000x1322" ] # Suggested, controls default Open Graph images [params.layout.menu.main] hidden = false # Optional, set false or remove to show section menu [params.layout.footer] hidden = false # Optional, set true to hide footer [params.modules.fractal_forest] enabled = true # Optional, set false to disable module decoders = ["bpgdec8a"] # Optional, 8-bit javascript decoder with animation [params.hackcss] mode = "standard" [params.layout.home] hide_blog = true [[params.layout.home.section]] type = "post" limit = 3 [[menu.main]] name = "Home" weight = 1 identifier = "home" url = "/" [[menu.main]] name = "Posts" weight = 2 identifier = "post" url = "/post/" [[menu.main]] name = "The Great Experiment" url = "/categories/life/" weight = 4 [[menu.main]] name = "Ink as Blood" url = "/categories/fiction/" weight = 3 [[menu.main]] name = " Southpaw Poetry" url = "/categories/poetic" weight = 5 [[menu.main]] name = "Search" identifier = "search" url = "/search/" post = "" weight = 1000