|
3 weeks ago | |
---|---|---|
src | 3 weeks ago | |
.eleventy.js | 3 weeks ago | |
.gitignore | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 3 weeks ago | |
package.json | 3 weeks ago | |
postcss.config.js | 2 months ago | |
yarn.lock | 3 weeks ago |
Eleventy Mono is a minimal and beautiful Eleventy theme for personal blogs.
Open data/site.json
and adjust the values to your details, it contains vital information to make the site your own. You'll need to change the description, title and url to match with the project, edit navigation items and social media links.
You'll also need to replace the favicon and default social image in the src/images/
directory with your own graphics.
Edit the homepage content at src/index.md
.
Sample frontmatter for homepage.
---
layout: home
title: 'Eleventy Mono'
---
Contents
Edit the about page content at src/about.md
.
Sample frontmatter for about page.
---
title: About Aidan Charles Powell
layout: about.njk
name: Aidan Charles Powell
image: '/images/me.jpeg'
---
Contents
Blog contents is at src/posts
. Delete placeholder blog posts. Do not delete the posts.json
file. Create blog posts in markdown format.
Sample frontmatter for blog posts.
---
title: Even yet another post with rich media
date: 2020-12-24T00:00:00+0530
tags:
- demo-content
- media
decription: "The last person we talked to said this would be ready action item, and what do you feel you would bring to the table if you were hired for this position bells and whistles. #optional"
---
Contents
You can create generic pages in markdown format that use a base layout.
Sample frontmatter for generic pages.
---
layout: base
permalink: /generic-page
title: Generic page
---
Contents
This project is licensed under the MIT License.
Isn't Jamstack beautiful?