GithubHelp home page GithubHelp logo

stabile's Introduction

Stabile

A static site powered by Jekyll.

Getting started

You will need Node.js (min v6.10.x), Ruby, and Bundler.

Once these have been installed run:

bundle install && npm run start

The local site will now be available at http://localhost:4000/.

Writing code

npm run start

The process will start the server and watch for changes, recompiling as necessary. If you add new assets such as fonts or images you will need to manually copy them to the _site output by running:

npm run copy

The site uses standard Jekyll conventions for templates (markdown) and wrappers (HTML).

CSS is created using SASS but compiled via the node-sass module as this is quicker than using the usual Ruby implementation.

The Javascript can be found in ./views/_includes/_global/document_foot.html. There is so little on this site that it's more efficient to add it this way than to wrap it in a transpile/bundle process.

HTML Compression

The HTML is compressed by default using the compress.html layout. If you would like to disable this then remove the YML front-matter from the default.html layout.

Bundling for deployment

npm run deploy

You'll find a deployable bundle in the _site directory.

stabile's People

Contributors

donofkarma avatar girlcheese avatar

Stargazers

 avatar Andrew Dobson avatar

Watchers

James Cloos avatar Andrew Dobson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.