Skip to content

Commit 65e202f

Browse files
author
cssninja
authored
Update README.md
1 parent efa6c21 commit 65e202f

File tree

1 file changed

+16
-92
lines changed

1 file changed

+16
-92
lines changed

README.md

Lines changed: 16 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,21 @@
1-
# Fresh Landing page
2-
![](https://cssninja.io/storage/app/media/external/fresh/fresh-hero-ui8.png)
1+
# 👋 Fresh
2+
> Fresh is a free landing page starter [cssninjaStudio](https://cssninja.io).
33
4-
Fresh is a one page landing page starter built by [Css Ninja Studio](https://cssninja.io). Fresh is licensed under the MIT license.
4+
![Screenshot](https://media.cssninja.io/products/fresh/product.png "Fresh")
55

6-
You can access the demo [here](https://cssninjastudio.github.io/fresh/).
6+
## ✌️ preview
77

8-
## Details
8+
Check out the live demo by clicking [here](https://cssninjastudio.github.io/fresh/).
9+
Fresh is built with [Bulma](https://bulma.io) and [Alpine JS](https://github.com/alpinejs/alpine).
910

10-
Fresh is developed with the [Bulma css framework](https://bulma.io)
11+
## 👍 Features
1112

12-
**Version 4.0.0**
13+
* Gulp 4 and nodejs 12.13.0 (minimum)
14+
* Bulma 0.9.1
15+
* ES6 support
16+
* Alpine JS
1317

14-
## Usage
15-
Fresh is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.9.1**. jQuery support has been dropped and replaced with [Alpine JS](https://github.com/alpinejs/alpine) and [Spruce JS](https://github.com/ryangjchandler/spruce).
16-
17-
* Clone or download the repo
18-
* Run `npm install`
19-
* Run `npm run dev`
20-
21-
## Changelog
22-
23-
**Fresh 4.0**
24-
* Upgraded to gulp 4 and nodejs 12.13.0
25-
* Upgraded Bulma to 0.9.1
26-
* Added ES6 support
27-
* Removed jQuery support and related dependencies
28-
* Improved CSS build process
29-
* Integrated Alpine JS
30-
* Integrated Spruce JS
31-
32-
**Fresh 3.0**
33-
* Upgraded to gulp 4 and nodejs 10.15.3
34-
* Upgraded Bulma to 0.8.0
35-
* Cleaned code and redesigned some of the features
36-
37-
**Fresh 2.1**
38-
* Improved page responsiveness particularly on tablet for both orientations, and mobile
39-
* Fixed small layout issues
40-
* Added a modal login form
41-
42-
**Fresh 2.0**
43-
* Everything is now handled by gulp and npm
44-
* Bulma version upgraded to 0.7
45-
* Bulma source sass is editable (note that the `@widescreen` variable has been set to false)
46-
* Panel slider library has been removed. Sidebar completely rewritten without any plugin.
47-
* Removed unused classes and refactored scss
48-
* Added more scss partials for better code maintainability
49-
* Introduced Panini templating engine. Learn more about Panini here: https://github.com/zurb/panini
50-
* Fully automated build and watch process, integration with browser sync
51-
* Navbar rework since deprecation of `.nav` element in favor of `.navbar`.
52-
* Optimized responsive display for mobile and tablets.
53-
54-
## Issues
18+
## 🍔 Issues
5519

5620
If you've found an issue or a bug, you can report it in the issues section of this repository. Please try to follow these simple guidelines to report your issue:
5721

@@ -61,52 +25,12 @@ If you've found an issue or a bug, you can report it in the issues section of th
6125
* steps to reproduce
6226
* Already tried fixes (if relevant)
6327

64-
## More
28+
## 🎉 More
6529

66-
You liked Fresh? Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
30+
You liked Fresh? Check also our other premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
6731

68-
Check also our premium Envato bulma themes [Css Ninja](https://cssninja.io/themes).
32+
Find more premium bulma templates on [Css Ninja](https://cssninja.io/category/all).
6933

70-
## About Us
34+
## 🚀 About Us
7135

7236
Css Ninja is a web design studio. We build handcrafted and polished templates that will give some hype to your startup or to your next project.
73-
74-
### Note
75-
76-
Changes should be commited to `src/` files only.
77-
78-
### How to use
79-
80-
The template is built with Sass and Gulp build system with these features:
81-
82-
- Handlebars HTML templates with Panini– Panini is a super simple flat file generator for use with Gulp. It compiles a series of HTML pages using a common layout. These pages can also include HTML partials, external Handlebars helpers, or external data as JSON.
83-
- Sass compilation, prefixing with Autoprefixer, and JavaScript concatenation
84-
- Built-in BrowserSync server - Will automatically reload your page when files are changed. It also live-injects CSS changes when you save a Sass file. This task runs continuously. Defaults to localhost.
85-
- For production builds - CSS compression, JavaScript compression, Image compression and more..
86-
87-
88-
### Requirements
89-
90-
To use this template, your computer needs:
91-
92-
- Node.js is used to run the build processes. https://nodejs.org/en/download/
93-
- Test: run ` node -v ` in the terminal
94-
- Npm (Node comes with npm installed so you should have a version of npm.) Used to manage development dependencies.
95-
- Test: run ` npm -v` in the terminal
96-
- Gulp – task runner
97-
`npm install -g gulp`
98-
- Test: run `gulp -v ` in the terminal
99-
100-
### Installing:
101-
102-
- Install all node packages: `npm install`
103-
- Run `npm run dev`
104-
- Your site is now viewable at this URL: http://localhost:3000
105-
106-
107-
### Additional Resources:
108-
- [Sass: Syntactically Awesome Style Sheets](http://sass-lang.com/)
109-
- [Bulma](https://bulma.io/)
110-
- [Handlebars](http://handlebarsjs.com/)
111-
- [Panini](https://github.com/zurb/panini)
112-
- [Gulp](https://gulpjs.org/getting-started)

0 commit comments

Comments
 (0)