Basic theme used for my blog
Find a file
2025-05-08 23:02:37 -04:00
_config Tab goblin sneak attack 2025-05-01 12:20:48 -04:00
_data Add an RSS feed and site description 2025-04-18 11:53:23 -04:00
_includes Enable dark theme 2025-05-08 23:02:37 -04:00
content Generate single page versions of series 2025-04-18 14:23:45 -04:00
.editorconfig Initial commit 2025-04-16 22:47:29 -04:00
.eleventyignore Some tweaks for me 2025-04-17 10:17:22 -04:00
.gitignore Ignore .obsidian 2025-05-08 21:21:54 -04:00
eleventy.config.js Tab goblin sneak attack 2025-05-01 12:20:48 -04:00
LICENSE Add README and LICENSE 2025-04-17 09:10:08 -04:00
package-lock.json Add an RSS feed and site description 2025-04-18 11:53:23 -04:00
package.json Add an RSS feed and site description 2025-04-18 11:53:23 -04:00
README.md Fix README 2025-05-01 12:24:09 -04:00
shell.nix Initial commit 2025-04-16 22:47:29 -04:00

Crisp Theme

This is a basic theme I use for my blog.

Use

The only requirement for this project is Node.js. The shell.nix file will setup this up for you if you use the Nix shell. With Node.js installed:

npm install
npx @11ty\eleventy

Content goes in the content folder. Anything with a nav_order property will be added to the site navigation. Blog posts go into the content\blog folder.

You can indicate that a post is part of a series by giving it a series property with a name and the number of this post in the series:

series:
  name: The Series Name
  number: 1