-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
36 lines (34 loc) · 810 Bytes
/
config.yml
File metadata and controls
36 lines (34 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
title: "My Awesome Blog"
description: "A blog about awesome things"
url: "http://localhost/markdownuts"
# if use xampp / wampp / lampp
# url: "http://localhost/markdownuts"
# For live online mode insert Your domain name
# url: "http://localhost/markdownuts"
# For PHP built in webserver
# url: ""
email: "axcora@gmail.com"
locale: "en_US"
language: "en"
image: "/media/logo.webp"
icon: "/media/logo.webp"
markdown: kramdown
posts_per_page: "4"
show_excerpts: true
navbar:
- nav: "Home"
url: "/"
- nav: "About"
url: "/page/about"
- nav: "Tags"
url: "/tags"
- nav: "Contact"
url: "/page/contact-us"
social:
facebook: "https://facebook.com/user"
twitter: "https://x.com/iser"
twitter_user: "@user"
author:
name: "Creativitas Dev"
url: "/page/about"
footer: "Brutalisme Copyrights 2025"