csctd / profile-website-davidar1122

profile-website-davidar1122 created by GitHub Classroom
https://csctd.github.io/profile-website-davidar1122/
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Open in Codespaces

Sphinx Profile Page

This is is a template for a resume/ personal portfolio, built with Sphinx! Based on Chris Holdgraf's personal site

This template is designed for use in the URI CS TD SSP.

Tips for Updating the Content of this site

To work with this repo offline (or in codespaces)

This requires having python installed then installs a package that helps build the website

The easiest way to build the website is to use nox, which handles all of the environment generation automatically. To do so, follow these steps:

  1. Install nox.

    pip install -U nox
  2. To run a live webserver that will auto-build and reload when you make changes, run:
nox -s docs-live

If on Codespaces, use accept the port forwarding and open the forwarded port in a new browser tab to preview your site while you work.