node_modules
Gulp is used to handle file compilation and other tasks. The following commands are available:
npm install
- to download and install required dependencies
gulp
- to start a new server and start watching for changes in HTML, JS and SASS files
gulp build
- to compile SASS and HTML files, minify assets and prepare files for production
The gulp-file-include package is used to make global changes in HTML files easier. The following partials are available:
@@css (string)
- CSS file to import
@@title (string)
- page title
@@togglable (boolean)
- whether the navbar should be togglable as you scroll or collapse
@@type (string)
- navbar type. Whether 'light' or 'dark'
@@page (string)
- currently active page
@@button (object)
- button text and URL
Easily create new .html
partials inside the /partials
folder and point to them from any file by specifying the path to the partial file and using the @@include
keyword.
Please read the official package documentation for more info.
All images used in the theme except those listed below are free for both personal and commercial use.
Version 1.0.9 - 03.12.2019
Version 1.0.8 - 16.04.2019
Version 1.0.7 - 22.12.2018
gulp build
task
Version 1.0.6 - 18.12.2018
_user.scss
and _user-variables.scss
for easier template customization
node_modules
gulpfile.js
to improve gulp build
performance
Version 1.0.5 - 20.08.2018
Version 1.0.4 - 06.07.2018
node_modules
to easily update from console.
load
animation trigger.
fpAfterLoad
animation trigger.
fadeIn
animation type.
@@cssFile
to @@css
.
@@pageTitle
to @@title
.
@@isTogglable
to @@togglable
.
@@style
to @@type
.
@@activeLink
to @@page
. Values now should be file names, e.g. index.html
.
/app
to /src
.
/plugins
to /libs
.
Version 1.0.3 - 28.04.2018
Version 1.0.2 - 25.04.2018
Version 1.0.1 - 22.04.2018
Version 1.0.0 - 01.04.2018