-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (41 loc) · 907 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
45
title: Kadafi's Blog
tagline: Blog about computer science and mathematics
description: A blog dedicated to share my knowledge and opinion related to computer science and mathematics
author: Muhamad Rizki Kadafi
logo: /assets/image/favicon.png
social:
name: Muhamad Rizki Kadafi
links:
- https://www.linkedin.com/in/rizkikadafi
- https://github.com/rizkikadafi
baseurl: "/blog"
url: ""
defaults:
- scope:
path: ''
type: posts
values:
permalink: /:categories/:title
author: "Rizki Kadafi"
layout: post
- scope:
path: '/assets/image/post-assets'
values:
post_asset: true
- scope:
path: ""
values:
toc: true
postcss:
cache: false
plugins:
- jekyll-postcss
- jekyll-figure
- jekyll-toc
jekyll-figure:
paragraphs: false
exclude:
- package.json
- postcss.config.js
- tailwind.config.js
- package-lock.json