baseURL = "https://blog.lambda.cx/" title = "lambda.cx blog" theme = "fuji" languageCode = "en-us" enableRobotsTXT = true [outputs] home = ["html", "rss", "json"] [params] author = "Dante Catalfamo" subTitle = "Sharing notes with the internet" showWordCounter = false showReadTime = false showToc = false # License at the end of each post showLicense = false license = "CC BY-NC-SA 4.0" licenseLink = "https://creativecommons.org/licenses/by-nc-sa/4.0/" # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually description = "lambda.cx blog by Dante Catalfamo" images = ["img/android-chrome-512x512.png"] # This will use the image called og.png in static/img folder # Posts shown in homepage mainSections = ["posts"] [menu] [[menu.nav]] name = "Home" url = "/" weight = 1 [[menu.nav]] name = "Archives" url = "/archives/" weight = 2 [[menu.nav]] name = "About" url = "/about/" weight = 3 [[menu.nav]] name = "Search" url = "/search/" weight = 4 [[menu.nav]] name = "RSS" url = "/index.xml" weight = 5 [[menu.link]] name = "GitHub" url = "https://github.com/dantecatalfamo" weight = 1