Minimal setup with github pages
-
Fork the repository of this blog (note: this repository per default uses github actions which are only free for public repositories)
-
In your repository settings, set up github pages to deploy using github actions (SETTINGS -> PAGES -> SOURCE: Github Actions)
-
Set up your blog info in
src/config.json(see all options) -
Your blog should be live in about 1 minute at
https://<your-github-username>.github.io/<your-repo-name> -
Add your blog posts in
src/content/blog/ -
Add your info in
src/content/info/:
about.mdxis used for the about page