This is the source of chadxz.dev, the personal blog of Chad McElligott.
For more details, see the blog post.
To get started with development:
npm install
npm start
When you are editing the markdown files or the style.css, it will automatically reload the browser.
Deployment is wired up to Netlify. New commits to the main
branch will
automatically deploy to chadxz.dev.
New posts are stored in src/posts. Drop a new file there with the
format YYYY-MM-DD-slug.md
where slug
would be a short name for the article.
See other blog posts for examples of the "front matter" 11ty uses to create
things like the filename for the generated html page, tags, publish date, etc.