-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
129 lines (111 loc) · 3.99 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Build settings
remote_theme: daviddarnes/alembic@main
plugins:
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jekyll-commonmark
- jekyll-include-cache
- jemoji
# Site configuration
# 1. Files excluded from Jekyll builds
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
# 5. Collections
# 6. Jekyll collections settings
# 7. Site settings
# 8. Site favicons & manifest icons
# 9. Site navigation
# 3. Gem settings
paginate: 2 # jekyll-paginate > items per page
paginate_path: blog/page:num # jekyll-paginate > blog page
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
twitter:
username: stdal_ # jekyll-seo-tag > Owners twitter username
author: StandAlone # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: StandAlone # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/stdal_
- https://www.linkedin.com/
- https://github.com/Cybcrime
# markdown: CommonMark # Markdown parse settings, CommonMark performs slightly better an others in build time
# commonmark:
# options: ["SMART", "FOOTNOTES"]
# extensions: ["strikethrough", "autolink", "table"]
# 4. Jekyll settings
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/DD/MM/YYYY/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
timezone: Europe/Paris # Timezone for blog posts and alike
# 5. Collections
collections:
posts:
title: Articles # Needed for Siteleaf
output: true
aside: true
#description: "My thoughts and ideas" # The post list page content
#feature_text:
#feature_image: "https://www.10wallpaper.com/wallpaper/2560x1600/1603/Polygon_triangles_green-Design_Thmem_HD_Wallpaper_2560x1600.jpg"
#6. Jekyll collections settings
defaults:
-
scope:
path: ""
values:
image: "/assets/logos/kunal-logo.png" # Default image for sharing
# 7. Site settings
encoding: utf-8 # Make sure the encoding is right
lang: en-GB # Set the site language
title: "StandAlone" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/logos/logo.gif" # Site logo, also used in jekyll-seo-tag
description: "StandAlone blog" # Site description and default description, also used in jekyll-seo-tag
url: "https://standalone.is/" # Site url, also used in jekyll-seo-tag
repo: "https://github.com/Cybcrime/cybcrime.github.io"
email: "[email protected]"
# disqus: "alembic-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account
service_worker: true # Will turn off the service worker if set to false
css_inline: false # Will insert all styles into a single <style> block in the <head> element and remove the style <link> reference
# 8. Site favicons & manifest icons
favicons: # Favicons are also used in the manifest file. Syntax is 'size: path'
16: '/assets/logos/16x.png'
32: '/assets/logos/32x.png'
96: '/assets/logos/96x.png'
120: '/assets/logos/120.png'
144: '/assets/logos/144.png'
180: '/assets/logos/180.png'
512: '/assets/logos/512.png'
1024: '/assets/logos/1024.png'
# 9. Site navigation
navigation_header:
- title: Home
url: /
- title: About
url: /about/
- title: Articles
url: /categories/
- title: Search
url: /search/
# - title: Categories
# url: /categories/
# - title: Fork Alembic
# url: https://github.com/daviddarnes/alembic
navigation_footer:
- title: Stand//Alone
url: https://standalone.is
social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired
LinkedIn: https://www.linkedin.com/
GitHub: https://github.com/cybcrime
Twitter: https://twitter.com/stdal_
# RSS: /feed.xml
sharing_links: # Appear at the bottom of single blog posts, add as desired. The value can be 'true' or the desired button colour
Twitter: "#0d94e7"
Facebook: "#3B5998"
Email: true