1.3.9 • Published 5 years ago

monad-theme-default v1.3.9

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

monad-theme-default

Default theme for the Monad CMS

Installation

$ npm install --save monad-theme-default

Usage

Either @import "/path/to/node_modules/monad-theme-default/sass/style" in your own SASS file, or add a <link> to /path/to/theme/dist/monad.css in your template's <head>.

Note the dist folder is meant to be publicly available; you should symlink it or use something like grunt-contrib-copy to expose these files.

Bootstrap

The default theme depends on Bootstrap and FontAwesome. For best results, install them and @import or <link> it in your SASS/template:

$ npm install --save bootstrap-sass font-awesome
@import '/path/to/node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
$fa-font-path = '/path/to/your/public/fonts';
@import '/path/to/node_modules/font-awesome/scss/font-awesome';
@import '/path/to/node_modules/monad-theme-default/sass/style';

...or...

<head>
    <link rel="stylesheet" href="/path/to/bootstrap/bootstrap.css">
    <link rel="stylesheet" href="/path/to/font-awesome/font-awesome.css">
    <link rel="stylesheet" href="/path/to/monad/dist/monad.css">
</head>
1.3.9

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago