From 49f746f1ee9205c4028bdc8f18aa888367eb3ddb Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Apr 2019 00:13:49 +0100 Subject: Initial site layout --- content/_index.md | 42 +++++++++++++++++++++++++++++ content/posts/_index.md | 0 content/shows/learning-arch-linux/_index.md | 6 +++++ 3 files changed, 48 insertions(+) create mode 100644 content/_index.md create mode 100644 content/posts/_index.md create mode 100644 content/shows/learning-arch-linux/_index.md (limited to 'content') diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..c2e3a26 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,42 @@ +--- +description: 'Welcome to my little bit of the internet.' +--- + +# Welcome! + +My name is David Sadler and I'm: + +- A developer, mainly PHP. +- Host of Learning Arch Linux. +- Author of various blog posts. + +## Learning Arch Linux + +This is a show where I learn how to use Arch Linux on my ThinkPad X220. Episodes cover different topics and posts on this site provide more information. + +- Video: [YouTube Playlist]({{< youtube/playlist_url "PLdzf_OlEDW0nwHHgiGmNVNAu-__Sdipzp" >}}) +- Posts: [Episode Posts]({{< relref "/shows/learning-arch-linux" >}}) + +Recent episodes. + +{{< shows/recent_episodes "Learning Arch Linux" >}} + +## Blog Posts + +I write posts about programming and Linux topics that are of interest to me. + +[Full browsable blog index]({{< relref "/posts" >}}). + +Recent posts. + +{{< posts/recent >}} + +## RSS URLs + +Use the below urls in your RSS reader. The first is my main feed and contains all shows and posts. After that are feeds for just posts and individual shows. Lastly is my YouTube feed. + +**All Content:** {{< ref "/" "rss" >}} +**Posts:** {{< ref "/posts" "rss" >}} +**Learning Arch Linux:** {{< ref "/shows/learning-arch-linux" "rss" >}} +**YouTube:** https://www.youtube.com/feeds/videos.xml?channel\_id=UCNWVuS\_-R6CsGG\_LtrF1jXg + diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/shows/learning-arch-linux/_index.md b/content/shows/learning-arch-linux/_index.md new file mode 100644 index 0000000..0bd7a43 --- /dev/null +++ b/content/shows/learning-arch-linux/_index.md @@ -0,0 +1,6 @@ +--- +title: Learning Arch Linux +playListId: PLdzf_OlEDW0nwHHgiGmNVNAu-__Sdipzp +summary: This is a show where I learn how to use Arch Linux on my ThinkPad X220. Episodes cover different topics and posts on this site provide more information. +--- + -- cgit v1.2.3-13-gbd6f