{"id":19618797,"url":"https://github.com/misaelnieto/lfs-theme-foundation","last_synced_at":"2026-04-11T02:41:03.754Z","repository":{"id":136496708,"uuid":"52406915","full_name":"misaelnieto/lfs-theme-foundation","owner":"misaelnieto","description":"Responsive theme for LFS based on Zurb's Foundation","archived":false,"fork":false,"pushed_at":"2017-11-30T18:35:31.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T11:08:53.579Z","etag":null,"topics":["digital-assets","django-lfs","ebooks","ecommerce","ecommerce-framework","python","sass","shopping-cart","zurb-foundation"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/misaelnieto.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-24T02:08:44.000Z","updated_at":"2023-03-05T04:50:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"391dde8d-6d54-4607-a2e2-121a6d60e8b6","html_url":"https://github.com/misaelnieto/lfs-theme-foundation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Flfs-theme-foundation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Flfs-theme-foundation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Flfs-theme-foundation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/misaelnieto%2Flfs-theme-foundation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/misaelnieto","download_url":"https://codeload.github.com/misaelnieto/lfs-theme-foundation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240909628,"owners_count":19876998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["digital-assets","django-lfs","ebooks","ecommerce","ecommerce-framework","python","sass","shopping-cart","zurb-foundation"],"created_at":"2024-11-11T11:10:51.945Z","updated_at":"2026-04-11T02:40:58.729Z","avatar_url":"https://github.com/misaelnieto.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"====================\nLFS Foundation Theme\n====================\n\nThis is a responsive theme for `Django LFS \u003chttp://getlfs.com/\u003e`_ using the\n `Foundation framework \u003chttp://foundation.zurb.com/\u003e`_ version 6.\n\n**Important note**: Foundation's dependencies include jQuery v3.x. That may break stuff.\n\n\nPackage Installation\n====================\n\nWith buildout\n-------------\n\nEdit your ``buildout.cfg`` file and add ``lfs-theme-foundation`` to the\n``eggs`` section:\n\n.. code:: ini\n\n    [buildout]\n    ....\n    eggs =\n        django-lfs\n        ...\n        lfs-theme-foundation\n\nAlso, you can clone the github repository and run it form a local directory\ninstead:\n\n.. code:: ini\n\n    [buildout]\n    ....\n    develop =\n        src/lfs-theme-foundation\n    eggs =\n        django-lfs\n        ...\n        lfs-theme-foundation\n\nFinally run buildout to download and install:\n\n.. code:: bash\n\n    bin/buildout\n\n\nWith pip\n--------\n\n.. code:: bash\n    \n    pip install lfs-theme-foundation\n\nYou might also want to add it to your ``requirements.txt`` file.\n\n\nAs developer (Git Version)\n--------------------------\n\nThese instructions are for you if somehow you want to work directly\nwith the git version (maybe to send patches??).\n\nClone the repo and install it locally.\n\n.. code:: bash\n\n    git clone git@github.com:misaelnieto/lfs-theme-foundation.git\n    pip install -e lfs-theme-foundation\n\n\nDjango installation\n===================\n\nModify your Django's ``settings.py``\n\nAdd ``lfs_theme_foundation`` to the top of the ``INSTALLED_APPS`` list so that\n``lfs_theme`` lies below ``lfs_theme_foundation``:\n\n.. code:: python\n\n    INSTALLED_APPS = (\n        'lfs_theme_foundation',\n        ...\n        'lfs_theme',\n        ...\n    )\n\nRestart Django.\n\n\nWorking with static assets\n==========================\n\nNormally, you shouldn't need to compile the SCCS files.\n\n\nTo compile assets you need `NodeJS \u003chttp://https://nodejs.org/en/\u003e`_ ,\n`Gulp \u003chttp://https://gulpjs.com/\u003e`_  and `Bower \u003chttps://bower.io/\u003e`_.\n\nOnce you installed these open the folder in your command line, and install the\nneeded dependencies:\n\n.. code:: bash\n    cd lfs-theme-foundation\n    npm install\n    bower install\n\nFinally, run ``npm start`` to run the Sass compiler. It will re-run every time\nyou save a Sass file.\n\nYou can also use the foundation-cli if you want:\n\n.. code:: bash\n\n    cd lfs-theme-foundation\n    npm install\n    bower install\n    npm install foundation-cli --global\n    foundation build\n    foundation watch\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisaelnieto%2Flfs-theme-foundation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisaelnieto%2Flfs-theme-foundation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisaelnieto%2Flfs-theme-foundation/lists"}