Skip to content

DavidCouronne/vuepress-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status Build Status

Vuepress Tailwind CSS starter

A simple Vuepress starter

Demo: https://vuepress-tailwind.netlify.com/

Deploy to Netlify

Features

Installation

# install vuepress globally
yarn global add vuepress@next # OR npm install -g vuepress@next

# clone or download repository

# install dependencies
yarn # OR npm install

# start writing
yarn develop

# build
yarn build

# upgrade dependencies
yarn upgrade --latest

Notes

Custom

Colors

src/.vuepress/theme/styles/config.styl

CSS Variables Vuepress Variables Tailwind Note
--body-color $textColor primary
--accent-color $accentColor accent
--accent-hover accenthover
--border-color $borderColor borderColor-primary
--bg-color background-primary
--bg-content background-content
--bg-code $codeBgColor background-code