This repository is a template for students to create and deploy their own blog using Markdown files.
/posts folder._template.md2026-02-14-first-blog.md)main branch.Your blog will automatically update and publish online.
Your site will be available at: https://<your-github-username>.github.io/<repository-name>.
Your blog is public and can be shared with future employers. Consider treating posts as part of your portfolio and edit the /assets/style.css to show off your design skills.
This template automatically:
These are automatically generated or required for publishing:
dist/
.github/
scripts/
This is only needed if you want to test changes before publishing.
npm installnpm run buildThe generated files will be in the dist folder. You can launch this using Live Server in VSCode.