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.

feat(setup): adds `jekyll-compose`

+26 -16
+2
Gemfile
··· 11 11 gem "linus", "~> 1.0" 12 12 13 13 gem "jekyll-webmention_io", "~> 4.1", group: :jekyll_plugins 14 + 15 + gem "jekyll-compose", "~> 0.12.0", group: :jekyll_plugins
+24 -16
_config.yml
··· 70 70 permalink: "/:year/:month/:day/:title/" 71 71 72 72 defaults: 73 - - 74 - scope: 75 - path: "" 76 - type: "posts" 77 - values: 78 - syndicate_to: 79 - - bluesky 80 - - 81 - scope: 82 - path: "" 83 - type: posts 84 - category: Fotos 85 - values: 86 - syndicate_to: 87 - - bluesky 88 - - flickr 73 + - scope: 74 + path: "" 75 + type: "posts" 76 + values: 77 + syndicate_to: 78 + - bluesky 79 + - scope: 80 + path: "" 81 + type: posts 82 + category: Fotos 83 + values: 84 + syndicate_to: 85 + - bluesky 86 + - flickr 89 87 90 88 plugins: 91 89 - jekyll-webmention_io 90 + - jekyll-compose 92 91 93 92 webmentions: 94 93 username: arthr.me ··· 125 124 permalinks: 126 125 tags: /tag/:name 127 126 category: /categoria/:name/ 127 + 128 + jekyll_compose: 129 + default_front_matter: 130 + drafts: 131 + category: 132 + tags: 133 + posts: 134 + category: 135 + tags: