From 993ad916b336fd7a910a912465389fd5c8bc748c Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Thu, 9 Nov 2023 16:04:47 -0700 Subject: [PATCH] ready? --- .github/workflows/updateMarkdown.yml | 22 ++++++++++++++++++++++ .gitignore | 2 ++ Slides/readme.md | 4 ++++ mdsnippets.json | 6 ++++++ qrcodes/readme.md | 11 +++++++++++ sample_talk.md | 17 +++++++++++++++++ your_bio.md | 7 +++++++ 7 files changed, 69 insertions(+) create mode 100644 .github/workflows/updateMarkdown.yml create mode 100644 .gitignore create mode 100644 Slides/readme.md create mode 100644 mdsnippets.json create mode 100644 qrcodes/readme.md create mode 100644 sample_talk.md create mode 100644 your_bio.md diff --git a/.github/workflows/updateMarkdown.yml b/.github/workflows/updateMarkdown.yml new file mode 100644 index 0000000..7f72bc0 --- /dev/null +++ b/.github/workflows/updateMarkdown.yml @@ -0,0 +1,22 @@ +name: on-push-do-doco +on: + push: +jobs: + release: + runs-on: windows-latest + steps: + - uses: actions/checkout@v2 + - name: Run MarkdownSnippets + run: | + dotnet tool install --global MarkdownSnippets.Tool + mdsnippets ${GITHUB_WORKSPACE} + shell: bash + - name: Push changes + run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -m "Doco changes" -a || echo "nothing to commit" + remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git" + branch="${GITHUB_REF:11}" + git push "${remote}" ${branch} || echo "nothing to push" + shell: bash diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a767fcb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +~* diff --git a/Slides/readme.md b/Slides/readme.md new file mode 100644 index 0000000..e2e88f8 --- /dev/null +++ b/Slides/readme.md @@ -0,0 +1,4 @@ +# Slides + +If you are using powerpower I suggest posting your slides here. +Otherwise you might prefer a pdf of your slides diff --git a/mdsnippets.json b/mdsnippets.json new file mode 100644 index 0000000..7b9d450 --- /dev/null +++ b/mdsnippets.json @@ -0,0 +1,6 @@ +{ + "ExcludeDirectories": [ "target" ], + "Convention": "InPlaceOverwrite", + "TocLevel": 5 + } + \ No newline at end of file diff --git a/qrcodes/readme.md b/qrcodes/readme.md new file mode 100644 index 0000000..465cf38 --- /dev/null +++ b/qrcodes/readme.md @@ -0,0 +1,11 @@ +# QR codes + +Here is a folder to hold your qr code. +I suggest the following naming pattern: +``` +qr_talk_title.svg +``` + +## Resources +* [QR Monkey](https://www.qrcode-monkey.com/) +* [Lego](https://codepen.io/agalliat/pen/wvoMbWx) \ No newline at end of file diff --git a/sample_talk.md b/sample_talk.md new file mode 100644 index 0000000..86675d2 --- /dev/null +++ b/sample_talk.md @@ -0,0 +1,17 @@ +# Talk Title + +## Talk Resources +* [Slides](./Slides/sampleslides.pptx) + + +## Llewellyn's + +* [Blog](https://llewellynfalco.blogspot.com/) +* [ApprovalTests](https://github.com/approvals/) +* [YouTube](https://www.youtube.com/user/isidoreus/videos) +* [Twitch](https://www.twitch.tv/llewellynfalco) +* [Learn With Llew](https://github.com/LearnWithLlew) + +I'm a Technical Agile Coach. You can [hire me](http://llewellynfalco.blogspot.com/p/hire-me.html) + + diff --git a/your_bio.md b/your_bio.md new file mode 100644 index 0000000..a6bdfce --- /dev/null +++ b/your_bio.md @@ -0,0 +1,7 @@ +## Your Name + +* [Your Blog](https://you.blogspot.com/) +* [Your Others links](https://google.com/you) + +A bit about you +