paweltar / static-site-with-netlify-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can use this template as a starting point for building static sites.

What's included?

Usage

Clone repository

git clone git@github.com:paweltar/static-site-template-postcss.git my-project-name
cd my-project-name

Remove git tracking and initialize your own

rm -rf .git
git init

Download dependencies

npm install

Build project and start watching for changes

gulp

Create /build folder for the production website

gulp build

About


Languages

Language:JavaScript 94.6%Language:HTML 4.0%Language:CSS 1.4%