Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdsteinbach/jdsteinbach.github.io
James Steinbach - 11ty blog
https://github.com/jdsteinbach/jdsteinbach.github.io
hacktoberfest
Last synced: 16 days ago
JSON representation
James Steinbach - 11ty blog
- Host: GitHub
- URL: https://github.com/jdsteinbach/jdsteinbach.github.io
- Owner: jdsteinbach
- Created: 2013-08-10T17:50:31.000Z (about 11 years ago)
- Default Branch: blog
- Last Pushed: 2024-10-15T20:21:58.000Z (22 days ago)
- Last Synced: 2024-10-17T06:54:30.969Z (21 days ago)
- Topics: hacktoberfest
- Language: SCSS
- Homepage: https://jdsteinbach.com
- Size: 45 MB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Site Generator: jdsteinbach.com
I'm using [11ty](https://www.11ty.io/) to compile Markdown, render Liquid templates, and build my blog. It's a lot like Jekyll, but it runs in JS. That's lighter & quicker for me.
This project uses an [Eleventy template file](https://github.com/jdsteinbach/jdsteinbach.github.io/blob/blog/src/assets/styles.11ty.js) to process CSS (Sass & PostCSS). A [GitHub Action](https://github.com/jdsteinbach/jdsteinbach.github.io/blob/blog/.github/workflows/eleventy_build.yml) builds & deploys it to GitHub Pages hosting.
I'll work on some posts (eventually) on how I converted this over, & what you might want to know if you're considering converting from Jekyll, or setting up an 11ty site.
[![Build Eleventy](https://github.com/jdsteinbach/jdsteinbach.github.io/actions/workflows/eleventy_build.yml/badge.svg?branch=blog)](https://github.com/jdsteinbach/jdsteinbach.github.io/actions/workflows/eleventy_build.yml)