Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

The SSL website, now powered by Hugo!

License

Notifications You must be signed in to change notification settings

SoftwareSystemsLaboratory/ssl-hugo

 
 

Repository files navigation

SSL Hugo Website

The SSL website, now powered by Hugo!

github pages

Table of Contents

About

This repository contains the Software and Systems Laboratory (SSL) website source code.

This website is powered by the hugo static site generator and the Wowchemy Research Group theme.

Development Requirements

To develop this site, you will need to have installed:

  • hugo
  • golang
  • Python 3.10
  • academic Python utility

To install these with homebrew, run:

brew install hugo golang [email protected]
brew link [email protected]
python3.10 -m pip install --upgrade pip
python3.10 -m pip install academic

Deployment

This site is deployed once per commit via GitHub Actions.

Maintenance

How to be a good maintainer

How to Update the Home Page

  1. Work within the ./content/home
  2. Create new markdown (.md) files for each section of the document OR edit an existing section's .md file.

How to Add People

  1. Work within the ./content/people
  2. Copy an existing person's directory and change the name to the name of the new individual to add
  3. Edit the new person's _index.md file and add the appropriate details
  4. Replace the new person's avatar.jpg file with a headshot of the individual.

How to Add Publications

  1. Run the following command block
python3.10 -m venv env
source env/bin/activate
python3.10 -m pip install --upgrade pip
python3.10 -m pip install -r requirements.txt
  1. Then run the following command, replacing `$BIB with the path to your bib file
./addPublications.bash $BIB

About

The SSL website, now powered by Hugo!

Resources

License

Stars

Watchers

Forks

Languages

  • TeX 99.9%
  • Other 0.1%