personal-homepage/src/index.md

29 lines
984 B
Markdown

---
layout: page
eleventyNavigation:
key: home
order: 1
---
# Welcome
This starter will help you build a relatively simple blog with a few key features, while using the Eleventy static site generator.
This eleventy starter already includes:
- Basic site navigation with eleventy-navigation
- Blog categories & category based navigation
- Image optimisation with Eleventy-img
- SVG icons with svg-icon-sprite
- SEO (sitemap, metadata, robots.txt)
- RSS feed
- Luxon for handling dates & times
- A few basic Eleventy configurations, filters and shortcodes
- Nunjucks templates
- Sass & the necessary scripts to compile Sass
<br>
You can find the <a href="https://github.com/Mangamaui/eleventy-not-so-minimal-blog-starter" target="_blank">source code on GitHub</a>.
<br><br>
If the listed setup is not what you require, you might want to check out one of the many other Eleveny starters, which can be found here: [Eleventy Starter Projects](https://www.11ty.dev/docs/starter/).