UW-Madison-DSI / ospo.wisc.edu

Web site for the University of Wisconsin-Madison Open Source Program Office (using the UW Jekyll Theme)
https://ospo.wisc.edu/
MIT License
0 stars 2 forks source link

Logo

Open Source Program Office (OSPO)

This is a website for the University of Wisconsin's Open Source Program Office: http://ospo.wisc.edu

OSPO Web Site

Dependencies

This website is built upon following tools and frameworks:

Running

rbenv Ruby environment

If you have a rbenv environment setup already, you can build and run the website as a Jekyll app with

sh run.sh

The application will be visible at the following url:

http://127.0.0.1:4000

pixi

Even easier is to use the included pixi project.

Install pixi and then (optionally) from the top level of the repository run

pixi install

Then use the pixi task runner to execute the tasks defined in pixi.toml.

First install the local Ruby bundle

pixi run install

and then run any defined task with pixi run, such as building and serving the website at http://127.0.0.1:4000

pixi run serve

The canonical

pixi run start

runs the install and serve tasks.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

This website was made possible by the Open Source Program Office at the UW-Madison Data Science Institute.