Skip to content

Commit 1414b61

Browse files
authored
Update _config.yml
1 parent 0240cdb commit 1414b61

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

docs/_config.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,11 @@
66
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
77
# You can create any custom variable you would like, and they will be accessible
88
# in the templates via {{ site.myvariable }}.
9+
910
title: Secure Coding Case Studies
1011
description: >- # this means to ignore newlines until "baseurl:"
11-
# baseurl: "" # the subpath of your site, e.g. /blog -> needs to be commented out for github pages build
1212
url: "" # the base hostname & protocol for your site, e.g. http://example.com
1313
github_username: mitre/secure-coding-case-studies
1414

1515
# Build settings
1616
theme: minima
17-
18-
# Exclude from processing.
19-
# The following items will not be processed, by default.
20-
# Any item listed under the `exclude:` key here will be automatically added to
21-
# the internal "default list".
22-
#
23-
# Excluded items can be processed by explicitly listing the directories or
24-
# their entries' file path in the `include:` list.
25-
#
26-
# exclude:
27-
# - .sass-cache/
28-
# - .jekyll-cache/
29-
# - gemfiles/
30-
# - Gemfile
31-
# - Gemfile.lock
32-
# - node_modules/
33-
# - vendor/bundle/
34-
# - vendor/cache/
35-
# - vendor/gems/
36-
# - vendor/ruby/

0 commit comments

Comments
 (0)