Skip to content

rmit-programming-club/rmit-programming-club.github.io

Repository files navigation

RMIT Programming Club Website

Created and Maintained by: patrickmfsd

Trello Board

Contents

  1. About
  2. How to post an Announcement
    1. Announcement Post Format

About

Welcome to the repository for the The Programming Club Website.

This repository contains the files used for generating the website. The site uses Jekyll, a static site generator and uses GitHub Pages for hosting. The theme being used is Miniplistic created by patrickmfsd

Features of the theme:

  • Custom Dark Mode
  • Responsive Theme
  • Easy Navigation
  • Uses Bootstrap
  • Uses Font Awesome
  • Uses Animate.css

How to post an Announcement

  1. Create a Markdown file with the following file name format "YYYY-MM-DD-Post-Name.md".
  2. Follow the templates below for each kind of post.
  3. Save Announcements posts in "_posts" folder.
  4. Submit pull request on GitHub.

A useful resource on Markdown can be found here.

Announcement Post Format

---
layout: post
title: 
author: 
categories: [ ]
---

Short Description

<!-- more -->

Post Content