From 5e9d64d377820a5ef77ea68c39b2b5bedfa6a505 Mon Sep 17 00:00:00 2001 From: "Darren J. de Lima" Date: Wed, 22 Sep 2021 13:56:46 +0100 Subject: add wiki as submodule src: https://github.com/AmazingRise/hugo-theme-diary.wiki.git --- .gitmodules | 3 +++ docs/wiki | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 docs/wiki diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b96ecde --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs/wiki"] + path = docs/wiki + url = https://github.com/AmazingRise/hugo-theme-diary.wiki.git diff --git a/docs/wiki b/docs/wiki new file mode 160000 index 0000000..ffa0614 --- /dev/null +++ b/docs/wiki @@ -0,0 +1 @@ +Subproject commit ffa0614fef8454593d3a80d931af87a2039e2904 -- cgit v1.2.3 From 31b47c466a683c1359ae4061b7dbf2e6a68bac74 Mon Sep 17 00:00:00 2001 From: "Darren J. de Lima" Date: Sun, 10 Apr 2022 02:02:27 +0100 Subject: Pretty RSS --- layouts/index.rss.xml | 1 + static/rss.xsl | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 static/rss.xsl diff --git a/layouts/index.rss.xml b/layouts/index.rss.xml index 0f2e74c..27be451 100644 --- a/layouts/index.rss.xml +++ b/layouts/index.rss.xml @@ -1,3 +1,4 @@ +{{- printf "" | safeHTML }} {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} diff --git a/static/rss.xsl b/static/rss.xsl new file mode 100644 index 0000000..6774c68 --- /dev/null +++ b/static/rss.xsl @@ -0,0 +1,111 @@ + + + + + + + <xsl:value-of select="/rss/channel/title"/> Feed + + + + + + +
+ This is a Podcast RSS Feed generated by Typlog. + Podcast apps can use the URL in the address bar. Find out + + how to subscribe a podcast via feed. +
+
+ +
+ This is a RSS Feed generated by Typlog. + RSS readers can use the URL in the address bar. +
+
+ + + + + +
+
+ + + • + + +
+

+ + + + + + +

+ +

+
+ + + +
+
+
+ Typlog + +
| This is an RSS feed, intended for news-feed readers like FeedBro (Browser), Simple RSS Reader (Android), Inoreader (iOS), QuiteRSS (Desktop) or Thunderbird (Email). There may also be podcast episodes available by opening in iTunes or gPodder.
+
+ + +
+
\ No newline at end of file -- cgit v1.2.3