-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
executable file
·120 lines (99 loc) · 2.89 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
---
#-------------------------------
# General Site Settings
baseurl: "" # The subpath of your site, e.g. /blog
url: "" # The base hostname & protocol for your site, e.g. http://example.com
title: Parsa | Portfolio Jekyll Template
logo: /assets/images/logo.png # You can add own logo
description: # Add your awesome description
copyright: Copyright 2020 Designed by [Themefisher](https://themefisher.com) & Developed by [Gethugothemes](https://gethugothemes.com)
# Preloader
preloader: true # To disable preloader change value to false
menu:
- name: Home
url: /
- name: About
url: /about/
- name: Contact
url: /contact/
# *** NOTE ***
# You can add submenus. For example:
# menu:
# - name: Home
# url: /
# submenu:
# - name: Peru
# url: /peru/
# ----------------------------------
layout_home_page: true # Homepage layout ( two layout is available, you can set the another layout by change the value of layout_home_page "true" to "false")
featured-post-slider: true # You can enable or disable the featured-post-slider using true or false values.
#-------------------------------
# Hero Section
hero:
hero-subtitle: I’m a Freelance Interactive Art Director based in France. Focusing across branding and identity, digital and print.
hero-banner: /assets/images/banner-img.png # Add your banner image '/assets/images/'
#-------------------------------
# Author Settings
author:
name: Jhon Abraham
#-------------------------------
# Contact Info
contact:
email: [email protected]
phone: +90 000 333 22
address:
city: Sydney
street: 6 rip carl Avenue CA 90733
# Contact Form
contact-form: [email protected]
# Social links
social:
- { icon: "ti-facebook", link: "#" }
- { icon: "ti-twitter-alt", link: "#" }
- { icon: "ti-linkedin", link: "#" }
- { icon: "ti-github", link: "#" }
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: # Add your shortname for Disqus Comment. For example mr-brown
#-------------------------------
# Instagram Feed
instafeed: true # To enable the instafeed, use the value true. To turn off use the value false.
userID: 4044026246
accessToken: 4044026246.1677ed0.8896752506ed4402a0519d23b8f50a17
#-------------------------------
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
#-------------------------------
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll/tagging
- jekyll-archives
paginate: 10
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: "_pages"
values:
permalink: /:basename:output_ext
include:
- _pages
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
# categories
jekyll-archives:
enabled: all
layout: category
permalinks:
category: "/category/:name/"
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor