-
Notifications
You must be signed in to change notification settings - Fork 33
/
hugo.yml
67 lines (59 loc) · 1.2 KB
/
hugo.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
baseurl: 'https://www.ardianta.com'
title: Ahmad Muhardian
theme: ardianta
services:
# googleAnalytics:
# ID: UA-80537197-1
disqus:
shortname: petanikode
permalinks:
page: '/:slug/'
params:
author: Dian
email: [email protected]
description: 'Hello, saya Dian. Blog ini belum jadi. Sabar ya...'
social:
github: https://github.com/ardianta
linkedin: https://linkedin.com/in/ardianta
dribbble: https://dribbble.com/ardianta
frontmatter:
date:
- date
- publishDate
- lastmod
lastmod:
- ':git'
- lastmod
- date
- publishDate
publishDate:
- publishDate
- date
expiryDate:
- expiryDate
menu:
main:
- identifier: about
name: About
url: /about/
weight: 1
- identifier: art
name: Art
url: 'https://ardiantapargo.deviantart.com/'
weight: 2
- identifier: twitter
name: Twitter
url: 'https://twitter.com/ardiantapargo'
weight: 3
- identifier: github
name: Github
url: 'https://github.com/ardianta'
weight: 4
- identifier: rss
name: RSS
url: 'http://feeds.feedburner.com/ardianta'
weight: 5
markup:
goldmark:
renderer:
unsafe: true