Skip to content

Commit bd18507

Browse files
author
Driss Chelouati
committed
pushing 2.0 version
1 parent 5062a93 commit bd18507

File tree

131 files changed

+13176
-1532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+13176
-1532
lines changed

β€Ž.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
bower_components
3+
node_modules
4+
npm-debug.log
5+
_site
6+
.sass-cache

β€ŽREADME.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,28 @@ You can access the demo [here](https://cssninjastudio.github.io/fresh/).
77

88
Fresh is developed with the [Bulma css framework](https://bulma.io)
99

10-
You need to have Sass installed on your machine in order to edit this template. If you don't have Sass and don't know how to install it you can find some instructions [here](http://sass-lang.com/install).
10+
**Version 2.0**
11+
12+
## Usage
13+
Fresh is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgrade to latest version **0.7**.
14+
15+
* Clone or download the repo
16+
* Run `npm install`
17+
* Run `gulp build`
18+
* Run `gulp default`
19+
20+
## Major changes
21+
22+
* Everything is now handled by gulp and npm
23+
* Bulma version upgraded to 0.7
24+
* Bulma source sass is editable (note that the `@widescreen` variable has been set to false)
25+
* Panel slider library has been removed. Sidebar completely rewritten without any plugin.
26+
* Removed unused classes and refactored scss
27+
* Added more scss partials for better code maintainability
28+
* Introduced Panini templating engine. Learn more about Panini here: https://github.com/zurb/panini
29+
* Fully automated build and watch process, integration with browser sync
30+
* Navbar rework since deprecation of `.nav` element in favor of `.navbar`.
31+
* Optimized responsive display for mobile and tablets.
1132

1233
## Issues
1334

β€Žassets/css/bulma.min.css

-1
This file was deleted.

β€Žassets/css/core.css

-2
This file was deleted.

β€Žassets/css/core.css.map

-7
This file was deleted.

β€Žassets/images/illustrations/icons/mouse-globe.svg

-33
This file was deleted.

β€Žassets/images/illustrations/icons/plug-cloud.svg

-24
This file was deleted.

β€Žassets/js/jquery-panelslider/jquery.panelslider.min.js

-1
This file was deleted.

β€Žassets/js/waypoints/jquery.waypoints.min.js

-7
This file was deleted.

0 commit comments

Comments
Β (0)