From 9ed97d7c1682a1f160eda07fe8af9c4aa963588a Mon Sep 17 00:00:00 2001 From: Jaap Meijers Date: Tue, 3 Dec 2024 20:25:31 +0100 Subject: [PATCH] Initial commit --- .github/workflows/trigger_publishing_site.yml | 19 ++++++++++++ LICENSE | 3 ++ README.md | 6 ++++ index.md | 29 +++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 .github/workflows/trigger_publishing_site.yml create mode 100644 LICENSE create mode 100644 README.md create mode 100644 index.md diff --git a/.github/workflows/trigger_publishing_site.yml b/.github/workflows/trigger_publishing_site.yml new file mode 100644 index 0000000..b11e0ca --- /dev/null +++ b/.github/workflows/trigger_publishing_site.yml @@ -0,0 +1,19 @@ +name: Trigger publishing site + +on: + push: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Send trigger + run: | + curl --fail -L -X POST \ + -H 'Accept: application/vnd.github+json' \ + -H 'Authorization: Bearer ${{ secrets.GH_PAT_REPO_WORKFLOW_CODERDOJO024 }}' \ + -H 'X-GitHub-Api-Version: 2022-11-28' \ + https://api.github.com/repos/coderdojonijmegen/hugo-coderdojo-nijmegen/actions/workflows/publish.yml/dispatches \ + -d '{"ref":"main"}' diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2ee0da0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. +To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ or +send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3bddd1a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Instructie template + +Zie [index.md](index.md) voor instructies hoe deze template te gebruiken. + +## Licentie +Deze instructies worden, net als alle andere instructies van CoderDojo Nijmegen, aangeboden onder een [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Licentie](http://creativecommons.org/licenses/by-nc-sa/4.0/). diff --git a/index.md b/index.md new file mode 100644 index 0000000..ade5015 --- /dev/null +++ b/index.md @@ -0,0 +1,29 @@ +--- +title: "Instructie template" +date: 2024-09-20T15:51:01+02:00 +draft: false +toc: true +headercolor: "teal-background" +onderwerp: Python +--- + +> Korte introductie dat wordt getoond in het overzicht van alle instructies + + + +> Te doen: +> 1. Pas [FrontMatter](https://gohugo.io/content-management/front-matter/) aan boven in dit bestand. +> - `title` naar een passende titel bij deze instructie +> - `data` naar vandaag +> - `onderwerp` naar de gebruikte techniek aanpassen, bijvoorbeeld Python (wordt gebruikt om te sorteren per onderwerp) +> 2. Denk qua structuur aan: +> - Introductie van het onderwerp +> - Wat heb je nodig (programma's/materialen) +> - De instructie zelf verdeelt over stappen; het is fijn als kinderen per stap al resultaat kunnen zien +> - Afronding met bijvoorbeeld uitdagingen op basis van het geleerde en/of linkjes naar pagina's met nog meer informatie over het onderwerp +> 3. Laat onderstaande licentie staan +> +> Bekijk [deze uitleg](https://github.com/coderdojonijmegen/hugo-coderdojo-nijmegen/blob/main/README.md) over hoe je kunt zien +> hoe je instructies er uit zien in de site. + +{{< licentie rel="http://creativecommons.org/licenses/by-nc-sa/4.0/">}}