GithubHelp home page GithubHelp logo

ladyruby723 / webpage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pysprings/webpage

0.0 1.0 0.0 6.95 MB

Mirror of PySprings website

Python 15.91% Ruby 0.77% CSS 66.05% HTML 15.12% Shell 0.93% Makefile 1.22%

webpage's Introduction

PySprings Website

This is the PySprings website. It's generated using pelican and a few tools for doing CSS.

Building the static HTML using pelican

To build the site, create a virtualenv and install pelican:

$ virtualenv env_pelican
$ source env_pelican/bin/activate
$ pip install pelican

Once pelican is installed in the virtualenv, you can build the site from the pelican/ directory:

$ cd pelican
$ make html

Generating CSS from SCSS

To generate the CSS, you'll need some other tools: sass, compass and zurb-foundation. While I'd love to migrate to foundation 4, that isn't going to happen right now.

To get started, run the following as root:

# gem install zurb-foundation -v 3.2.5

make sure you have the '-v 3.2.5' part - foundation v4+ is not going to compile right now.

This will pull in a bunch of other ruby gems if you don't have them installed already. Once you have everything installed, go to the site-css dir and run:

$ compass compile

If you're making lots of css changes, you'll want to have compass watch for changes:

$ compass watch

webpage's People

Contributors

drsadowski avatar ladyruby723 avatar ryanfreckleton avatar tflink avatar

Watchers

 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.