forked from wowthemesnet/mundana-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
63 lines (63 loc) · 1.48 KB
/
_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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: Mundana Theme Jekyll
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: _posts
values:
layout: post
author: sal
avatar: "/assets/images/avatar1.jpg"
- scope:
path: _pages
values:
layout: page
name: Mundana
description: Mundana is a free Jekyll theme for awesome people like you, Medium like.
logo: assets/images/logo.png
favicon: assets/images/favicon.ico
baseurl: "/mundana-theme-jekyll"
disqus: demowebsite
email: [email protected]
mailchimp-list: https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b
include:
- _pages
permalink: "/:title/"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
authors:
sal:
name: Sal
site: https://www.wowthemes.net
avatar: "/assets/images/avatar1.jpg"
bio: Hi, I am Sal, the author of Mundana, the theme you're currently previewing.
I hope you like it!
email: [email protected]
twitter: https://twitter.com/wowthemesnet
jane:
name: Jane
site: https://www.wowthemes.net
avatar: "/assets/images/avatar2.jpg"
bio: Blogger, fashionista, love to explore new ideas and write on my morning coffee!
email: [email protected]
twitter: https://twitter.com/wowthemesnet
markdown: kramdown
highlighter: rouge
paginate: 10
exclude:
- README.markdown
- package.json
- grunt.js
- Gruntfile.js
- Gruntfile.coffee
- node_modules