-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (37 loc) · 840 Bytes
/
_config.yml
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
35
36
37
38
39
40
41
42
43
44
# site
title: Maximo Ospital
baseurl: "/"
url: "http://maximoospital.xyz"
favicon: "/assets/ico.png"
# bio
header: Maximo Ospital
desc: |+
hi! welcome to my website!! <br>
i'm a 21 year old argentinian programming student <br>
i am also an amateur design and video editing afficionado. <br>
really interested in both webapp and videogame development. <br>
big fan of old-looking uis, in case you couldn't tell
timezone: "America/Argentina/Buenos_Aires"
encoding: "utf-8"
# posts
date_format: "%Y"
post_title: Blog
post_date: Year
post_cat: Category
#permalink: /post/:title
defaults:
- scope:
path: ""
type: "posts"
values:
permalink: /blog/:title/
permalinks:
landings: /:title
# post detail
prev-next: true
# build settings
markdown: kramdown
# theme: louie
exclude:
- Gemfile
- Gemfile.lock