-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
106 lines (96 loc) · 2.57 KB
/
Copy path_config.yml
File metadata and controls
106 lines (96 loc) · 2.57 KB
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
# Welcome to Jekyll!
title: WebDev Plus | Leading Web Design & Development Agency in the Philippines
email: hello@webdevpl.us
description: WebDevPlus | Creative Design Agency
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://webdevpl.us" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: webdevplus
github_username: iamthenewking
# We're using formspree.io for form handling, paste your formspree url below
formspreeFormUrl: "https://formspree.io/myylyzbo"
# Build settings
gems:
- jekyll-paginate-v2
pagination:
enabled: true
per_page: 4
permalink: "/blog/:title/"
sort_field: "date"
sort_reverse: true
sass:
sass_dir: _scss/
style: compressed
webrick:
headers:
Access-Control-Allow-Origin: "*"
# Navigation
navigation:
- title: Portfolio
url: /portfolio
- title: Our Process
url: /process
- title: About
url: /about
# - title: Blog
# url: /blog
- title: Get A Quote
url: /contact
tag: special
# Call to action
call-to-action:
enable: true
background_image: "images/backgrounds/cta-background.jpg"
title: "Need a Custom Website?"
primary_button: "Hire Us"
primary_button_url: "/contact"
secondary_button: "Not Convinced Yet?"
secondary_button_url: "/portfolio"
# Footer
footer:
contactInfo:
title: "Contact Info"
address: "Isabela<br>PH 3318"
phone: "0929-3600-034"
email: "hello@webdevpl.us"
sitemap:
title: "Sitemap"
link:
- name: "About"
url: "/about"
- name: "Portfolio"
url: "/portfolio"
- name: "Blog"
url: "/blog"
- name: "Contact"
url: "/contact"
social:
title: "Socials"
link:
- name: "Facebook"
url: "https://facebook.com/webdevplus"
# - name : "Twitter"
# url : "https://twitter.com/webdevplus"
# - name : "Instagram"
# url : "https://instagram.com/webdevpl.us"
service:
title: "We help brands:"
description: "Develop design solutions.<br>Produce valuable cultural content.<br>Create fresh brand experience"
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/