Find a file
2024-10-15 04:29:14 +02:00
src feat: 💄 add styles for footnote highlighting 2024-10-15 04:29:14 +02:00
.gitignore feat: 🎉 initial commit 2024-10-12 17:25:59 +02:00
eleventy.config.js feat: 🔧 set up robots.txt generator plugin 2024-10-15 04:19:43 +02:00
package-lock.json feat: 🎉 initial commit 2024-10-12 17:25:59 +02:00
package.json feat: 🎉 initial commit 2024-10-12 17:25:59 +02:00
README.md docs: 📝 add README 2024-10-12 23:11:27 +02:00
tailwind.config.js feat: 🎉 initial commit 2024-10-12 17:25:59 +02:00

Sebin's Blog

This is the template for Sebin's Blog, built with the 11ty static site generator.

Get up and running

First, install all the packages with npm:

npm install

To start serving locally:

npm start

To build the site for deployment:

npm build

Plugins

This template uses the following plugins to extend the capabilities and features of 11ty:

Package Description
@11ty/eleventy (IdAttributePlugin) Adds an id to headings for anchor links
@11ty/eleventy-img Automated image processing and conversion
@11ty/eleventy-navigation Generate navigation from collections
@11ty/eleventy-plugin-rss Generates RSS or Atom XML feeds for news readers
@11ty/eleventy-plugin-syntaxhighlight Syntax highlighting for code blocks
@alexcarpenter/eleventy-plugin-caniuse Can I Use feature embeds
@grimlink/eleventy-plugin-lucide-icons Lucide icon shortcodes
@myxotod/eleventy-plugin-readingtime Adds an estimated reading time to posts
@quasibit/eleventy-plugin-sitemap Generates a sitemap.xml from collections
eleventy-plugin-embed-everything Embeds YouTube, Soundcloud, Spotify, Instagram, etc.
eleventy-plugin-metagen Generates tags for social media embeds
eleventy-plugin-og-image Generates OpenGraph images for social media sharing
eleventy-plugin-robotstxt Generates a robots.txt for the site
markdown-it-abbr Extends Markdown with syntax for `` tags
markdown-it-collapsible Extends Markdown with syntax for and tags
markdown-it-footnote Extends Markdown with syntax for footnotes
markdown-it-obsidian-callouts Extends Markdown with syntax for Obsidian style callouts