Add README and LICENSE
This commit is contained in:
parent
8f5bbf81db
commit
acb043deca
2 changed files with 55 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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 `site_nav` 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:
|
||||
|
||||
```yaml
|
||||
series:
|
||||
name: The Series Name
|
||||
number: 1
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue