-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
112 lines (93 loc) · 2.07 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
# Set theme
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jemoji
- jekyll-remote-theme
# Site settings
url: 'https://www.itsociety.rocks'
baseurl: ''
title: 'IT Society'
description: 'Empowerment through technology'
permalink: pretty
avatarurl: '/logo.png'
# logo: "https://gravatar.com/avatar/fba3bd65ae066575bed2847d64db94ce"
# Pagination
paginate: 5
paginate_path: blog/page:num
# Header nav
navigation_header:
Home: /
Blog: /blog/
Events: /events/
MadeByStudents: /MadeByStudents/
Logo: /
Scoreboard: /scoreboard/
Our Partners: /partners/
Join Us: /join/
Contact Us: /contact/
# Footer nav
navigation_footer:
Back to top: ""
# Collections
collections:
posts:
title: Posts
output: true
description: ""
feature_text: ""
feature_text_desc: "Blog"
feature_image: "/assets/bg/clean-gray-paper.png"
events:
title: Events
output: true
description: ""
feature_text: ""
feature_text_desc: "Events"
feature_image: "/assets/bg/brushed-alum-dark.png"
partners:
title: Our Partners
output: true
description: ""
feature_text: ""
feature_text_desc: "Our Partners"
feature_image: "/assets/bg/always-grey.png"
MadeByStudents:
title: MadeByStudents
output: true
description: ""
feature-text: ""
feature_text_desc: "#MadeByStudents"
feature_image: "/assets/bg/grid-noise.png"
joinUs:
title: Join Us
output: true
description: ""
feature-text: ""
feature_text_desc: "Join Us"
feature_image: "/assets/bg/green-dust-and-scratches.png"
contact:
title: Contact Us
output: true
description: ""
feature-text: ""
feature_text_desc: "Contact Us"
feature_image: "/assets/bg/dark-circles.png"
scoreboard:
title: Scoreboard
output: true
description: ""
feature-text: ""
feature_text_desc: "Scoreboard"
feature_image: "/assets/bg/inspiration-geometry.png"