71 lines
1.5 KiB
YAML
71 lines
1.5 KiB
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:
|
|
title: The DevOps Blog
|
|
show_updated: true
|
|
showReadTime: true
|
|
rss: true
|
|
logo: false
|
|
tagsOverview: false
|
|
mainSectionTitle: Blog Posts
|
|
showProjectsList: true
|
|
projectsUrl: "https://gitea.project42.io/Elia/blog.lazkani.io"
|
|
css:
|
|
- "css/custom.css"
|
|
social:
|
|
- name: rss
|
|
link: /posts/index.xml
|
|
- name: git-alt
|
|
link: https://gitea.project42.io/Elia
|
|
- name: github
|
|
link: https://github.com/elazkani
|
|
- name: gitlab
|
|
link: https://gitlab.com/elazkani
|
|
- name: email
|
|
link: blog@lazkani.io
|
|
description: |
|
|
# Welcome {#welcome}
|
|
|
|
Welcome to my humble abode. Sit back, relax and enjoy the ride.
|
|
|
|
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
|