mlinksva / cosr-about

"About" static website for Common Search

Home Page:https://about.commonsearch.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cosr-about

This repository contains our presentation website and blog hosted at https://about.commonsearch.org/.

You can use the issues page to suggest improvements to the content or layout!

Local install with Docker

Running cosr-about on your local machine is very simple. You only need to have Docker installed.

Once Docker is launched, just run:

make docker_devserver

Then open http://192.168.99.100:9701/ in your browser. (Replace "192.168.99.100" by the address of your Docker machine. On a Mac, you can get it with docker-machine ip boot2docker)

Alternate install without Docker

If for some reason you don't want to use Docker, you might be able to use your local Python install to run cosr-about. Please note that this is an unsupported method and might break at any time.

make virtualenv
make devserver

Then open http://localhost:9701/

Tech details

This website uses Pelican to statically generate a bunch of HTML files from Markdown source.

We use a customized Bootstrap 3 template. We welcome any contributions to make it prettier!

About

"About" static website for Common Search

https://about.commonsearch.org/

License:Apache License 2.0


Languages

Language:HTML 69.6%Language:Makefile 11.7%Language:CSS 9.8%Language:Shell 4.9%Language:Python 3.9%