All Projects → lisniuse → vuepress-theme-thindark

lisniuse / vuepress-theme-thindark

Licence: MIT license
A dark theme for VuePress.

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

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

vuepress-theme-aurora
🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。
Stars: ✭ 225 (+765.38%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-track
🎉vuepress theme
Stars: ✭ 13 (-50%)
Mutual labels:  vuepress, vuepress-theme
vuepress-tools
A curated collection of Awesome vuepress themes and plugins
Stars: ✭ 37 (+42.31%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-maker
🐉 A flat and clean Blog Theme for VuePress site | 一款多配置、简约风的VuePress 博客主题.
Stars: ✭ 67 (+157.69%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-canvas
✏️ Vuepress custom theme for blogging.
Stars: ✭ 24 (-7.69%)
Mutual labels:  vuepress, vuepress-theme
archcheatsheet
The way of creating custom Arch dual-boot system without desktop environment with `no mouse` approach in mind.
Stars: ✭ 83 (+219.23%)
Mutual labels:  vuepress, vuepress-doc
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (-26.92%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (+196.15%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-simple
✏️ Very Simple Blog Theme for VuePress
Stars: ✭ 89 (+242.31%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+311.54%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-blog-vuetify
💥The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify
Stars: ✭ 37 (+42.31%)
Mutual labels:  vuepress, vuepress-theme
VueDocs
A vuepress theme for v1.0
Stars: ✭ 8 (-69.23%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-macgs
💫 A vuepress theme for easyhexo.com
Stars: ✭ 16 (-38.46%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-cool
A custom vuepress theme with mermaid and plantuml, katex and vue components.
Stars: ✭ 57 (+119.23%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-oneN
🎈 A vuepress theme for oneN
Stars: ✭ 53 (+103.85%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (+96.15%)
Mutual labels:  vuepress, vuepress-theme
kuma-website
🐻 The official website for Kuma, the control plane for modern service connectivity.
Stars: ✭ 32 (+23.08%)
Mutual labels:  vuepress
Vuepress
📝 Minimalistic Vue-powered static site generator
Stars: ✭ 19,730 (+75784.62%)
Mutual labels:  vuepress
vuetibook
Integrating Vue.js, Vuetify and Storybook
Stars: ✭ 16 (-38.46%)
Mutual labels:  vuepress
myblog
基于vuepress-theme-reco搭建的个人博客,集成了彩带特效,看板娘,公告,评论,悬浮气泡,鼠标特效,音乐播放器等
Stars: ✭ 21 (-19.23%)
Mutual labels:  vuepress

vuepress-theme-thindark

npm npm code style: prettier

A dark theme for VuePress. (It is remodeled from the default theme and is compatible with all configurations of the default theme.)

Live demo

Built With

Prerequisites

There are some global dependencies you need to set up.

Getting Started

Installing

# Install vuepress
yarn global add vuepress # OR npm install -g vuepress

# Install theme
yarn global add vuepress-theme-thindark # OR npm install -g vuepress-theme-thindark

Configuration

Create VuePress config file .vuepress/config.js and provide a theme option.

// .vuepress/config.js
module.exports = {
  title: 'Hello, World.',
  description: 'Dark theme for VuePress.',
  theme: 'thindark',
}

As Easy as 1, 2, 3

# Create a markdown file and write something
echo '# Hello, World.' > Hello.md

# Start writing
vuepress dev .

# Build to static files
vuepress build .

How to use?

Go to docs to get more details.

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].