diff --git a/src/assets/feeds/feed.xsl b/src/assets/feeds/feed.xsl index 40733d82..b57b569b 100644 --- a/src/assets/feeds/feed.xsl +++ b/src/assets/feeds/feed.xsl @@ -1,35 +1,116 @@ ---- -layout: null ---- -{% include partials/header.xsl %} -
-
-

- - - - Feed preview • all posts -

-

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 - rescue dogs, technology, automation, music, writing, reading and tv and movies. -

-

- This feed preview only shows titles, but the actual feed contains the full content. -

-

- I also have a JSON feed available. -

- - Visit site → - -

- -

-
- -
-{% include partials/footer.xsl %} \ No newline at end of file + + + + + + + + + + <xsl:value-of select="atom:feed/atom:title"/> + + + + + + + + + + + +
+
+ +
+
+

+ + + + Feed preview • all posts +

+

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 + rescue dogs, technology, automation, music, writing, reading and tv and movies. +

+

+ This feed preview only shows titles, but the actual feed contains the full content. +

+

+ I also have a JSON feed available. +

+ + Visit site → + +

+ +

+
+ +
+
+
+

+ This is a web feed, + also known as an RSS or Atom feed. +

+

+ Subscribe + by copying the URL from the address bar into your newsreader. +

+
+ Visit About Feeds to get started with newsreaders and + subscribing. It's free. + +
+
+
+ + +
+ +
+

+ + + + + + +

+ +
+
+
diff --git a/src/assets/feeds/follow.xsl b/src/assets/feeds/follow.xsl index 1793938f..456e3b1c 100644 --- a/src/assets/feeds/follow.xsl +++ b/src/assets/feeds/follow.xsl @@ -1,26 +1,96 @@ ---- -layout: null ---- -{% include partials/header.xsl %} -
-
-

- - - - Feed preview • follow -

-

My activity from around the web.

-

- -

-
- -
-{% include partials/footer.xsl %} \ No newline at end of file + + + + + + + + + + <xsl:value-of select="atom:feed/atom:title"/> + + + + + + + + + + + +
+
+ +
+
+

+ + + + Feed preview • follow +

+

My activity from around the web.

+

+ +

+
+
    + +
+
+
+
+

+ This is a web feed, + also known as an RSS or Atom feed. +

+

+ Subscribe + by copying the URL from the address bar into your newsreader. +

+
+ Visit About Feeds to get started with newsreaders and + subscribing. It's free. + +
+
+
+ + +
+ +
  • + + + + + + + • + +
  • +
    +
    \ No newline at end of file diff --git a/src/assets/feeds/links.xsl b/src/assets/feeds/links.xsl index aea72228..d83aeeb4 100644 --- a/src/assets/feeds/links.xsl +++ b/src/assets/feeds/links.xsl @@ -1,28 +1,98 @@ ---- -layout: null ---- -{% include partials/header.xsl %} -
    -
    -

    - - - - Feed preview • links -

    -

    Recently read and favorited links - sourced from my Instapaper likes. -

    -

    - -

    -
    - -
    -{% include partials/footer.xsl %} \ No newline at end of file + + + + + + + + + + <xsl:value-of select="atom:feed/atom:title"/> + + + + + + + + + + + +
    +
    + +
    +
    +

    + + + + Feed preview • links +

    +

    Recently read and favorited links + sourced from my Instapaper likes. +

    +

    + +

    +
    +
      + +
    +
    +
    +
    +

    + This is a web feed, + also known as an RSS or Atom feed. +

    +

    + Subscribe + by copying the URL from the address bar into your newsreader. +

    +
    + Visit About Feeds to get started with newsreaders and + subscribing. It's free. + +
    +
    +
    + + +
    + +
  • + + + + + + + • + +
  • +
    +
    \ No newline at end of file diff --git a/src/assets/feeds/partials/footer.xsl b/src/assets/feeds/partials/footer.xsl deleted file mode 100644 index 40890bac..00000000 --- a/src/assets/feeds/partials/footer.xsl +++ /dev/null @@ -1,49 +0,0 @@ ---- -layout: null ---- - - - - - - - -
    -

    - - - - - - -

    - -
    -
    - diff --git a/src/assets/feeds/partials/header.xsl b/src/assets/feeds/partials/header.xsl deleted file mode 100644 index 97305f4b..00000000 --- a/src/assets/feeds/partials/header.xsl +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: null ---- - - - - - - - - - - <xsl:value-of select="atom:feed/atom:title"/> - - - - - - - - - - - -
    -
    - \ No newline at end of file