SIGExample
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:
- announcements,
- a calendar,
- a staff page,
- and a weekly schedule.
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:
- automatic navigation structure,
- instant, full-text search and page indexing,
- and a set of UI components and authoring utilities.
Recent Announcements
Getting Started
Getting started with the ACM SIG template is simple.
- Create a new repository based on the template.
- Update
_config.yml
andREADME.md
with your SIG information. Be sure to update the url and baseurl. - Configure a publishing source for GitHub Pages. Your website is now live!
- 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.