File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 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+
910title : Secure Coding Case Studies
1011description : >- # 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
1212url : " " # the base hostname & protocol for your site, e.g. http://example.com
1313github_username : mitre/secure-coding-case-studies
1414
1515# Build settings
1616theme : 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/
You can’t perform that action at this time.
0 commit comments