11ty completed content and mockup image
This commit is contained in:
parent
14481936b5
commit
a9a3b99c77
3 changed files with 6 additions and 2 deletions
BIN
img/content/11ty.jpg
Normal file
BIN
img/content/11ty.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
2
index.md
2
index.md
|
@ -9,5 +9,5 @@ eleventyExcludeFromCollections: true
|
||||||
|
|
||||||
My work varies significantly including [open source engineering samples](/repos), to [summaries of projects done during my career](/work), and [conference talks and volunteer work](/community).
|
My work varies significantly including [open source engineering samples](/repos), to [summaries of projects done during my career](/work), and [conference talks and volunteer work](/community).
|
||||||
|
|
||||||
Design examples are scattered throughout but here are some cherry-picked ones: [Rendia](/work/eyemaginations/), [The SEED](/community/theseed/), [Oncue](/work/oncue/), [Faetale](https://faetale.com/), [My Blog](https://gaiety.life/) and this very site. [Art can be found in my gallery](https://gaiety.gallery/).
|
Design examples are scattered throughout but here are some cherry-picked ones: [Rendia](/work/eyemaginations/), [The SEED](/community/theseed/), [Oncue](/work/oncue/), [11ty Static Sites](/repos/11ty/), and this very site. [Art can be found in my gallery](https://gaiety.gallery/).
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,14 @@
|
||||||
tags: repos
|
tags: repos
|
||||||
templateEngineOverride: md
|
templateEngineOverride: md
|
||||||
title: Static Site Generation with 11ty
|
title: Static Site Generation with 11ty
|
||||||
description: A collection of sites built with the static site generator eleventy
|
description: A collection of sites built with the static site generator eleventy designed leveraging Tailwind UI
|
||||||
date: 2022-11-27
|
date: 2022-11-27
|
||||||
|
image: /img/content/11ty.jpg
|
||||||
|
pinned: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Something a little different! This is a collection of several repositories that house my personal websites. They are all built in [Eleventy](https://www.11ty.dev/) a zero-config really superb static site generator with markdown content. Most use [Tailwind](https://tailwindcss.com/) and [Tailwind UI](https://tailwindui.com/) with manual customizations to achieve easy to update sites. Each are run through [Digital Ocean Apps](https://www.digitalocean.com/products/app-platform) to automatically rebuild the static site when the repository is updated.
|
Something a little different! This is a collection of several repositories that house my personal websites. They are all built in [Eleventy](https://www.11ty.dev/) a zero-config really superb static site generator with markdown content. Most use [Tailwind](https://tailwindcss.com/) and [Tailwind UI](https://tailwindui.com/) with manual customizations to achieve easy to update sites. Each are run through [Digital Ocean Apps](https://www.digitalocean.com/products/app-platform) to automatically rebuild the static site when the repository is updated.
|
||||||
|
|
||||||
## Sites
|
## Sites
|
||||||
|
|
Loading…
Add table
Reference in a new issue