All Projects → viko16 → vuepress-theme-simple

viko16 / vuepress-theme-simple

Licence: MIT license
✏️ Very Simple Blog Theme for VuePress

Programming Languages

stylus
462 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vuepress-theme-simple

vuepress-theme-blog-vuetify
💥The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify
Stars: ✭ 37 (-58.43%)
Mutual labels:  blog-theme, vuepress, vuepress-theme
vuepress-theme-maker
🐉 A flat and clean Blog Theme for VuePress site | 一款多配置、简约风的VuePress 博客主题.
Stars: ✭ 67 (-24.72%)
Mutual labels:  vuepress, vuepress-theme, vuepress-blog
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (-13.48%)
Mutual labels:  blog-theme, vuepress, vuepress-theme
vuepress-theme-canvas
✏️ Vuepress custom theme for blogging.
Stars: ✭ 24 (-73.03%)
Mutual labels:  blog-theme, vuepress, vuepress-theme
ariona.net
Main repository for my site.
Stars: ✭ 19 (-78.65%)
Mutual labels:  vuepress, vuepress-blog
vuepress-theme-macgs
💫 A vuepress theme for easyhexo.com
Stars: ✭ 16 (-82.02%)
Mutual labels:  vuepress, vuepress-theme
VueDocs
A vuepress theme for v1.0
Stars: ✭ 8 (-91.01%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (-42.7%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-oneN
🎈 A vuepress theme for oneN
Stars: ✭ 53 (-40.45%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (-78.65%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-cool
A custom vuepress theme with mermaid and plantuml, katex and vue components.
Stars: ✭ 57 (-35.96%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-track
🎉vuepress theme
Stars: ✭ 13 (-85.39%)
Mutual labels:  vuepress, vuepress-theme
vuepress-tools
A curated collection of Awesome vuepress themes and plugins
Stars: ✭ 37 (-58.43%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-thindark
A dark theme for VuePress.
Stars: ✭ 26 (-70.79%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-aurora
🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。
Stars: ✭ 225 (+152.81%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+20.22%)
Mutual labels:  vuepress, vuepress-theme
blog
luna-blog
Stars: ✭ 26 (-70.79%)
Mutual labels:  vuepress
vuepress-pass
VuePress authentication plugin
Stars: ✭ 13 (-85.39%)
Mutual labels:  vuepress
vuepress-theme-mini
🎨 A minimal blogging theme of VuePress.
Stars: ✭ 21 (-76.4%)
Mutual labels:  vuepress
aesto
Free Ghost theme with membership support. Minimal content focused design with multi author supported.
Stars: ✭ 31 (-65.17%)
Mutual labels:  blog-theme

vuepress-theme-simple

npm LICENSE Dependency Status

✏️ Very Simple Blog Theme for VuePress.

preview

Demo: My Personal Blog (Source)

Features

  • 💡 Simple Configuration.
  • 🖼️ /README.md content will be IGNORE by this theme, and replace with posts list as screenshot.
  • 📅 The list of posts is sorted by the following two fields:
    • lastUpdated based Git Commit (Default) - Detail
    • date field in FrontMatter (Higher Priority) - Detail

Installation

Note: Work For VuePress 1.x

$ npm install vuepress-theme-simple --save-dev
# or
$ yarn add vuepress-theme-simple --dev

Usage

Modify your .vuepress/config.js and provide the theme option.

module.exports = {
  theme: 'simple',
}

And that's some additional configs: (Optional)

module.exports = {
  theme: 'simple',
  themeConfig: {
    author: 'YOUR NAME', // will display on the page footer
    navbar: { // will display below the title
      YOUR_SITE_NAME: 'YOUR_SITE_URL',
    }
  }
}

Development

npm run dev

License

MIT License © viko16

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].