The code for my personal website, powered by Jekyll. arthr.me
jekyll-site personal-website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: fixes redirect code

+2 -2
+2 -2
_redirects
··· 3 3 4 4 {%- for post in site.posts %} 5 5 {%- if post.tumblr_url -%} 6 - {{- post.tumblr_url | remove: "https://arthrfrts.tumblr.com" | remove: "https://irrelefante.tumblr.com" }} {{ post.url | relative_url }} 302 6 + {{- post.tumblr_url | remove: "https://arthrfrts.tumblr.com" | remove: "https://irrelefante.tumblr.com" }} {{ post.url | relative_url }} 301 7 7 {%- endif -%} 8 8 {% endfor -%} 9 9 {%- for tag in site.tags %} 10 10 {%- assign tag_slug = tag.first | slugify: site.slug_mode -%} 11 11 {%- assign tag_url = site.jekyll-archives.permalinks.tag | replace: ":name", tag_slug -%} 12 - /tagged/{{- tag_slug }} {{ tag_url }} 302 12 + /tagged/{{- tag_slug }} {{ tag_url }} 301 13 13 {% endfor -%} 14 14 /rss /feed.xml 15 15 /archive /arquivo/