Mediumish - VuePress Blog Theme

Mediumish - VuePress Blog Theme

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-run vuepress 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:

  1. Create your Github repo.
  2. Go to docs/.vuepress/config.js and edit base: '/vuepress-theme-mediumish/' with your own REPO
  3. Go to deploy.sh and edit git push -f [email protected]:wowthemesnet/vuepress-theme-mediumish.git master:gh-pages with your own Github username & REPO.
  4. From your terminal
bash deploy.sh