-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
42 lines (42 loc) · 859 Bytes
/
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
baseURL: http://mikezornek.com
name: Mike Zornek
description: Sharing life and geek notes from Philadelphia.
author: Mike Zornek
title: Mike Zornek
languageCode: "en-us"
theme: "zornek"
params:
description: Sharing life and geek notes from Philadelphia.
pygmentsCodeFences: true
pygmentsStyle: lovelace
pygmentsCodefencesGuessSyntax: true
paginate: 20
markup:
goldmark:
extensions:
typographer: true
renderer:
unsafe: true
menu:
main:
- name: Home
url: /
weight: 10
- name: Blog
url: /posts/
weight: 20
- name: Elixir Consulting
url: /elixir-consulting/
weight: 25
- name: Values
url: /values/
weight: 50
- name: Follow
url: /follow/
weight: 55
- name: Now
url: /now/
weight: 59
- name: Contact
url: /contact/
weight: 60