A Static site generator using Gulp
- Converts Markdown files to static HTML
- Handlebars templates and partials
- Sass compiling and minification
- Css reducing (Uncss)
- Javascript concatenating and minification
- Asset copying
- Image compression
- HTML compression
- RSS feed creation
- Runs a local server that reloads with changes
- Draft content
- Creates a distribution folder with all content and assets
- Publishes distribution folder on gh-pages for quick deploy
- Open terminal
- Navigate to folder where your new project will be
- Type:
git clone https://github.com/lazy-8/base.git ProjectName
cd ProjectName
npm install
bower install
gulp
- Make your project yours at
docs/configuration.md
- Learn to manage content at
docs/editing.md
- Version control and quick publishing at
docs/github.md
- If you use Sublime Text, install
lazy-8/exo
for a fuckload of snippets to simplify your code - If you want to use custom fonts, install
lazy-8/fontgen
to convert anyttf
orotf
font into webfont
lazy-8/base is a fork of ducksoupdev/gulp-site-generator.
- Wanna know what's ahead?
docs/todo.md
- Some cool projects we may or may not integrate at
docs/reference.md