Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.21 KB

The Pivotal Alumni Codex

A place for the links to the things we wish we'd taken with us. Hosted at GitHub at https://alumni-codex.github.io/ and as a redirect from https://pivotal.fun/codex.

Given that the Pivotal Alumni Slack is free, and free Slacks have only 90-day retention, we use this site to bookmark web stuff that we find helpful after Pivotal.

  • The main branch of this repo the source code for this site
  • When changes are made to the main brach, GitHub Actions builds and deploys HTML
  • The HTML and CSS are generated with MkDocs
  • This site is hosted via GitHub Pages

Contributing

  • All changes should come via Pull Request.
  • Please see CONTRIBUTING.md for details on how to add and update files.
  • Be Kind
  • Reach out to Davis - @infews - if you want to help with admin of this site

Development

You will need Python 3 and the Pip package manager.

# Install dependencies
pip install -r requirements.txt
# Run the dev server
mkdocs serve
# Navigate your browser to it
open http://127.0.0.1:8000/