1.0.1 • Published 5 years ago

pub-theme-min v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

pub-theme-min

Minimal pub-server theme with just the doc-layout and main-layout templates.

installation

To use this theme for a project on localhost, first npm install pub-server and pub-theme-min. The following command will run pub with this theme.

pub -t pub-theme-min

To make the theme permanent, use a pub-config.js with pub-theme-min in pkgs. E.g.

module.exports = {
  pkgs:'pub-theme-min',
  sources:'./markdown',
  staticPaths:'./images'
}