blog.lazkani.io/config.yaml
Elia el Lazkani e68cb7d123
All checks were successful
continuous-integration/drone/promote/production Build is passing
continuous-integration/drone/push Build is passing
fix(): Updating all Gitea server links
2023-07-01 23:34:12 +02:00

72 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://scm.project42.io/elia/blog.lazkani.io"
css:
- "css/custom.css"
social:
- name: rss
link: /posts/index.xml
- name: git-alt
link: https://scm.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