Skip to content

yeikiu/vue3-md-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1272f9 · Jul 16, 2024
Apr 8, 2023
Mar 4, 2023
Mar 6, 2023
Jul 4, 2022
Jul 16, 2024
Jun 19, 2021
Aug 20, 2020
Mar 5, 2023
Jul 2, 2022
Jul 16, 2024
Jul 16, 2024
Jul 16, 2024
Jul 2, 2022
Jul 2, 2022

Repository files navigation

✍️ Minimal config Vue3 + Markdown blog engine

Deploy a fully functional blog made with Vue3 + GitHub Pages

👀 Demo

https://yeikiu.github.io/vue3-md-blog

blog_screenshot

md_editor_demo

⚙️ Main Features:

  • Integrated MarkDown editor

  • Sync posts with GitHub Actions

  • Posts are compiled from Markdown to html in runtime

  • Use inlined html with bootstrap classes within your markdown files

  • Support for GitHub Pages CSS and emojis

  • Dynamic META tags

🎬 Quick start

git clone https://github.com/yeikiu/vue3-md-blog
cd vue3-md-blog
npm i
npm run dev

Deploy your own blog

Like what you see? Read the full guide and deploy your own blog in under 5 minutes!

Next Steps