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.

at main 12 lines 230 B view raw
1--- 2--- 3callback( 4 [ 5 {%- for tag in site.tags %} 6 { 7 "name": {{ tag | first | jsonify }}, 8 "value": {{ tag | first | jsonify }} 9 }{%- unless forloop.last -%}, {%- endunless -%} 10 {%- endfor %} 11 ] 12)