Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.17 KB

README.md

File metadata and controls

35 lines (23 loc) · 2.17 KB

SIGtricity

Welcome to the ACM@UIUC SIGtricity website!

Development Guide

This repository is a GitHub Pages template developed for the purpose of quickly deploying SIG websites. In addition to serving plain web pages and files, it provides a boilerplate for:

This template that extends the popular Just the Docs theme, which provides a robust and thoroughly-tested foundation for your website. Just the Docs include features such as:

Getting Started

Getting started with the ACM SIG template is simple.

  1. Create a new repository based on the template.
  2. Update _config.yml and README.md with your SIG information. Be sure to update the url and baseurl.
  3. Configure a publishing source for GitHub Pages. Your website is now live!
  4. Edit and create .md Markdown files to add more content pages.

Local development environment

Just the Class requires no special Jekyll plugins and can run on GitHub Pages' standard Jekyll compiler. To setup a local development environment, clone your template repository and follow the GitHub Docs on Testing your GitHub Pages site locally with Jekyll.

Attribution