-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
102 lines (90 loc) · 3.77 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
landing : true
title : A Bootstrap 5 theme
author : Carles Loriente
url : "https://bootstrap-theme.notesoncloudcomputing.com"
baseurl : "/"
timezone : "Europe/Madrid"
description : A responsive Bootstrap 5 dual theme
full_description : >
A responsive dual theme for Bootstrap 5 created by Carles Loriente. Featuring a homepage, about page, tags cloud page, gallery of images page, examples post pages, post comments powered by Disqus, and contact page form powered by Formspree.
gh_repository : https://github.com/carlesloriente/bootstrap-theme-jekyll/
encoding : "utf-8"
locale : "en-US"
lang : "en"
formemail : xwkglaqr
permalink : pretty
date : 2024-03-24 11:10:45 +0200
categories : "bootstrap-theme, nocc, npm, jekyll"
# Features
critical_css : false
# Theme Notice (please don't remove it ;))
theme_version : v1.3.9
theme_name : NOCC Bootstrap Theme
theme_bundle_repo : https://github.com/carlesloriente/bootstrap-theme-jekyll/
theme_repo : https://github.com/carlesloriente/nocc-bootstrap-theme/
theme_url : https://bootstrap-theme.notesoncloudcomputing.com/
theme_author : Carles Loriente
theme_author_url : https://www.notesoncloudcomputing.com/about/
theme_download : https://github.com/carlesloriente/bootstrap-theme-jekyll/archive/refs/heads/main.zip
theme_package : https://www.npmjs.com/package/nocc-bootstrap-theme
theme_logo : "/assets/vendor/nocc-bootstrap-theme/images/nocc/nocc-theme-webshot.webp"
bundle_version : v1.1.9
# Social Profiles
email : "fi1nziulf@mozmail.com"
twitter_username : godarthvader
github_username : carlesloriente
#facebook_username :
#instagram_username :
linkedin_username : carles-loriente
kofi : S6S1O2GTU
# Google
google_site_verification: imA3xlKv43a50bTrOlAa3eWQ3VBCazAY4Y20KImDXOM
google_analytics : G-SM4Q43P2BB
# Disqus Comments
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
disqus_shortname : notes-on-cloud-infrastructure
data_dir : _data
includes_dir : _includes
layouts_dir : _layouts
plugins_dir : _plugins
tags_dir : tags
collections:
posts:
permalink : /posts/:name/
output : true
tags:
permalink : /tags/:name/
output : true
defaults:
- scope:
path : "posts"
type : posts
values:
layout : post
- scope:
path : 'assets/**'
values:
sitemap : false
# Markdown Processors
kramdown:
auto_ids : true
entity_output : as_char
toc_levels : [1, 2, 3, 4, 5, 6]
smart_quotes : lsquo,rsquo,ldquo,rdquo
input : GFM
hard_wrap : false
footnote_nr : 1
show_warnings : false
# Build settings
paginate : 10
paginate_path : "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
sass:
load_paths:
- ./_sass
style : compressed
exclude: ["AUTHORS.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "CODEOWNERS", "LICENSE", "README.md", "SECURITY.md", "techstack.md", "techstack.yml", "WORKFLOW.md", "bin", "Gemfile", "Gemfile.lock", "manifest.webmanifest", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]