-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
80 lines (72 loc) · 1.72 KB
/
config.yaml
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
68
69
70
71
72
73
74
75
76
77
78
79
80
baseURL: "http://www.anshulpatel.in"
title: "Anshul Patel"
languageCode: "en"
defaultContentLanguage: "en"
paginate: 10
enableEmoji: true
googleAnalytics: "G-62JLR4L8L8"
params:
author: "Anshul Patel"
description: "Anshul Patel's personal website"
keywords: "geek, tinkerer, techie, blog, engineer"
info:
- Geek 🤓, Tinkerer 👨🔧, Techie 👨💻
avatarURL: "images/anshul.jpg"
dateFormat: "January 02, 2006"
colorScheme: "auto"
favicon_16: "images/favicon_16.png"
favicon_32: "images/favicon_32.png"
customCSS:
- "css/custom.css"
- "css/fork-awesome.css"
- "css/cookieconsent.min.css"
customJS:
- "js/cookieconsent.min.js"
- "js/consent.js"
- "js/search.js"
- "js/lunr.js"
footerQuote: "धर्मो रक्षति रक्षितः"
social:
- name: "Github"
icon: "fa fa-2x fa-github"
weight: 1
url: "https://github.com/anshulpatel25"
- name: "Linkedin"
icon: "fa fa-2x fa-linkedin"
weight: 2
url: "https://www.linkedin.com/in/anshul-patel-29a95635"
- name: "Email"
icon: "fa fa-2x fa-envelope-o"
weight: 3
url: "mailto:[email protected]"
outputs:
home:
- HTML
- RSS
- JSON
languages:
en:
languageName: ":uk:"
menu:
main:
- name: "Posts"
weight: 1
url: "/posts/"
- name: "Search"
weight: 2
url: "/search/"
- name: "Meetups"
weight: 3
url: "/meetups/"
- name: "OSS"
weight: 4
url: "/oss/"
- name: "About"
weight: 5
url: "/about/"
theme:
- github.com/luizdepra/hugo-coder
module:
mounts:
- source: assets
target: assets