Skip to content

apogeu/apogeu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickness-bootstrap

Bootstrap for static site with gulp + pug + stylus + uglify + image optimization

Build Status devDependency Status

Requirements

Install NodeJS

Install dependencies

[sudo] npm install

or

yarn

Structure

|-- project
|   |-- _includes <-- Include files - https://pugjs.org/language/includes.html
|   |   |-- footer.pug
|   |   |-- navbar.pug
|   |-- _layouts <-- Layout files - https://pugjs.org/language/extends.html
|   |   |-- default.pug
|   |-- _mixins <-- Mixin files - https://pugjs.org/language/mixins.html
|   |-- _site <-- Your pug files to site
|   |   |-- contact
|   |   |   |-- index.pug
|   |   |-- features
|   |   |   |-- index.pug
|   |   |-- index.pug
|   |-- assets
|   |   |-- images
|   |   |   |-- example.png
|   |   |-- javascripts
|   |   |   |-- example.js
|   |   |-- stylesheets
|   |   |   |-- example.css
|   |-- dist <-- Folder with compiled files
|   |-- .editorconfig <-- Indentation  styles - http://editorconfig.org
|   |-- .gitignore
|   |-- gulpfile.js
|   |-- package.json

Launching

Development

$ npm start

or

$ gulp serve

Compile files

$ npm run deploy

or

$ gulp dist

Licence

Licence