VuePress Medimish Theme - Free Theme for VuePress Blog
The VuePress Theme Mediumish is a free Bootstrap Blogging Theme for VuePress. It is designed in the style of Medium and comes with a range of features. It supports multiple authors, includes search functionality, categories, a newsletter, Disqus commenting, an RSS feed, a sitemap, a table of contents, Prism syntax highlighting, and is fully compatible with Github pages for easy deployment.
To install the Mediumish theme for VuePress, follow these steps:
$ npm install -g vuepress
$ vuepress create my-blog
$ cd my-blog
$ npm install vuepress-theme-mediumish
or
$ yarn add vuepress-theme-mediumish
config.js
file in the .vuepress
directory with the following content:module.exports = {
title: 'My Blog',
description: 'A VuePress blog using Mediumish theme',
theme: 'mediumish',
// Add any other configurations you need
}
$ npm run dev
http://localhost:8080
to see your blog with the Mediumish theme.The VuePress Theme Mediumish is a stylish and feature-rich blogging theme for VuePress. It offers a Medium-like design and incorporates a variety of useful features, including multi-author support, search functionality, categories, a newsletter, Disqus commenting, an RSS feed, a sitemap, a table of contents, and Prism syntax highlighting. The theme is easy to install and compatible with Github pages for effortless deployment. If you are looking to create a blog or website with VuePress, Mediumish is definitely worth considering.