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

Latest commit

 

History

History
23 lines (17 loc) · 689 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 689 Bytes

OSUOSL Website

Now with 100% more Pelican!

Developing

To compile the HTML and host it on port 8000, just run the develop.sh script in the scripts/ directory:

$ scripts/develop.sh

This will install dependencies and start up an instance of Pelican on port 8000. To stop the server, run make stopserver. It can then be restarted with make devserver.

This website uses the dougfir-pelican-theme on the master branch. Information on metadata requirements can be found in the theme repo.