-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
130 lines (110 loc) · 2.69 KB
/
_config.yml
File metadata and controls
130 lines (110 loc) · 2.69 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
title: Visionary Code Works
description: >- # this means to ignore newlines until "baseurl:"
Visionary Code Works is a cutting-edge technology and design company specializing in innovative digital solutions. Our mission is to create impactful and user-friendly digital experiences that drive growth and efficiency.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://vcwtech.com/"
email: thaddeus.r.thomas@gmail.com
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-archives
# SEO settings
seo:
name: Visionary Code Works
description: 'Visionary Code Works is at the forefront of technological innovation, offering a wide range of services from web development to digital marketing strategies. We empower businesses to achieve their digital aspirations.'
twitter:
username: thomasthaddeus
og_image: '/assets/icons/site-logo.jpg'
# Optional analytics
google_analytics: G-QH33T8MYJZ
# Optional comments
disqus:
shortname: disqus_CVOsT8zF7j
# Build optimizations
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
keep_files:
- .git
- .svn
# Collections
collections:
my_collection:
output: true
permalink: /:collection/:name
# Permalinks
permalink: /:year/:month/:day/:title/
# Pagination (if using 'jekyll-paginate' or similar)
paginate: 5
paginate_path: "/page:num/"
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed
# Markdown extensions
kramdown:
input: GFM
hard_wrap: false
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Plugins (if you have specific plugins)
plugins_dir: _plugins
# Site language
lang: en
# Date and Time Format
date_format: '%b %-d, %Y'
# Default Front Matter
defaults:
- scope:
path: "/"
type: "pages"
values:
layout: "home"
# Optional feature images for posts
- scope:
path: "/.github/front_matter.yml"
type: "posts"
values:
layout: "post"
author: "thomasthaddeus"
image: "/assets/img/site-logo.png"
# Social Media Links
social_links:
twitter: ThaddeusMaxima
# facebook: yourfacebookpage
github: thomasthaddeus
linkedin: thaddeusthomas
# Footer settings
footer:
links:
- title: About
url: /about
- title: Contact
url: /contact
- title: FAQ
url: /faq
- title: Portfolio
url: /portfolio
- title: Privacy Policy
url: /privacy-policy
- title: Services
url: /services
jekyll-archives:
enabled:
- categories
- tags
layout: archive
permalinks:
tag: '/tags/:name/'
category: '/categories/:name/'