blog/hugo.yaml

48 lines
953 B
YAML
Raw Normal View History

2024-02-01 12:15:52 +01:00
baseURL: https://blog.bhasher.com
2024-01-19 13:48:21 +01:00
languageCode: en-gb
2024-01-30 21:30:30 +01:00
title: Brieuc Dubois
theme: hello-friend-ng
2024-01-19 13:48:21 +01:00
relativeURLs: true
2024-02-01 01:26:29 +01:00
#uglyURLs: true
2024-01-19 13:48:21 +01:00
enableEmoji: true
enabeRobotsTXT: true
params:
2024-01-30 21:30:30 +01:00
rssFullText: true
2024-02-01 01:26:29 +01:00
enableThemeToggle: true
2024-01-30 21:30:30 +01:00
social:
- name: gitea
url: https://git.bhasher.com
- name: matrix
url: https://matrix.to/#/@bhasher:bhasher.com
- name: github
url: https://github.com/BhasherBEL
2024-01-31 23:30:23 +01:00
# TODO : Fix rss link
#- name: rss
# url: feed.xml
2024-01-30 21:30:30 +01:00
homeSubtitle: Student passionate about computer science, software engineering, free and open source, devops, web developpement, cybersecurity.
2024-02-01 01:26:29 +01:00
#enableGlobalLanguageMenu: true
2024-01-19 13:48:21 +01:00
outputs:
home:
2024-01-30 21:30:30 +01:00
- html
- rss
2024-01-19 13:48:21 +01:00
markup:
highlight:
noClasses: false
menu:
main:
2024-01-30 21:30:30 +01:00
- pageRef: /
name: Home
weight: 10
- pageRef: posts
name: Posts
weight: 20
- pageRef: tags
name: Tags
weight: 30
- pageRef: about
name: About
weight: 40
2024-02-01 01:26:29 +01:00
2024-01-30 21:30:30 +01:00
taxonomies:
tag: tags