|
1 | | -# Welcome to Jekyll! |
2 | | -# |
3 | | -# This config file is meant for settings that affect your whole blog, values |
4 | | -# which you are expected to set up once and rarely edit after that. If you find |
5 | | -# yourself editing this file very often, consider using Jekyll's data files |
6 | | -# feature for the data you need to update frequently. |
7 | | -# |
8 | | -# For technical reasons, this file is *NOT* reloaded automatically when you use |
9 | | -# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
10 | | - |
11 | | -# Site settings |
12 | | -# These are used to personalize your new site. If you look in the HTML files, |
13 | | -# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
14 | | -# You can create any custom variable you would like, and they will be accessible |
15 | | -# in the templates via {{ site.myvariable }}. |
16 | | -title: Data Structure & Algorithms Notes |
17 | | - |
18 | | -description: >- # this means to ignore newlines until "baseurl:" |
19 | | - ECE 250 Course Review |
20 | | -baseurl: "/algorithms" # the subpath of your site, e.g. /blog |
21 | | -url: "https://www.chrisw7.github.io" |
22 | | -twitter_username: jekyllrb |
23 | | -github_username: jekyll |
24 | | - |
25 | | -# Build settings |
26 | | -markdown: kramdown |
27 | | -kramdown: |
28 | | - input: GFM # Enable GitHub Flavored Markdown (fenced code blocks) |
29 | | - hard_wrap: false |
30 | | - |
31 | | -theme: minima |
32 | | -plugins: |
33 | | - - jemoji |
34 | | - |
35 | | -# Exclude from processing. |
36 | | -# The following items will not be processed, by default. Create a custom list |
37 | | -# to override the default setting. |
38 | | -# exclude: |
39 | | -# - Gemfile |
40 | | -# - Gemfile.lock |
41 | | -# - node_modules |
42 | | -# - vendor/bundle/ |
43 | | -# - vendor/cache/ |
44 | | -# - vendor/gems/ |
45 | | -# - vendor/ruby/ |
| 1 | +# Welcome to Jekyll! |
| 2 | +# |
| 3 | +# This config file is meant for settings that affect your whole blog, values |
| 4 | +# which you are expected to set up once and rarely edit after that. If you find |
| 5 | +# yourself editing this file very often, consider using Jekyll's data files |
| 6 | +# feature for the data you need to update frequently. |
| 7 | +# |
| 8 | +# For technical reasons, this file is *NOT* reloaded automatically when you use |
| 9 | +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. |
| 10 | + |
| 11 | +# Site settings |
| 12 | +# These are used to personalize your new site. If you look in the HTML files, |
| 13 | +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |
| 14 | +# You can create any custom variable you would like, and they will be accessible |
| 15 | +# in the templates via {{ site.myvariable }}. |
| 16 | +title: Data Structure & Algorithms Notes |
| 17 | + |
| 18 | +description: >- # this means to ignore newlines until "baseurl:" |
| 19 | + ECE 250 Course Review |
| 20 | +baseurl: "" # the subpath of your site, e.g. /blog |
| 21 | +url: "https://chrisw7.github.io" |
| 22 | +twitter_username: jekyllrb |
| 23 | +github_username: jekyll |
| 24 | + |
| 25 | +# Build settings |
| 26 | +markdown: kramdown |
| 27 | +kramdown: |
| 28 | + input: GFM # Enable GitHub Flavored Markdown (fenced code blocks) |
| 29 | + hard_wrap: false |
| 30 | + |
| 31 | +theme: minima |
| 32 | +plugins: |
| 33 | + - jemoji |
| 34 | + |
| 35 | +# Exclude from processing. |
| 36 | +# The following items will not be processed, by default. Create a custom list |
| 37 | +# to override the default setting. |
| 38 | +# exclude: |
| 39 | +# - Gemfile |
| 40 | +# - Gemfile.lock |
| 41 | +# - node_modules |
| 42 | +# - vendor/bundle/ |
| 43 | +# - vendor/cache/ |
| 44 | +# - vendor/gems/ |
| 45 | +# - vendor/ruby/ |
0 commit comments