Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.59 KB

README.md

File metadata and controls

55 lines (41 loc) · 2.59 KB
layout title nav_exclude permalink seo
home
Home
true
/:path/
type name
Course
{"site.title" => nil}

{{site.title}}

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:

Recent Announcements

{% assign announcements = site.announcements | reverse %} {% assign announcement_count = announcements | size %}

{% for announcement in announcements limit:5 %} {{ announcement }} {% endfor %}

{% if announcement_count > 5 %} See All Announcements {% endif %}

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