Giter VIP home page Giter VIP logo

lfs-theme-foundation's Introduction

LFS Foundation Theme

This is a responsive theme for Django LFS using the
Foundation framework version 6.

Important note: Foundation's dependencies include jQuery v3.x. That may break stuff.

Package Installation

With buildout

Edit your buildout.cfg file and add lfs-theme-foundation to the eggs section:

[buildout]
....
eggs =
    django-lfs
    ...
    lfs-theme-foundation

Also, you can clone the github repository and run it form a local directory instead:

[buildout]
....
develop =
    src/lfs-theme-foundation
eggs =
    django-lfs
    ...
    lfs-theme-foundation

Finally run buildout to download and install:

bin/buildout

With pip

pip install lfs-theme-foundation

You might also want to add it to your requirements.txt file.

As developer (Git Version)

These instructions are for you if somehow you want to work directly with the git version (maybe to send patches??).

Clone the repo and install it locally.

git clone [email protected]:misaelnieto/lfs-theme-foundation.git
pip install -e lfs-theme-foundation

Django installation

Modify your Django's settings.py

Add lfs_theme_foundation to the top of the INSTALLED_APPS list so that lfs_theme lies below lfs_theme_foundation:

INSTALLED_APPS = (
    'lfs_theme_foundation',
    ...
    'lfs_theme',
    ...
)

Restart Django.

Working with static assets

Normally, you shouldn't need to compile the SCCS files.

To compile assets you need NodeJS , Gulp and Bower.

Once you installed these open the folder in your command line, and install the needed dependencies:

Finally, run npm start to run the Sass compiler. It will re-run every time you save a Sass file.

You can also use the foundation-cli if you want:

cd lfs-theme-foundation
npm install
bower install
npm install foundation-cli --global
foundation build
foundation watch

lfs-theme-foundation's People

Contributors

misaelnieto avatar

Stargazers

 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.