Contains custom themes created by contributors and the Denali Team.
Add a custom Denali theme and have it showcased on our website. All themes must be fully customized to be accepted.
If you want to read a step by step guide on how to create a theme using Denali be sure to read our Theming Guide.
-
Navigate to the themes folder
-
Duplicate the
_THEME-TEMPLATE
folder and rename it to your theme name. -
Rename the THEME.scss file in the
css
folder. -
Install Node Modules.
npm install
- Compile the
SCSS
using the command below.
Be sure to update the path to the
SCSS
andCSS
.
sass --watch --no-source-map PATH-TO-THEME-FILE/THEME.scss:PATH-TO-OUTPUT-FILE/THEME.css
-
In the index.html file update the link your compiled
css
file. -
If you changed the name of your body class in the Sass mixin, make sure to update that as well.
See the Contributing guide for details.
This project is licensed under the MIT License.