forked from stackbit/jamstackthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Eleventy Satisfactory | ||
github: https://github.com/mendhak/eleventy-satisfactory | ||
demo: https://code.mendhak.com/eleventy-satisfactory/ | ||
author: mendhak | ||
ssg: | ||
- Eleventy | ||
cms: | ||
- No CMS | ||
archetype: | ||
- Blog | ||
date: 2023-01-24T11:43:52.000Z | ||
description: Eleventy blog theme with main focus on content, and less on everything else | ||
|
||
--- | ||
|
||
## Eleventy Satisfactory Blog Theme | ||
|
||
An opinionated [Eleventy](https://11ty.dev) blog theme making use of [SimpleCSS](https://simplecss.org/), with inspiration from [Hylia](https://hylia.website) and [minimal-mistakes](https://mmistakes.github.io/minimal-mistakes/). The focus is mainly on content, and less on everything else (author, social, tags, etc). | ||
|
||
|
||
**Features** | ||
|
||
* Images using regular Markdown syntax are displayed with lightbox | ||
* Image gallery with captions | ||
* Extra wide images, videos and code blocks | ||
* Full width images and videos | ||
* Automatic light and dark mode | ||
* Links to .md files are converted to their final URL | ||
* Simplified post and home page layout | ||
* Adjustable number of post listings | ||
* Post excerpts below post listings | ||
* Opengraph metadata for posts including preview image | ||
* Code blocks rendered using Prism syntax highlighting | ||
* Notice boxes such as info, warning, success | ||
* Seamless gist integration as code blocks | ||
* Github repo cards generator | ||
* No tags listings, no site navigation, no social, no landing page, no analytics | ||
* Draft posts appear locally | ||
* Robots.txt, .well-known folder, Favicon | ||
|