Skip to content

Commit 653701d

Browse files
Merge pull request #191 from ossf/move_to_docs
Move to docs
2 parents 1aed7e5 + 11a8f9f commit 653701d

27 files changed

+43
-7018
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ useful repository for you.
2727

2828
If you see something in the course content that you think should be changed, please **[file an issue](https://github.com/ossf/secure-sw-dev-fundamentals/issues)** or (even better) **[create a pull request](https://github.com/ossf/secure-sw-dev-fundamentals/pulls)**.
2929

30-
Please see **[*Secure Software Development Fundamentals* content in Markdown format](secure_software_development_fundamentals.md)** for the main **text** content of the course (in this repository). The text embeds references to images that are also in this repository.
30+
Please see **[Developing Secure Software (LFD121) content in Markdown format](docs/lfd121.md)** for the main **text** content of the course (in this repository). The text embeds references to images that are also in this repository.
3131

3232
The course as delivered includes some videos.
3333
Those files are very large, so they aren't stored in this repository.

docs/_config.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Configure generation of web page(s).
2+
name: Developing Secure Software (LFD121) static material
3+
# Don't insert the name of the repo at the beginning
4+
# https://stackoverflow.com/questions/46375765/how-do-you-remove-header-on-github-pages
5+
title: null
6+
kramdown:
7+
# See: https://dieghernan.github.io/chulapa-101/cheatsheets/02-kramdown-cheat-sheet
8+
toc_levels: 2..6
9+
#
10+
# https://jekyllrb.com/docs/configuration/front-matter-defaults/
11+
# Note: We specific *specific* scopes in documents that were directly
12+
# published and referenced on GitHub. That way we don't need to add YAML
13+
# to the beginning of the markdown in those cases.
14+
# In newer markdown documents, use a yaml prefix to set "description", etc.
15+
defaults:
16+
-
17+
scope:
18+
path: "" # an empty string here means all files in the project
19+
values:
20+
author: Open Source Security Foundation (OpenSSF)
21+
-
22+
scope:
23+
path: "lfd121*"
24+
values:
25+
description: This is the Developing Secure Software (LFD121) course content in static form.

docs/_includes/custom-head.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- favicons - these settings are from top openssf.org and
2+
and we will just reference them
3+
-->
4+
<link rel="icon" href="https://openssf.org/wp-content/uploads/sites/132/2021/09/cropped-favicon-32x32.png" sizes="32x32" />
5+
<link rel="icon" href="https://openssf.org/wp-content/uploads/sites/132/2021/09/cropped-favicon-192x192.png" sizes="192x192" />
6+
<link rel="apple-touch-icon" href="https://openssf.org/wp-content/uploads/sites/132/2021/09/cropped-favicon-180x180.png" />
7+
<meta name="msapplication-TileImage" content="https://openssf.org/wp-content/uploads/sites/132/2021/09/cropped-favicon-270x270.png" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)