-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
135 lines (116 loc) · 3.14 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
title: Islamic Works
email: professor@carlosdelfino.eti.br
description: Projetos de Software, Sites e Livros sobre o Islan, este site é o ponto de entrada para o projeto Islamic Works, onde listo e organizo Softwares, Sites e textos de livros sobre o Islan, todo material aqui armazenado foi criado por mim com base nos meus estudos, ou clonado de colegas com autorização dos mesmos.
baseurl: "" # the subpath of your site, e.g. /blog
#url: "" # the base hostname & protocol for your site, e.g. http://example.com
#-------------------------------
# About Section
author-name: Carlos Delfino
author-avatar: carlos-delfino-small.jpg
#-------------------------------
# Contact links
github_username: islamic-works
facebook: https://web.facebook.com/islamicworks
twitter: islamicworks
instagram: # Add your Instagram handle
pinterest: # Add your Pinterest handle
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: islamic-works # Add your shortname for Disqus Comment. For example mr-brown
#-------------------------------
# Instagram Feed
instafeed: false # To enable the instafeed, use the value true. To turn off use the value false.
#-------------------------------
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
#-------------------------------
# Newsletter
mailchimp: # Add your MailChimp form identifier. For example - http://eepurl.com/gimyGj
#-------------------------------
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
input: GFM
permalink: ':title/'
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-github-metadata
- jekyll-gist
- jekyll-mentions
- jekyll-coffeescript
- jekyll-redirect-from
- jekyll-sass-converter
- jekyll-seo-tag
- jekyll-archives
- jekyll-jupyter-notebook
- kramdown
- liquid
- rouge
- pygments
- jemoji
- sass
- safe_yaml
- kramdown
- liquid
- rouge
- pygments
- jemoji
- sass
paginate: 7
paginate_path: "/page/:num"
include:
- _pages
sass:
sass_dir: _sass
style: compressed
prose:
rooturl: '_posts'
siteurl: 'http://prose.github.io/starter/'
relativeLinks: 'http://prose.github.io/starter/links.jsonp'
media: 'assets/images'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "blog"
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Apples"
value: "apples"
- name: "Bananas"
value: "bananas"
_posts/static:
- name: "layout"
field:
element: "hidden"
value: "page"
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/