Git Product home page Git Product logo

vimwtf's Introduction

Vim WTF Build

This site is built with npm, bower, jekyll, grunt and compass. These components are used for the following purposes:

  • npm: set up the environment for grunt (@see package.json)
  • bower: manage frontend packages—mainly foundation, jquery and font-awesome in this case (@see bower.json; note that we never edit the files in bower_components)
  • jekyll: builds the static site (@see _config.yml)
  • compass: makes css from sass (@see config.rb; note: I haven't confirmed that this file is even being used since I'm running compass from grunt)
  • grunt: currently used for the following tasks (@see Gruntfile.js):
    • run compass
    • concatenate, and minify/uglify javascript files
    • copy javascript files
    • run Jekyll

To use it

  1. clone this repo
  2. run npm install
  3. run bower install
  4. run grunt (builds jekyll site for first time)
  5. run grunt dev (runs compass, ugfy and jekyll serve --watch &)
  6. make a post or make a change to _scss/_settings.scss etc
  7. visit the site

References:

To-do:

vimwtf's People

Contributors

ctorgalson avatar

Stargazers

Matt avatar

Watchers

James Cloos avatar  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.