Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

conda-archive/conda.io

Repository files navigation

conda.io

Flask site used for generating the http://conda.io which is hosted on gh-pages.

You should only need to work with this if you want to modify the existing site.

Quick Start

conda env create
# or if you don't have conda-env installed
source activate conda.io
npm install
bower install
gulp

Note, gulp will run the Flask server via server.py after it has compiled all of the required assets.

Build Static Site

You can build a static version of this site using the freeze.py script. You need to modify that to pick up any additional pages that you add.

ptyhon freeze.py

That drops a pre-built version of the site into the ./public/ directory. Note that the site is meant to be at the root of a web server, so you must start a simple web server if you wish to view it.

python -m SimpleHTTPServer

Deploying to GitHub

There is a gh-pages task in the Makefile for handling deployment. With everything committed to the master branch, run the following:

make gh-pages

That builds and deploys your changes.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages