Skip to content

cgsze/wacm

 
 

Repository files navigation

WACM Website

This website is hosted at wacm.cs.wisc.edu.

Deployment Process

To contribute to this page, use the following recommended steps:

The easy way:

  1. Make sure you have admin access to this repo. You can set this up in Settings>Collaborators and teams>Find your name>Role dropdown>Admin. You can do this from the uwiscwacm Github account.
  2. If you have Linux:
    • type './update.sh' into terminal. Congratulations! You updated the website.
  3. If you have Windows:
    • Download Git Bash for Windows.
    • type './update.sh' into Git Bash. Congratulations! You updated the website.

The hard way:

  1. Create a new branch for development
  2. Once you're satisfied with the changes on your dev branch, create a pull request to merge your code into master
  3. ssh into the WACM CSL account used for the website
  4. cd into the website directory and pull changes from master
  5. You should see your code live on the site!

How to add events:

  1. Navigate to posts>whichever events list you need (past or upcoming)
  2. Fill out the JSON format at the top of the file.
  3. Insert your JSON at the top of the array.
  4. Deploy your changes. Congratulations! You updated events.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.4%
  • CSS 11.8%
  • JavaScript 3.7%
  • Shell 0.1%