harvardinformatics / srivastava

Hofstenia miamia data publication page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Srivastava lab website

Install pelican and markdown (python 2.7 required)

pip install pelican markdown beautifulsoup4

Clone the repository:

git clone git@github.com:harvardinformatics/srivastava.git

From the root of the project run the conversion with the specified theme:

cd srivastava
pelican content -t `pwd`/theme -o output

Then go to the output directory and start the server

cd output && python -m pelican.server

..or as a one-liner

pelican content -t `pwd`/theme -o output && (cd output && python -m pelican.server)

Should be visible from localhost:8000

Making live on the website

For updating the web site, check out the files, make your edits, and do a make rsync_upload You'll want to set SSH_USER to your username

SSH_USER=myodysseyusername make rsync_upload

About

Hofstenia miamia data publication page


Languages

Language:HTML 65.8%Language:CSS 20.1%Language:Makefile 5.0%Language:JavaScript 4.5%Language:Shell 2.5%Language:Python 2.1%