Skip to content

Website for the Bicycle and Motorcycle Dynamics Conference Series

Notifications You must be signed in to change notification settings

moorepants/bmdconf

Repository files navigation

The source code for the main BMD conference website. The rendered version can be viewed at:

http://bmdconf.org

This site is generated with Pelican.

Local Build Instructions

Install miniconda and add conda-forge as a channel. Create an environment for Pelican sites:

$ conda config --add channels conda-forge
$ conda create -n pelican pelican
$ source activate pelican
(pelican)$

Rebuild and serve the site locally:

(pelican)$ make devserver

Stop the server:

(pelican)$ make stopserver

Once changes are made, submit a pull request and the site will be built automatically with doctr.

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.