-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
76 lines (75 loc) · 1.64 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
remote_theme: stackbithq/stackbit-theme-fresh
title:
baseurl: /
url: https://softdevpk.com
favicon: 'favicon.ico'
permalink: "/:title/"
collections:
posts:
permalink: "/posts/:title/"
description: Pakistan's largest community of Software Developers
layout_style: overflow
palette: blue
header:
title: Software Dev. Pakistan
tagline: Pakistan's largest community of Software Developers
profile_img: assets/img/avatar.jpeg
background: dark
has_nav: true
nav_links:
- label: Home
url: /
style: link
- label: FAQs
url: /FAQs/
style: link
- label: Career Paths
url: /career-paths/
style: link
- label: Learning Resources
url: /learning-resources/
style: link
- label: Community Guidelines
url: /community-guidelines/
style: link
- label: Make a Contribution
url: /contributing/
style: link
has_social: true
social_links:
- label: Facebook
url: "https://www.facebook.com/groups/softdevpk"
style: icon
icon_class: fa-facebook
new_window: true
footer:
content: "© All rights reserved."
links:
- label: Code Of Conduct
url: /code-of-conduct/
style: link
- label: Facebook Community
url: https://www.facebook.com/groups/softdevpk
style: link
new_window: true
sass:
indentWidth: 4
style: nested
precision: 10
plugins:
- jekyll-menus
- jekyll-feed
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- README.md
- netlify.toml
- stackbit-build.sh
- stackbit-pull.js