Skip to content

A modern, highly customizable, responsive Jekyll template for SIG websites.

License

Notifications You must be signed in to change notification settings

acm-uiuc/sig-website-template

 
 

Repository files navigation

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

About

A modern, highly customizable, responsive Jekyll template for SIG websites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 57.7%
  • HTML 32.5%
  • Liquid 8.7%
  • Ruby 1.1%