blog.lazkani.io/config.yaml

53 lines
1,018 B
YAML

baseURL: https://blog.lazkani.io
theme: cactus
title: The DevOps Blog
author: Elia el Lazkani
copyright: Elia el Lazkani
languageCode: en-US
enableRobotsTXT: true
pygmentsUseClasses: false
pygmentsCodefences: true
pygmentsStyle: monokai
params:
description: 'The DevOps Blog'
title: The DevOps Blog
show_updated: true
showReadTime: true
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
tabWidth: 4
goldmark:
renderer:
unsafe: true
menu:
main:
- identifier: "home"
name: "Home"
url: "/"
weight: 1
- identifier: "posts"
name: "Posts"
url: "/posts/"
weight: 2
- identifier: "categories"
name: "Categories"
url: "/categories/"
weight: 3
- identifier: "tags"
name: "Tags"
url: "/tags/"
weight: 4
- identifier: "rss"
name: "RSS"
url: "/posts/index.xml"
weight: 5