-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
73 lines (60 loc) · 1.33 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
# Site
name: 'Pinite'
description: 'Pinite is a free Jekyll theme for showcase, Pinterest like.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/logo.png'
baseurl: ''
disqus: 'demowebsite'
email: '[email protected]'
include: ["_pages"]
permalink: /:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Pagination
paginate: 20
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]
# Header button
navbutton:
btntitle: "Get Theme"
btndes: "Get the theme for free"
btnurl: "https://github.com/muhammedashfar7/Pinite"
# Menu
menu:
- title: "Home"
url: "/"
- title: "Categories"
url: "/categories"
- title: "Posts"
url: "/web-concepts-library"
- title: "Contact"
url: "/contact"
# Menu with Image or about
about:
avatar: 'assets/images/sal.jpg'
title: 'About'
url: '/about'
# Social
facebook_username: "muhammed.ashfar.4"
github_username: "muhammedashfar7"
twitter_username: "ashfar_muhammed"
instagram_username: "b.lan.c"