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