A VuePress theme built with Bootstrap 4 suitable for content curation, portfolio, blogging, photography etc.
Features
- VuePress Blog
- Multi Author
- name
- avatar
- link follow
- Search
- Newsletter Mailchimp
- Disqus Comments
- Categories
- TOC
- Prism Highlighter
- Pages
- RSS
- Github Pages compatibility
- Automatic Deployment to Github pages (
deploy.sh
)
What is VuePress
VuePress is a Vue-powered Static Site Generator. Try it using the guide below and start writing in markdown. Plain and simple!
Install
Clone or download
git clone https://github.com/wowthemesnet/mediumish-vuepress-blog-theme.git
Install packages from your root clone/download
yarn
Run server
vuepress dev docs
Use
- Change your site config in
docs/.vuepress/config.js
. - Go to
docs/_posts/
and start editing/adding MD posts. You might have close server and re-runvuepress dev docs --no-cache
if you don’t see the changes. - Optionally, change your style in
docs/.vupress/styles/index.styl
.
Ready for Production
Build for production
vuepress build docs
Or even better, I’ve created an automatic deployment to Github if you use Github pages:
- Create your Github repo.
- Go to
docs/.vuepress/config.js
and editbase: '/vuepress-theme-mediumish/'
with your own REPO - Go to
deploy.sh
and editgit push -f [email protected]:wowthemesnet/vuepress-theme-mediumish.git master:gh-pages
with your own Github username & REPO. - From your terminal
bash deploy.sh