From e4eb3654cbdc6d0fde41654962d0a302db3d9729 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sun, 21 Nov 2021 12:49:53 -0600 Subject: [PATCH] projects: add stream and videos dirs, and initial stream-ideas.md --- content/projects/stream/_index.md | 5 ++++ content/projects/stream/stream-ideas.md | 37 +++++++++++++++++++++++++ content/projects/videos/_index.md | 5 ++++ 3 files changed, 47 insertions(+) create mode 100644 content/projects/stream/_index.md create mode 100644 content/projects/stream/stream-ideas.md create mode 100644 content/projects/videos/_index.md diff --git a/content/projects/stream/_index.md b/content/projects/stream/_index.md new file mode 100644 index 0000000..b1e64be --- /dev/null +++ b/content/projects/stream/_index.md @@ -0,0 +1,5 @@ +--- +title: Stream +draft: false +hide: false +--- diff --git a/content/projects/stream/stream-ideas.md b/content/projects/stream/stream-ideas.md new file mode 100644 index 0000000..134f07c --- /dev/null +++ b/content/projects/stream/stream-ideas.md @@ -0,0 +1,37 @@ +--- +title: "Stream Ideas" +description: "Ideas for stream content" +author: "Thurstylark" +date: 2021-11-21 +draft: false +hide: false +--- + + +## Continual + +- Lurk in chatrooms + - libera.chat + - #archlinux + - ##linux + - Matrix + - #archlinux:archlinux.org +- [Troll the forums](https://bbs.archlinux.org/) + - [Unanswered posts](https://bbs.archlinux.org/search.php?action=show_unanswered) +- Argue on reddit + - [/r/archlinux](https://reddit.com/r/archlinux) +- [Keep AUR packages updated](https://aur.archlinux.org/) + - Find more to adopt (suggestions welcome!) + + + + +## Projects + +- Teach myself Ansible + - https://www.ansible.com/resources/get-started + - Easy learner targets: + - tlwiki + - weechat+tmux setup + - aurutils repo +- archinstall remote profile diff --git a/content/projects/videos/_index.md b/content/projects/videos/_index.md new file mode 100644 index 0000000..93cbd0b --- /dev/null +++ b/content/projects/videos/_index.md @@ -0,0 +1,5 @@ +--- +title: Videos +draft: false +hide: false +---