Quick install
$ php artisan theme:install krisawzm.blank theme-dir
Replace theme-dir
with something fitting to your project.
Activate the theme
$ php artisan theme:use theme-dir
Read the documentation for guidance on what to do next.
Blank
Just a blank scaffold theme for the October CMS.
Installation
$ php artisan theme:install krisawzm.blank theme-dir
Replace theme-dir
with whatever fits the project you're building.
Activate the theme
$ php artisan theme:use name
Where name
is whatever you specified in theme:install
.
After installing
This scaffold includes two asset files:
assets/css/app.css
assets/js/app.js
You can either continue building on them or delete them - it's your choice.
This scaffold also includes the @jquery
, @framework
and @framework.extras
JS assets in layouts/default.htm
which can be removed unless you're planning on using them.
Theme preview image
The assets/images/theme-preview.png
file should either be deleted or replaced with a screenshot of your theme, as per the documentation.
-
Mannan
Found the theme useful on 30 Aug, 2015
Thanks for the theme Kristoffer. It saved me an hour to start with OctoberCMS theme creation.
-
1.0.2 |
Added .gitkeep to empty directories May 21, 2015 |
---|---|
1.0.1 |
Updates README.md May 05, 2015 |
1.0.0 |
First version of Blank. Apr 24, 2015 |