A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

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

at main 85 lines 1.7 kB view raw
1title: Linus 2description: A blog theme for Jekyll. 3 4lang: en 5 6logo: /assets/icon.png 7 8# Theme Settings / TODO: Doc 9category_colors: 10 - name: Links 11 color: "#f0e68c" 12 - name: Notes 13 color: "#fa8072" 14 15date_formats: 16 day: "%b %d, ’%y" 17 month: "%b, ’%y" 18 year: "%Y" 19 20translations: 21 byline: "By" 22 archive_date_title: "Archives from %date" 23 archive_tag_title: "Posts tagged with %tag" 24 archive_category_title: "Posts filed under %category" 25 blog_pagination_title: "Blog pagination" 26 blog_pagination_prev_page: "Previous page" 27 blog_pagination_next_page: "Next page" 28 29main_menu: 30 title: Navigate 31 items: 32 - url: "/about" 33 label: About 34 - url: "/changelog" 35 label: Changelog 36 - url: "/archive" 37 label: Archive 38 - url: "https://tangled.org/arthr.me/linus" 39 label: Code 40 external: true 41 42footer_menu: 43 title: Follow 44 items: 45 - label: Tangled 46 url: https://tangled.org/arthr.me/linus 47 rel: me 48 external: true 49 - label: RSS 50 url: /feed.xml 51 rel: alternate 52 - label: JSON Feed 53 url: /feed.json 54 rel: alternate 55 56# Build Settings 57permalink: "/:year/:month/:day/:title:output_ext" 58 59paginate: 12 60paginate_path: "/pg/:num/" 61 62plugins: 63 - jekyll-feed 64 - jekyll-json-feed 65 - jekyll-seo-tag 66 - jekyll-archives 67 - jekyll-url-metadata 68 - jekyll-sitemap 69 - jekyll-paginate 70 71jekyll-archives: 72 enabled: all 73 layout: blog 74 permalinks: 75 category: "/:name/" 76 tag: "/tag/:name/" 77 year: "/:year/" 78 month: "/:year/:month/" 79 day: "/:year/:month/:day/" 80 81seo: 82 name: Linus 83 links: 84 - https://tangled.org/arthr.me/linus 85 - https://bsky.app/profile/arthr.me