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.

chore: change category order

+4 -4
+4 -4
_config.yml
··· 21 21 # Theme Settings 22 22 23 23 category_colors: 24 + - name: Esquinas 25 + color: "#F06A55" 24 26 - name: Notas 25 27 color: "#F5C842" 26 28 - name: Links 27 29 color: "#6BAED6" 28 - - name: Impressões 29 - color: "#F06A55" 30 30 - name: Fotos 31 31 color: "#88C0D0" 32 32 ··· 67 67 # Build settings 68 68 theme: linus 69 69 70 - permalink: "/:year/:month/:day/:title/" 70 + permalink: "/:categories/:year/:month/:day/:title/" 71 71 72 72 defaults: 73 73 - scope: ··· 123 123 jekyll-archives: 124 124 permalinks: 125 125 tags: /tag/:name 126 - category: /categoria/:name/ 126 + category: /:name/ 127 127 128 128 jekyll_compose: 129 129 default_front_matter: