-
Bear Notes 2
Syntax Highlighting and Bear 2.
-
Search and ye will find
A search test
-
The Wild Wild West-Internet
It's a free for all on the internet these days.
-
Pour Some Sugar On Me
Stop the sugar.
-
I was on a game show when I was ten
My game show appearence was almost as good as my winning Apple Developer lottery to attend Apple's 2014 WWDC conference in San Francisco.
-
An Orphan source
Today I learned what an opphan source is.
-
Open Graph images
When you share your blog posts, a thumbnail image appears - the image we define as an Open Graph Image. This starter generates these images for your blog posts automatically.
-
Post with all the markdown
A lot of markdown packages are installed to help you write your posts. All presets are personal preference.
-
Post with a video
This starter uses Justin Ribeiro's lite-youtube web component. Add `youtube: true` to frontmatter to activate.
-
Post with an image
Eleventy's own build-time image transformations. Find more info on11ty.dev/docs/plugins/image/ and edit settings in config-folder.
-
Post with some code
Syntax Highlighting is achieved by a pack of Eleventy plugins. No browser/client JavaScript, highlight transformations are all done at build-time.
-
Post with 301 redirects
A 301 is used when a page has permanently changed location. Informing about this change is indispensable if you want to keep a positioning. Aleksandr Hovhannisyan came up with an elegant solution for Eleventy and Netlify.
-
Post with fetched content
Eleventy Fetch fetches and caches resources - at configurable intervals. In this example I am fetching my public repositories with a cache duration of 1 day.