-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
167 lines (143 loc) Β· 4.34 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Site settings
title: 'Code The Web'
description: 'Web development explained for normal people β Learn HTML, CSS and JavaScript in ways that you can actually understand!'
keyword: 'code the web, code the web blog, blog, web, web development, development, programming, internet, blog, website, html, css, javascript, learn, code, coding, learn to code, code web'
url: 'https://codetheweb.blog'
urlhost: 'codetheweb.blog' # site.url without protocol
baseurl: '/'
ad: 'ethical-ads'
# Hide future posts
future: false
# Navigation links
nav:
home: '/'
tags: '/tags/'
"newsletter 🌮 🚀": '/newsletter/'
# Author
author: 'Ethan'
nickname: 'Ethan'
bio: "A self-taught programmer from Australia and creator of Code The Web. I program in HTML, CSS, JavaScript / NodeJS, Python and some random C++ release from the 90's."
avatar: 'assets/img/profile.png'
# Search
search: true
# Night mode
nightMode: true
# Comments
disqus: true
disqus_url: 'https://codetheweb-blog.disqus.com/embed.js'
# Share
social-share: true
social-share-items: ['facebook', 'twitter', 'google']
# theme color
theme-color: 'pink' # pink or default
# Post header background patterns (when the post has no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: 'circuitBoard'
# SNS settings url: weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
# github: 'https://github.com/Booligoosh'
website: 'https://ethan.link/'
#twitter: 'https://twitter.com/Booligoosh' (icon doesn't work for some reason)
# dribble: 'https://dribbble.com/Booligoosh'
# medium: 'https://medium.com/@Booligoosh'
# Tags
recommend-tags: true # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 6
paginate_path: '/page/:num'
exclude: ['node_modules', 'dev', 'package.json', 'gulpfile.js', '.gitignore', 'README.md', '.env']
# Markdown
markdown: MyCustomProcessor
# These are now defined in markdown.rb:
# highlighter: rouge
# kramdown:
# input: GFM
RSS: false
# Plugins
plugins: [jekyll-paginate, jekyll-sitemap]
# ME
defaults:
-
scope:
path: "/demo/**"
values:
sitemap: false
-
scope:
path: "/newsletters/**"
values:
sitemap: false
-
scope:
path: "page"
values:
sitemap: false
sass:
style: compressed
newsletter: /newsletter/
share: '#share'
comments: '#disqus_thread'
contact: /contact
repo: https://github.com/CodeTheWebBlog/CodeTheWebBlog.github.io/
permalink: /:title/
sponsor: /sponsor
donate: https://www.buymeacoffee.com/CodeTheWeb
patreon: https://www.patreon.com/CodeTheWebBlog
email: '[email protected]'
social:
reddit: 'https://www.reddit.com/user/CodeTheWebBlog'
twitter: 'https://twitter.com/CodeTheWebBlog/'
wpm: 180
learn:
html:
tutorials:
- /html-syntax/
- /structure-of-an-html-document/
- /basic-types-of-html-tags/
- /links-images-about-file-paths/
- /wrapping-and-grouping-elements/
- /lists-and-navigation/
- /html-icons/
other:
- /steps-to-creating-a-website/
- /devchat/
- /web-development-reference-sites/
- /github-pages-free-hosting/
css:
tutorials:
- /css-syntax/
- /basic-css-properties/
- /css-sizing-and-positioning/
- /css-position-property/
- /css-display-property/
- /css-advanced-background-images/
- /css-units/
- /css-flexboxes/
- /fullscreen-image-hero/
- /style-a-navigation-bar-css/
- /css-text-properties-and-google-fonts/
other:
- /steps-to-creating-a-website/
- /devchat/
- /web-development-reference-sites/
- /github-pages-free-hosting/
javascript:
tutorials:
- /hello-javascript/
- /javascript-variables/
- /if-statements-boolean-operators/
- /javascript-math/
- /for-and-while-loops-javascript/
- /javascript-dialogs/
- /javascript-functions/
- /javascript-arrays/
- /javascript-objects/
- /javascript-dom/
- /javascript-url-parsing/
- /javascript-dates-and-times/
- /javascript-timeouts-and-intervals/
- /javascript-localstorage/
other:
- /devchat/
- /web-development-reference-sites/
- /github-pages-free-hosting/