diff --git a/README.md b/README.md index cda7894..574639e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ ---- -layout: home -title: Home -nav_exclude: true -permalink: /:path/ -seo: - type: Course - name: {{ site.title }} ---- - -# {{site.title}} +# 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: - [announcements](announcements.md), @@ -22,21 +17,6 @@ This template that extends the popular [Just the Docs](https://github.com/just-t - instant, full-text [search](https://just-the-docs.github.io/just-the-docs/docs/search/) and page indexing, - and a set of [UI components](https://just-the-docs.github.io/just-the-docs/docs/ui-components) and authoring [utilities](https://just-the-docs.github.io/just-the-docs/docs/utilities). -# 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. diff --git a/_config.yml b/_config.yml index 84bb578..ae0af1c 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: SIGtricity +title: Sigtricity tagline: A group focused on making electrical engineering concepts available to everyone. description: author: Noah Rockoff diff --git a/about.md b/about.md index 4158e8c..65c5ff8 100644 --- a/about.md +++ b/about.md @@ -2,7 +2,7 @@ layout: page title: About Us description: >- - About Us page for SIGtricity + About Us page for Sigtricity --- # About Us diff --git a/home.md b/home.md new file mode 100644 index 0000000..9e5a8b4 --- /dev/null +++ b/home.md @@ -0,0 +1,28 @@ +--- +layout: home +title: Home +nav_exclude: true +permalink: /:path/ +seo: + type: Course + name: {{ site.title }} +--- + +# {{site.title}} + + + +# 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 %}