New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-cms-bootstrap-theme

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-cms-bootstrap-theme

Bootstrap theme for simple cms

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

simple-cms-bootstrap-theme

This is boostrap theme for simple-css.

How to use

First install theme it via npm:

npm install --save simple-cms-bootstrap-theme

Then include paths in config object

import {viewsDir, publicDir as viewsPublicDir} from 'simple-cms-bootstrap-theme',
import SimpleCms from 'simple-cms',

...

let administration = SimpleCms({
    viewsDir,
    viewsPublicDir,
    ...
});

And that's it!

How to modify theme

You can clone this repository and modify theme as you wish. This theme was build with sass, if you want to modify sass files you can compile them to css by running npm run watch.

Keywords

FAQs

Package last updated on 10 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc