diff --git a/_config.yml b/_config.yml index 521e8d9..2238619 100644 --- a/_config.yml +++ b/_config.yml @@ -46,7 +46,7 @@ comments: num_posts : # 5 (default) colorscheme : # "light" (default), "dark" utterances: - theme : "github-light" # "github-light" (default), "github-dark" + theme : "github-dark" # "github-light" (default), "github-dark" issue_term : "pathname" # "pathname" (default) label : "comment" # Optional - must be existing label. giscus: diff --git a/_posts/2021-02-17-csc-python-solutions.md b/_posts/2021-02-17-csc-python-solutions.md new file mode 100644 index 0000000..fd87bbc --- /dev/null +++ b/_posts/2021-02-17-csc-python-solutions.md @@ -0,0 +1,11 @@ +--- +layout: single +title: Computer Science Circles Python course Solutions +--- + +Look up solutions if you're stuck + +### Site + +### Download + diff --git a/index.md b/index.md index 40c2f5e..32f0409 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,6 @@ layout: posts author_profile: true --- -- ### [Computer Science Circles Python Course Solutions](https://surferlul.github.io/csc-python-solutions/) - ### [Type Trainer](https://surferlul.github.io/Type-Trainer/) - ### [Lévy C](https://surferlul.github.io/Levy_C/) - ### [xkb NEO](https://surferlul.github.io/xkb_neo)