From 4de3327fa008abb81c5ac6c5c1cf22e98a4252a2 Mon Sep 17 00:00:00 2001 From: CTMartin Date: Sat, 7 Jul 2018 18:32:09 -0400 Subject: [PATCH 1/9] Pretty links Pretty links in tabs --- _config.yml | 1 + _data/tabs.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index a6208fe1..cd5fcd99 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ description: > # this means to ignore newlines until "baseurl:" url: 'http://ritlug.com' # Build settings markdown: kramdown +permalink: pretty # no .html extension needed/wanted # These allow RITlug's schedule to be updated site-wide from one # location. They will appear in pages as they are typed, so it diff --git a/_data/tabs.yml b/_data/tabs.yml index f7bc8d99..d0e3601f 100644 --- a/_data/tabs.yml +++ b/_data/tabs.yml @@ -1,17 +1,17 @@ - name: Home link: / - + - name: Announcements link: /announcements/ - + - name: Talks link: /talks/ - + - name: About - link: /about.html - + link: /about/ + - name: Get Involved - link: /get-involved.html + link: /get-involved/ - name: CampusGroups link: https://campusgroups.rit.edu/student_community?club_id=16071 From aeb76b16e37b4810fdd38af6205268b378f8b2e5 Mon Sep 17 00:00:00 2001 From: CTMartin Date: Sat, 7 Jul 2018 19:58:56 -0400 Subject: [PATCH 2/9] Move slides to subfolder Significantly improves organization/readability of folders (for example, was having trouble getting to/from index.html in editor) --- talks/_posts/2015-02-13-i3.md | 2 +- talks/_posts/2015-02-20-gentoo.md | 2 +- talks/_posts/2015-09-25-editing-with-ed.md | 2 +- talks/_posts/2015-09-25-packaging-applications.md | 2 +- .../2015-10-09-contributing-to-github-projects.md | 2 +- talks/_posts/2015-10-16-pimp-your-linux.md | 2 +- talks/_posts/2015-10-23-pimp-your-shell.md | 2 +- talks/_posts/2015-10-30-filesystems.md | 2 +- talks/_posts/2015-11-06-react.flux-javascript.md | 2 +- talks/_posts/2015-11-20-livecd-customization.md | 2 +- talks/_posts/2016-01-29-desktop-environments.md | 2 +- talks/_posts/2016-01-29-welcome-to-ritlug.md | 2 +- talks/_posts/2016-02-05-using-znc.md | 2 +- talks/_posts/2016-02-12-virtualization.md | 2 +- talks/_posts/2016-02-19-package-managers.md | 2 +- talks/_posts/2016-02-26-lamp.md | 2 +- talks/_posts/2016-03-04-scripting-automation.md | 2 +- talks/_posts/2016-03-11-tmux-screen.md | 2 +- talks/_posts/2016-03-18-linux-organization.md | 2 +- talks/_posts/2016-04-01-linux-pranks.md | 2 +- talks/_posts/2016-04-08-cool-services.md | 2 +- talks/_posts/2016-04-22-minecraft-server-spigot.md | 2 +- talks/_posts/2016-04-29-gpg-introduction.md | 2 +- talks/_posts/2016-05-06-letsencrypt.md | 2 +- talks/_posts/2016-09-02-welcome-to-ritlug.md | 2 +- talks/_posts/2016-09-30-intro-to-linux.md | 2 +- talks/_posts/2016-10-14-selinux.md | 2 +- talks/_posts/2016-10-28-lamp.md | 2 +- talks/_posts/2016-12-02-open-source-101.md | 2 +- talks/_posts/2017-02-01-backups.md | 2 +- talks/_posts/2017-02-17-WSL.md | 2 +- talks/_posts/2017-03-22-RITLUG-cloud.md | 2 +- talks/_posts/2017-04-22-ansible.md | 2 +- talks/_posts/2017-09-29-letsencrypt.md | 2 +- talks/_posts/2017-10-15-minecraft-server-spigot.md | 2 +- talks/_posts/2017-10-20-women-open-source.md | 2 +- .../2017-11-03-overview-distributed-computing.md | 2 +- talks/_posts/2017-11-10-intro-to-haskell.md | 2 +- talks/_posts/2018-02-16-foss-open-internet.md | 2 +- talks/_posts/2018-02-23-arch-linux.md | 2 +- talks/{ => slides}/2015-fall-Flux.React-RITLug.pdf | Bin .../2015-fall-contributing-to-github-projects.pdf | Bin talks/{ => slides}/2015-fall-editing-with-ed.pdf | Bin talks/{ => slides}/2015-fall-filesystems.pdf | Bin .../{ => slides}/2015-fall-livecd-customization.pdf | Bin talks/{ => slides}/2015-fall-packaging.pdf | Bin talks/{ => slides}/2015-fall-pimp-your-linux.pdf | Bin talks/{ => slides}/2015-fall-pimp-your-shell.pdf | Bin talks/{ => slides}/2015-spring-gentoo.pdf | Bin talks/{ => slides}/2015-spring-i3.pdf | Bin talks/{ => slides}/2016-spring-cool-services.pdf | Bin .../2016-spring-desktop-environments.pdf | Bin talks/{ => slides}/2016-spring-gpg-introduction.pdf | Bin talks/{ => slides}/2016-spring-lamp.pdf | Bin talks/{ => slides}/2016-spring-letsencrypt.pdf | Bin .../{ => slides}/2016-spring-linux-organization.pdf | Bin talks/{ => slides}/2016-spring-linux-pranks.pdf | Bin .../2016-spring-minecraft-server-spigot.pdf | Bin talks/{ => slides}/2016-spring-package-managers.pdf | Bin .../2016-spring-scripting-automation.pdf | Bin talks/{ => slides}/2016-spring-tmux-screen.pdf | Bin talks/{ => slides}/2016-spring-using-znc.pdf | Bin .../2016-spring-virtualization-containerization.pdf | Bin .../{ => slides}/2016-spring-welcome-to-ritlug.pdf | Bin .../2016-w02-fall-welcome-to-ritlug.pdf | Bin talks/{ => slides}/2016-w06-fall-intro-to-linux.pdf | Bin talks/{ => slides}/2016-w08-fall-selinux.pdf | Bin talks/{ => slides}/2016-w10-fall-lamp.pdf | Bin .../{ => slides}/2016-w14-fall-open-source-101.pdf | Bin talks/{ => slides}/2017-w02-spring-backups.pdf | Bin talks/{ => slides}/2017-w04-spring-WSL.pdf | Bin talks/{ => slides}/2017-w05-fall-letsencrypt.pdf | Bin .../2017-w07-fall-minecraft-server-spigot.pdf | Bin .../2017-w08-fall-women-open-source.pdf | Bin talks/{ => slides}/2017-w08-spring-RITLUG-cloud.pdf | Bin talks/{ => slides}/2017-w10-ansible.pdf | Bin ...7-w10-fall-overview-of-distributed-computing.pdf | Bin .../{ => slides}/2017-w11-fall-intro-to-haskell.pdf | Bin .../2018-w05-spring-foss-open-internet.pdf | Bin talks/{ => slides}/2018-w06-spring-arch-linux.pdf | Bin 80 files changed, 40 insertions(+), 40 deletions(-) rename talks/{ => slides}/2015-fall-Flux.React-RITLug.pdf (100%) rename talks/{ => slides}/2015-fall-contributing-to-github-projects.pdf (100%) rename talks/{ => slides}/2015-fall-editing-with-ed.pdf (100%) rename talks/{ => slides}/2015-fall-filesystems.pdf (100%) rename talks/{ => slides}/2015-fall-livecd-customization.pdf (100%) rename talks/{ => slides}/2015-fall-packaging.pdf (100%) rename talks/{ => slides}/2015-fall-pimp-your-linux.pdf (100%) rename talks/{ => slides}/2015-fall-pimp-your-shell.pdf (100%) rename talks/{ => slides}/2015-spring-gentoo.pdf (100%) rename talks/{ => slides}/2015-spring-i3.pdf (100%) rename talks/{ => slides}/2016-spring-cool-services.pdf (100%) rename talks/{ => slides}/2016-spring-desktop-environments.pdf (100%) rename talks/{ => slides}/2016-spring-gpg-introduction.pdf (100%) rename talks/{ => slides}/2016-spring-lamp.pdf (100%) rename talks/{ => slides}/2016-spring-letsencrypt.pdf (100%) rename talks/{ => slides}/2016-spring-linux-organization.pdf (100%) rename talks/{ => slides}/2016-spring-linux-pranks.pdf (100%) rename talks/{ => slides}/2016-spring-minecraft-server-spigot.pdf (100%) rename talks/{ => slides}/2016-spring-package-managers.pdf (100%) rename talks/{ => slides}/2016-spring-scripting-automation.pdf (100%) rename talks/{ => slides}/2016-spring-tmux-screen.pdf (100%) rename talks/{ => slides}/2016-spring-using-znc.pdf (100%) rename talks/{ => slides}/2016-spring-virtualization-containerization.pdf (100%) rename talks/{ => slides}/2016-spring-welcome-to-ritlug.pdf (100%) rename talks/{ => slides}/2016-w02-fall-welcome-to-ritlug.pdf (100%) rename talks/{ => slides}/2016-w06-fall-intro-to-linux.pdf (100%) rename talks/{ => slides}/2016-w08-fall-selinux.pdf (100%) rename talks/{ => slides}/2016-w10-fall-lamp.pdf (100%) rename talks/{ => slides}/2016-w14-fall-open-source-101.pdf (100%) rename talks/{ => slides}/2017-w02-spring-backups.pdf (100%) rename talks/{ => slides}/2017-w04-spring-WSL.pdf (100%) rename talks/{ => slides}/2017-w05-fall-letsencrypt.pdf (100%) rename talks/{ => slides}/2017-w07-fall-minecraft-server-spigot.pdf (100%) rename talks/{ => slides}/2017-w08-fall-women-open-source.pdf (100%) rename talks/{ => slides}/2017-w08-spring-RITLUG-cloud.pdf (100%) rename talks/{ => slides}/2017-w10-ansible.pdf (100%) rename talks/{ => slides}/2017-w10-fall-overview-of-distributed-computing.pdf (100%) rename talks/{ => slides}/2017-w11-fall-intro-to-haskell.pdf (100%) rename talks/{ => slides}/2018-w05-spring-foss-open-internet.pdf (100%) rename talks/{ => slides}/2018-w06-spring-arch-linux.pdf (100%) diff --git a/talks/_posts/2015-02-13-i3.md b/talks/_posts/2015-02-13-i3.md index 41b4c150..e527c856 100644 --- a/talks/_posts/2015-02-13-i3.md +++ b/talks/_posts/2015-02-13-i3.md @@ -1,7 +1,7 @@ --- title: i3 Tiling Window Manager author: RITlug Contributor -slides: /talks/2015-spring-i3.pdf +slides: 2015-spring-i3.pdf date: 2015-02-13 layout: post --- diff --git a/talks/_posts/2015-02-20-gentoo.md b/talks/_posts/2015-02-20-gentoo.md index 488976e4..c7ae4988 100644 --- a/talks/_posts/2015-02-20-gentoo.md +++ b/talks/_posts/2015-02-20-gentoo.md @@ -2,7 +2,7 @@ title: Gentoo author: RITlug Contributor layout: post -slides: /talks/2015-spring-gentoo.pdf +slides: 2015-spring-gentoo.pdf date: 2015-02-20 --- Gentoo slides, covering the basics of: diff --git a/talks/_posts/2015-09-25-editing-with-ed.md b/talks/_posts/2015-09-25-editing-with-ed.md index b49c7b71..d1022b2b 100644 --- a/talks/_posts/2015-09-25-editing-with-ed.md +++ b/talks/_posts/2015-09-25-editing-with-ed.md @@ -2,7 +2,7 @@ title: Editing with Ed author: Hector A Escobedo IV layout: post -slides: /talks/2015-fall-editing-with-ed.pdf +slides: 2015-fall-editing-with-ed.pdf date: 2015-09-25 --- An introductory guide to the standard text editor. diff --git a/talks/_posts/2015-09-25-packaging-applications.md b/talks/_posts/2015-09-25-packaging-applications.md index 97c405c2..09824003 100644 --- a/talks/_posts/2015-09-25-packaging-applications.md +++ b/talks/_posts/2015-09-25-packaging-applications.md @@ -2,7 +2,7 @@ title: Packaging Applications for ArchLinux author: Nate Levesque layout: post -slides: /talks/2015-fall-packaging.pdf +slides: 2015-fall-packaging.pdf date: 2015-09-25 --- Packaging Applications for ArchLinux diff --git a/talks/_posts/2015-10-09-contributing-to-github-projects.md b/talks/_posts/2015-10-09-contributing-to-github-projects.md index 3299f864..f1a2237d 100644 --- a/talks/_posts/2015-10-09-contributing-to-github-projects.md +++ b/talks/_posts/2015-10-09-contributing-to-github-projects.md @@ -2,7 +2,7 @@ title: Contributing to Github Projects author: Nate Levesque layout: post -slides: /talks/2015-fall-contributing-to-github-projects.pdf +slides: 2015-fall-contributing-to-github-projects.pdf date: 2015-10-09 --- diff --git a/talks/_posts/2015-10-16-pimp-your-linux.md b/talks/_posts/2015-10-16-pimp-your-linux.md index 21495bec..b644256e 100644 --- a/talks/_posts/2015-10-16-pimp-your-linux.md +++ b/talks/_posts/2015-10-16-pimp-your-linux.md @@ -2,7 +2,7 @@ title: Pimp Your Linux author: Mark Repka layout: post -slides: /talks/2015-fall-pimp-your-linux.pdf +slides: 2015-fall-pimp-your-linux.pdf date: 2015-10-16 --- diff --git a/talks/_posts/2015-10-23-pimp-your-shell.md b/talks/_posts/2015-10-23-pimp-your-shell.md index f8160b0c..c652ec9d 100644 --- a/talks/_posts/2015-10-23-pimp-your-shell.md +++ b/talks/_posts/2015-10-23-pimp-your-shell.md @@ -2,7 +2,7 @@ title: Pimp Your Shell author: Nate Levesque layout: post -slides: /talks/2015-fall-pimp-your-shell.pdf +slides: 2015-fall-pimp-your-shell.pdf date: 2015-10-23 --- diff --git a/talks/_posts/2015-10-30-filesystems.md b/talks/_posts/2015-10-30-filesystems.md index 7faa8ec5..3b7f8e52 100644 --- a/talks/_posts/2015-10-30-filesystems.md +++ b/talks/_posts/2015-10-30-filesystems.md @@ -2,7 +2,7 @@ title: Filesystems author: Nate Levesque layout: post -slides: /talks/2015-fall-filesystems.pdf +slides: 2015-fall-filesystems.pdf date: 2015-10-30 --- diff --git a/talks/_posts/2015-11-06-react.flux-javascript.md b/talks/_posts/2015-11-06-react.flux-javascript.md index f41b4d80..34650651 100644 --- a/talks/_posts/2015-11-06-react.flux-javascript.md +++ b/talks/_posts/2015-11-06-react.flux-javascript.md @@ -2,7 +2,7 @@ title: ReactJS and Flux, NodeJS author: Mark Repka layout: post -slides: /talks/2015-fall-Flux.React-RITLug.pdf +slides: 2015-fall-Flux.React-RITLug.pdf date: 2015-11-06 --- diff --git a/talks/_posts/2015-11-20-livecd-customization.md b/talks/_posts/2015-11-20-livecd-customization.md index 582af1db..1e901ec5 100644 --- a/talks/_posts/2015-11-20-livecd-customization.md +++ b/talks/_posts/2015-11-20-livecd-customization.md @@ -2,7 +2,7 @@ title: LiveCD Customization author: Mark Repka layout: post -slides: /talks/2015-fall-livecd-customization.pdf +slides: 2015-fall-livecd-customization.pdf date: 2015-11-20 --- diff --git a/talks/_posts/2016-01-29-desktop-environments.md b/talks/_posts/2016-01-29-desktop-environments.md index a9383d70..9e8ef59e 100644 --- a/talks/_posts/2016-01-29-desktop-environments.md +++ b/talks/_posts/2016-01-29-desktop-environments.md @@ -2,7 +2,7 @@ title: Overview of Desktop Environments author: Nate Levesque layout: post -slides: /talks/2016-spring-desktop-environments.pdf +slides: 2016-spring-desktop-environments.pdf date: 2016-01-29 --- diff --git a/talks/_posts/2016-01-29-welcome-to-ritlug.md b/talks/_posts/2016-01-29-welcome-to-ritlug.md index 7fdf5250..72ce910b 100644 --- a/talks/_posts/2016-01-29-welcome-to-ritlug.md +++ b/talks/_posts/2016-01-29-welcome-to-ritlug.md @@ -2,7 +2,7 @@ title: Spring 2016 Welcome to RITlug author: Nate Levesque layout: post -slides: /talks/2016-spring-welcome-to-ritlug.pdf +slides: 2016-spring-welcome-to-ritlug.pdf date: 2016-01-29 --- diff --git a/talks/_posts/2016-02-05-using-znc.md b/talks/_posts/2016-02-05-using-znc.md index 978ccba6..d5dde87d 100644 --- a/talks/_posts/2016-02-05-using-znc.md +++ b/talks/_posts/2016-02-05-using-znc.md @@ -2,7 +2,7 @@ title: Never leave IRC again with ZNC author: Justin W. Flory layout: post -slides: /talks/2016-spring-using-znc.pdf +slides: 2016-spring-using-znc.pdf date: 2016-02-05 --- diff --git a/talks/_posts/2016-02-12-virtualization.md b/talks/_posts/2016-02-12-virtualization.md index e62bbc04..21ef7b2b 100644 --- a/talks/_posts/2016-02-12-virtualization.md +++ b/talks/_posts/2016-02-12-virtualization.md @@ -2,7 +2,7 @@ title: Virtualization and Containerization author: Nate Levesque layout: post -slides: /talks/2016-spring-virtualization-containerization.pdf +slides: 2016-spring-virtualization-containerization.pdf date: 2016-02-12 --- diff --git a/talks/_posts/2016-02-19-package-managers.md b/talks/_posts/2016-02-19-package-managers.md index 0d20e7d3..12f03837 100644 --- a/talks/_posts/2016-02-19-package-managers.md +++ b/talks/_posts/2016-02-19-package-managers.md @@ -2,7 +2,7 @@ title: Package Managers author: Nate Levesque layout: post -slides: /talks/2016-spring-package-managers.pdf +slides: 2016-spring-package-managers.pdf date: 2016-02-19 --- diff --git a/talks/_posts/2016-02-26-lamp.md b/talks/_posts/2016-02-26-lamp.md index c1094916..6a11303d 100644 --- a/talks/_posts/2016-02-26-lamp.md +++ b/talks/_posts/2016-02-26-lamp.md @@ -2,7 +2,7 @@ title: Setting up a LAMP Server author: Nate Levesque layout: post -slides: /talks/2016-spring-lamp.pdf +slides: 2016-spring-lamp.pdf date: 2016-02-26 --- diff --git a/talks/_posts/2016-03-04-scripting-automation.md b/talks/_posts/2016-03-04-scripting-automation.md index fb5a638f..e9835ea6 100644 --- a/talks/_posts/2016-03-04-scripting-automation.md +++ b/talks/_posts/2016-03-04-scripting-automation.md @@ -2,7 +2,7 @@ title: Scripting and Automation author: Nate Levesque layout: post -slides: /talks/2016-spring-scripting-automation.pdf +slides: 2016-spring-scripting-automation.pdf date: 2016-03-04 --- diff --git a/talks/_posts/2016-03-11-tmux-screen.md b/talks/_posts/2016-03-11-tmux-screen.md index 8276be20..b3197cd9 100644 --- a/talks/_posts/2016-03-11-tmux-screen.md +++ b/talks/_posts/2016-03-11-tmux-screen.md @@ -2,7 +2,7 @@ title: Tmux and Screen author: Nate Levesque layout: post -slides: /talks/2016-spring-tmux-screen.pdf +slides: 2016-spring-tmux-screen.pdf date: 2016-03-11 --- diff --git a/talks/_posts/2016-03-18-linux-organization.md b/talks/_posts/2016-03-18-linux-organization.md index 03f32f65..c2f9d82a 100644 --- a/talks/_posts/2016-03-18-linux-organization.md +++ b/talks/_posts/2016-03-18-linux-organization.md @@ -2,7 +2,7 @@ title: How Linux is Organized author: Nate Levesque layout: post -slides: /talks/2016-spring-linux-organization.pdf +slides: 2016-spring-linux-organization.pdf date: 2016-03-18 --- diff --git a/talks/_posts/2016-04-01-linux-pranks.md b/talks/_posts/2016-04-01-linux-pranks.md index aa279d69..b40dfcad 100644 --- a/talks/_posts/2016-04-01-linux-pranks.md +++ b/talks/_posts/2016-04-01-linux-pranks.md @@ -2,7 +2,7 @@ title: Linux April Fools Pranks author: Nate Levesque layout: post -slides: /talks/2016-spring-linux-pranks.pdf +slides: 2016-spring-linux-pranks.pdf date: 2016-04-01 --- diff --git a/talks/_posts/2016-04-08-cool-services.md b/talks/_posts/2016-04-08-cool-services.md index c6cbfc18..e9a82985 100644 --- a/talks/_posts/2016-04-08-cool-services.md +++ b/talks/_posts/2016-04-08-cool-services.md @@ -2,7 +2,7 @@ title: Cool Linux Services author: Nate Levesque layout: post -slides: /talks/2016-spring-cool-services.pdf +slides: 2016-spring-cool-services.pdf date: 2016-04-08 --- diff --git a/talks/_posts/2016-04-22-minecraft-server-spigot.md b/talks/_posts/2016-04-22-minecraft-server-spigot.md index 34cbf81c..5857c3a2 100644 --- a/talks/_posts/2016-04-22-minecraft-server-spigot.md +++ b/talks/_posts/2016-04-22-minecraft-server-spigot.md @@ -2,7 +2,7 @@ title: Run a Minecraft server using Spigot author: Justin W. Flory layout: post -slides: /talks/2016-spring-minecraft-server-spigot.pdf +slides: 2016-spring-minecraft-server-spigot.pdf date: 2016-04-22 --- diff --git a/talks/_posts/2016-04-29-gpg-introduction.md b/talks/_posts/2016-04-29-gpg-introduction.md index b64cd443..6ba3a408 100644 --- a/talks/_posts/2016-04-29-gpg-introduction.md +++ b/talks/_posts/2016-04-29-gpg-introduction.md @@ -2,7 +2,7 @@ title: GPG (GNU Privacy Guard) author: Nate Levesque layout: post -slides: /talks/2016-spring-gpg-introduction.pdf +slides: 2016-spring-gpg-introduction.pdf date: 2016-04-29 --- diff --git a/talks/_posts/2016-05-06-letsencrypt.md b/talks/_posts/2016-05-06-letsencrypt.md index c70318b3..932b6fd3 100644 --- a/talks/_posts/2016-05-06-letsencrypt.md +++ b/talks/_posts/2016-05-06-letsencrypt.md @@ -2,7 +2,7 @@ title: Encrypt ALL the things with LetsEncrypt author: Justin W. Flory, Solomon Rubin layout: post -slides: /talks/2016-spring-letsencrypt.pdf +slides: 2016-spring-letsencrypt.pdf date: 2016-05-06 --- diff --git a/talks/_posts/2016-09-02-welcome-to-ritlug.md b/talks/_posts/2016-09-02-welcome-to-ritlug.md index 35eea88a..869f5619 100644 --- a/talks/_posts/2016-09-02-welcome-to-ritlug.md +++ b/talks/_posts/2016-09-02-welcome-to-ritlug.md @@ -2,7 +2,7 @@ title: Fall 2016 - Welcome to RITlug! author: Justin W. Flory layout: post -slides: /talks/2016-w02-fall-welcome-to-ritlug.pdf +slides: 2016-w02-fall-welcome-to-ritlug.pdf date: 2016-09-02 --- diff --git a/talks/_posts/2016-09-30-intro-to-linux.md b/talks/_posts/2016-09-30-intro-to-linux.md index 41d3e73f..a8b02786 100644 --- a/talks/_posts/2016-09-30-intro-to-linux.md +++ b/talks/_posts/2016-09-30-intro-to-linux.md @@ -2,7 +2,7 @@ title: Fall 2016 - Introduction to Linux author: Justin W. Flory layout: post -slides: /talks/2016-w06-fall-intro-to-linux.pdf +slides: 2016-w06-fall-intro-to-linux.pdf date: 2016-09-30 --- diff --git a/talks/_posts/2016-10-14-selinux.md b/talks/_posts/2016-10-14-selinux.md index 19895981..a9ef02e5 100644 --- a/talks/_posts/2016-10-14-selinux.md +++ b/talks/_posts/2016-10-14-selinux.md @@ -2,7 +2,7 @@ title: Fall 2016 - Security-Enhanced Linux author: Justin W. Flory layout: post -slides: /talks/2016-w08-fall-selinux.pdf +slides: 2016-w08-fall-selinux.pdf date: 2016-10-14 --- diff --git a/talks/_posts/2016-10-28-lamp.md b/talks/_posts/2016-10-28-lamp.md index c025a662..544c35c5 100644 --- a/talks/_posts/2016-10-28-lamp.md +++ b/talks/_posts/2016-10-28-lamp.md @@ -2,7 +2,7 @@ title: Fall 2016 - Introducing a LAMP stack author: Justin W. Flory layout: post -slides: /talks/2016-w10-fall-lamp.pdf +slides: 2016-w10-fall-lamp.pdf date: 2016-10-28 --- diff --git a/talks/_posts/2016-12-02-open-source-101.md b/talks/_posts/2016-12-02-open-source-101.md index 44a73537..e7a1af0c 100644 --- a/talks/_posts/2016-12-02-open-source-101.md +++ b/talks/_posts/2016-12-02-open-source-101.md @@ -2,7 +2,7 @@ title: Fall 2016 - Open Source 101 author: Justin W. Flory layout: post -slides: /talks/2016-w14-fall-open-source-101.pdf +slides: 2016-w14-fall-open-source-101.pdf date: 2016-12-02 --- diff --git a/talks/_posts/2017-02-01-backups.md b/talks/_posts/2017-02-01-backups.md index 51f63705..996c0901 100644 --- a/talks/_posts/2017-02-01-backups.md +++ b/talks/_posts/2017-02-01-backups.md @@ -2,7 +2,7 @@ title: Spring 2017- Backups author: Solomon Rubin layout: post -slides: /talks/2017-w02-spring-backups.pdf +slides: 2017-w02-spring-backups.pdf date: 2017-02-01 --- diff --git a/talks/_posts/2017-02-17-WSL.md b/talks/_posts/2017-02-17-WSL.md index f720107b..ddcf9713 100644 --- a/talks/_posts/2017-02-17-WSL.md +++ b/talks/_posts/2017-02-17-WSL.md @@ -1,7 +1,7 @@ --- title: Windows Subsystem for Linux author: Solomon Rubin -slides: /talks/2017-w04-spring-WSL.pdf +slides: 2017-w04-spring-WSL.pdf date: 2017-02-17 layout: post --- diff --git a/talks/_posts/2017-03-22-RITLUG-cloud.md b/talks/_posts/2017-03-22-RITLUG-cloud.md index 38fd3e21..396e32d9 100644 --- a/talks/_posts/2017-03-22-RITLUG-cloud.md +++ b/talks/_posts/2017-03-22-RITLUG-cloud.md @@ -1,6 +1,6 @@ --- title: The RITLUG Cloud Infrastructure -slides: /talks/2017-w08-spring-RITLUG-cloud.pdf +slides: 2017-w08-spring-RITLUG-cloud.pdf date: 2017-03-22 layout: post --- diff --git a/talks/_posts/2017-04-22-ansible.md b/talks/_posts/2017-04-22-ansible.md index f3ed73ff..9f68f326 100644 --- a/talks/_posts/2017-04-22-ansible.md +++ b/talks/_posts/2017-04-22-ansible.md @@ -2,7 +2,7 @@ title: Spring 2017- Ansible and YADM author: Aidan Kahrs layout: post -slides: /talks/2017-w10-spring-ansible.pdf +slides: 2017-w10-spring-ansible.pdf date: 2017-04-22 --- diff --git a/talks/_posts/2017-09-29-letsencrypt.md b/talks/_posts/2017-09-29-letsencrypt.md index 3143d3da..40d90117 100644 --- a/talks/_posts/2017-09-29-letsencrypt.md +++ b/talks/_posts/2017-09-29-letsencrypt.md @@ -2,7 +2,7 @@ title: Save the world with LetsEncrypt and free encryption author: Justin W. Flory layout: post -slides: /talks/2017-w05-fall-letsencrypt.pdf +slides: 2017-w05-fall-letsencrypt.pdf date: 2017-09-29 --- diff --git a/talks/_posts/2017-10-15-minecraft-server-spigot.md b/talks/_posts/2017-10-15-minecraft-server-spigot.md index 488ae1cd..2bfc62cc 100644 --- a/talks/_posts/2017-10-15-minecraft-server-spigot.md +++ b/talks/_posts/2017-10-15-minecraft-server-spigot.md @@ -2,7 +2,7 @@ title: Run a Minecraft server using Spigot author: Justin W. Flory layout: post -slides: /talks/2017-w07-fall-minecraft-server-spigot.pdf +slides: 2017-w07-fall-minecraft-server-spigot.pdf date: 2017-10-15 --- diff --git a/talks/_posts/2017-10-20-women-open-source.md b/talks/_posts/2017-10-20-women-open-source.md index 4a2c4979..08ef4cd9 100644 --- a/talks/_posts/2017-10-20-women-open-source.md +++ b/talks/_posts/2017-10-20-women-open-source.md @@ -2,7 +2,7 @@ title: Women in Open Source and Computer Technology author: Allison Fox layout: post -slides: /talks/2017-w08-fall-women-open-source.pdf +slides: 2017-w08-fall-women-open-source.pdf date: 2017-10-20 --- Last May, Red Hat and the open source community honored two exceptional women, Avni Khatri and Jigyasa Grover for the “Women in Open Source” award. This week, the RIT Linux User’s Group (RITlug) looks into the history behind the role of women in open source and tech communities. We examine the invaluable and extraordinary accomplishments of pioneering women that changed the foundations of open source and are paving the way for future generations of women to do the same. diff --git a/talks/_posts/2017-11-03-overview-distributed-computing.md b/talks/_posts/2017-11-03-overview-distributed-computing.md index 5d07817a..06656392 100644 --- a/talks/_posts/2017-11-03-overview-distributed-computing.md +++ b/talks/_posts/2017-11-03-overview-distributed-computing.md @@ -2,7 +2,7 @@ title: Overview of Distributed Computing author: Christian Martin layout: post -slides: /talks/2017-w10-fall-overview-of-distributed-computing.pdf +slides: 2017-w10-fall-overview-of-distributed-computing.pdf date: 2017-11-03 --- Get an overview of distributed computing, such as virtualization and containers, how we use them, and why. diff --git a/talks/_posts/2017-11-10-intro-to-haskell.md b/talks/_posts/2017-11-10-intro-to-haskell.md index c19bcdd4..16e8d7d4 100644 --- a/talks/_posts/2017-11-10-intro-to-haskell.md +++ b/talks/_posts/2017-11-10-intro-to-haskell.md @@ -2,7 +2,7 @@ title: Freedom From State - An Intro to Haskell author: Josh Bicking layout: post -slides: /talks/2017-w11-fall-intro-to-haskell.pdf +slides: 2017-w11-fall-intro-to-haskell.pdf date: 2017-11-10 --- diff --git a/talks/_posts/2018-02-16-foss-open-internet.md b/talks/_posts/2018-02-16-foss-open-internet.md index 2e7634d6..70e7c042 100644 --- a/talks/_posts/2018-02-16-foss-open-internet.md +++ b/talks/_posts/2018-02-16-foss-open-internet.md @@ -2,7 +2,7 @@ title: FOSS and an open internet author: Nate Levesque layout: post -slides: /talks/2018-w05-spring-foss-open-internet.pdf +slides: 2018-w05-spring-foss-open-internet.pdf date: 2018-02-16 --- diff --git a/talks/_posts/2018-02-23-arch-linux.md b/talks/_posts/2018-02-23-arch-linux.md index 605ed8e7..dd39b1ea 100644 --- a/talks/_posts/2018-02-23-arch-linux.md +++ b/talks/_posts/2018-02-23-arch-linux.md @@ -2,7 +2,7 @@ title: Intro to Arch Linux author: Kyle Suero layout: post -slides: /talks/2018-w06-spring-arch-linux.pdf +slides: 2018-w06-spring-arch-linux.pdf date: 2018-02-23 --- diff --git a/talks/2015-fall-Flux.React-RITLug.pdf b/talks/slides/2015-fall-Flux.React-RITLug.pdf similarity index 100% rename from talks/2015-fall-Flux.React-RITLug.pdf rename to talks/slides/2015-fall-Flux.React-RITLug.pdf diff --git a/talks/2015-fall-contributing-to-github-projects.pdf b/talks/slides/2015-fall-contributing-to-github-projects.pdf similarity index 100% rename from talks/2015-fall-contributing-to-github-projects.pdf rename to talks/slides/2015-fall-contributing-to-github-projects.pdf diff --git a/talks/2015-fall-editing-with-ed.pdf b/talks/slides/2015-fall-editing-with-ed.pdf similarity index 100% rename from talks/2015-fall-editing-with-ed.pdf rename to talks/slides/2015-fall-editing-with-ed.pdf diff --git a/talks/2015-fall-filesystems.pdf b/talks/slides/2015-fall-filesystems.pdf similarity index 100% rename from talks/2015-fall-filesystems.pdf rename to talks/slides/2015-fall-filesystems.pdf diff --git a/talks/2015-fall-livecd-customization.pdf b/talks/slides/2015-fall-livecd-customization.pdf similarity index 100% rename from talks/2015-fall-livecd-customization.pdf rename to talks/slides/2015-fall-livecd-customization.pdf diff --git a/talks/2015-fall-packaging.pdf b/talks/slides/2015-fall-packaging.pdf similarity index 100% rename from talks/2015-fall-packaging.pdf rename to talks/slides/2015-fall-packaging.pdf diff --git a/talks/2015-fall-pimp-your-linux.pdf b/talks/slides/2015-fall-pimp-your-linux.pdf similarity index 100% rename from talks/2015-fall-pimp-your-linux.pdf rename to talks/slides/2015-fall-pimp-your-linux.pdf diff --git a/talks/2015-fall-pimp-your-shell.pdf b/talks/slides/2015-fall-pimp-your-shell.pdf similarity index 100% rename from talks/2015-fall-pimp-your-shell.pdf rename to talks/slides/2015-fall-pimp-your-shell.pdf diff --git a/talks/2015-spring-gentoo.pdf b/talks/slides/2015-spring-gentoo.pdf similarity index 100% rename from talks/2015-spring-gentoo.pdf rename to talks/slides/2015-spring-gentoo.pdf diff --git a/talks/2015-spring-i3.pdf b/talks/slides/2015-spring-i3.pdf similarity index 100% rename from talks/2015-spring-i3.pdf rename to talks/slides/2015-spring-i3.pdf diff --git a/talks/2016-spring-cool-services.pdf b/talks/slides/2016-spring-cool-services.pdf similarity index 100% rename from talks/2016-spring-cool-services.pdf rename to talks/slides/2016-spring-cool-services.pdf diff --git a/talks/2016-spring-desktop-environments.pdf b/talks/slides/2016-spring-desktop-environments.pdf similarity index 100% rename from talks/2016-spring-desktop-environments.pdf rename to talks/slides/2016-spring-desktop-environments.pdf diff --git a/talks/2016-spring-gpg-introduction.pdf b/talks/slides/2016-spring-gpg-introduction.pdf similarity index 100% rename from talks/2016-spring-gpg-introduction.pdf rename to talks/slides/2016-spring-gpg-introduction.pdf diff --git a/talks/2016-spring-lamp.pdf b/talks/slides/2016-spring-lamp.pdf similarity index 100% rename from talks/2016-spring-lamp.pdf rename to talks/slides/2016-spring-lamp.pdf diff --git a/talks/2016-spring-letsencrypt.pdf b/talks/slides/2016-spring-letsencrypt.pdf similarity index 100% rename from talks/2016-spring-letsencrypt.pdf rename to talks/slides/2016-spring-letsencrypt.pdf diff --git a/talks/2016-spring-linux-organization.pdf b/talks/slides/2016-spring-linux-organization.pdf similarity index 100% rename from talks/2016-spring-linux-organization.pdf rename to talks/slides/2016-spring-linux-organization.pdf diff --git a/talks/2016-spring-linux-pranks.pdf b/talks/slides/2016-spring-linux-pranks.pdf similarity index 100% rename from talks/2016-spring-linux-pranks.pdf rename to talks/slides/2016-spring-linux-pranks.pdf diff --git a/talks/2016-spring-minecraft-server-spigot.pdf b/talks/slides/2016-spring-minecraft-server-spigot.pdf similarity index 100% rename from talks/2016-spring-minecraft-server-spigot.pdf rename to talks/slides/2016-spring-minecraft-server-spigot.pdf diff --git a/talks/2016-spring-package-managers.pdf b/talks/slides/2016-spring-package-managers.pdf similarity index 100% rename from talks/2016-spring-package-managers.pdf rename to talks/slides/2016-spring-package-managers.pdf diff --git a/talks/2016-spring-scripting-automation.pdf b/talks/slides/2016-spring-scripting-automation.pdf similarity index 100% rename from talks/2016-spring-scripting-automation.pdf rename to talks/slides/2016-spring-scripting-automation.pdf diff --git a/talks/2016-spring-tmux-screen.pdf b/talks/slides/2016-spring-tmux-screen.pdf similarity index 100% rename from talks/2016-spring-tmux-screen.pdf rename to talks/slides/2016-spring-tmux-screen.pdf diff --git a/talks/2016-spring-using-znc.pdf b/talks/slides/2016-spring-using-znc.pdf similarity index 100% rename from talks/2016-spring-using-znc.pdf rename to talks/slides/2016-spring-using-znc.pdf diff --git a/talks/2016-spring-virtualization-containerization.pdf b/talks/slides/2016-spring-virtualization-containerization.pdf similarity index 100% rename from talks/2016-spring-virtualization-containerization.pdf rename to talks/slides/2016-spring-virtualization-containerization.pdf diff --git a/talks/2016-spring-welcome-to-ritlug.pdf b/talks/slides/2016-spring-welcome-to-ritlug.pdf similarity index 100% rename from talks/2016-spring-welcome-to-ritlug.pdf rename to talks/slides/2016-spring-welcome-to-ritlug.pdf diff --git a/talks/2016-w02-fall-welcome-to-ritlug.pdf b/talks/slides/2016-w02-fall-welcome-to-ritlug.pdf similarity index 100% rename from talks/2016-w02-fall-welcome-to-ritlug.pdf rename to talks/slides/2016-w02-fall-welcome-to-ritlug.pdf diff --git a/talks/2016-w06-fall-intro-to-linux.pdf b/talks/slides/2016-w06-fall-intro-to-linux.pdf similarity index 100% rename from talks/2016-w06-fall-intro-to-linux.pdf rename to talks/slides/2016-w06-fall-intro-to-linux.pdf diff --git a/talks/2016-w08-fall-selinux.pdf b/talks/slides/2016-w08-fall-selinux.pdf similarity index 100% rename from talks/2016-w08-fall-selinux.pdf rename to talks/slides/2016-w08-fall-selinux.pdf diff --git a/talks/2016-w10-fall-lamp.pdf b/talks/slides/2016-w10-fall-lamp.pdf similarity index 100% rename from talks/2016-w10-fall-lamp.pdf rename to talks/slides/2016-w10-fall-lamp.pdf diff --git a/talks/2016-w14-fall-open-source-101.pdf b/talks/slides/2016-w14-fall-open-source-101.pdf similarity index 100% rename from talks/2016-w14-fall-open-source-101.pdf rename to talks/slides/2016-w14-fall-open-source-101.pdf diff --git a/talks/2017-w02-spring-backups.pdf b/talks/slides/2017-w02-spring-backups.pdf similarity index 100% rename from talks/2017-w02-spring-backups.pdf rename to talks/slides/2017-w02-spring-backups.pdf diff --git a/talks/2017-w04-spring-WSL.pdf b/talks/slides/2017-w04-spring-WSL.pdf similarity index 100% rename from talks/2017-w04-spring-WSL.pdf rename to talks/slides/2017-w04-spring-WSL.pdf diff --git a/talks/2017-w05-fall-letsencrypt.pdf b/talks/slides/2017-w05-fall-letsencrypt.pdf similarity index 100% rename from talks/2017-w05-fall-letsencrypt.pdf rename to talks/slides/2017-w05-fall-letsencrypt.pdf diff --git a/talks/2017-w07-fall-minecraft-server-spigot.pdf b/talks/slides/2017-w07-fall-minecraft-server-spigot.pdf similarity index 100% rename from talks/2017-w07-fall-minecraft-server-spigot.pdf rename to talks/slides/2017-w07-fall-minecraft-server-spigot.pdf diff --git a/talks/2017-w08-fall-women-open-source.pdf b/talks/slides/2017-w08-fall-women-open-source.pdf similarity index 100% rename from talks/2017-w08-fall-women-open-source.pdf rename to talks/slides/2017-w08-fall-women-open-source.pdf diff --git a/talks/2017-w08-spring-RITLUG-cloud.pdf b/talks/slides/2017-w08-spring-RITLUG-cloud.pdf similarity index 100% rename from talks/2017-w08-spring-RITLUG-cloud.pdf rename to talks/slides/2017-w08-spring-RITLUG-cloud.pdf diff --git a/talks/2017-w10-ansible.pdf b/talks/slides/2017-w10-ansible.pdf similarity index 100% rename from talks/2017-w10-ansible.pdf rename to talks/slides/2017-w10-ansible.pdf diff --git a/talks/2017-w10-fall-overview-of-distributed-computing.pdf b/talks/slides/2017-w10-fall-overview-of-distributed-computing.pdf similarity index 100% rename from talks/2017-w10-fall-overview-of-distributed-computing.pdf rename to talks/slides/2017-w10-fall-overview-of-distributed-computing.pdf diff --git a/talks/2017-w11-fall-intro-to-haskell.pdf b/talks/slides/2017-w11-fall-intro-to-haskell.pdf similarity index 100% rename from talks/2017-w11-fall-intro-to-haskell.pdf rename to talks/slides/2017-w11-fall-intro-to-haskell.pdf diff --git a/talks/2018-w05-spring-foss-open-internet.pdf b/talks/slides/2018-w05-spring-foss-open-internet.pdf similarity index 100% rename from talks/2018-w05-spring-foss-open-internet.pdf rename to talks/slides/2018-w05-spring-foss-open-internet.pdf diff --git a/talks/2018-w06-spring-arch-linux.pdf b/talks/slides/2018-w06-spring-arch-linux.pdf similarity index 100% rename from talks/2018-w06-spring-arch-linux.pdf rename to talks/slides/2018-w06-spring-arch-linux.pdf From 6072cb1135bc6eae26597807541164fc1d075e6f Mon Sep 17 00:00:00 2001 From: CTMartin Date: Sat, 7 Jul 2018 18:44:23 -0400 Subject: [PATCH 3/9] Clean, move to Bootstrap A lot of stuff was removed since we didn't actually have it set up right anyway Remove Material Design Lite Delete unused templates --- _includes/footer.html | 41 +++--- _includes/head.html | 67 ++------- _includes/header.html | 25 ++-- _layouts/default.html | 20 +-- _layouts/page-sidebar.html | 11 -- _layouts/page.html | 6 +- _layouts/post.html | 6 +- css/styles.css | 269 ------------------------------------- 8 files changed, 54 insertions(+), 391 deletions(-) delete mode 100644 _layouts/page-sidebar.html diff --git a/_includes/footer.html b/_includes/footer.html index 72160eff..0baac050 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,8 @@ - -
-
diff --git a/css/styles.css b/css/styles.css index e69de29b..e3b54170 100644 --- a/css/styles.css +++ b/css/styles.css @@ -0,0 +1,66 @@ +/* RIT COLORS: +ORANGE: #F36E21 +BROWN: #513127 */ + +/* Structural Changes */ +main article, main section { + margin-bottom: 1.2em; +} +main { + padding-top: 0.6em; + padding-bottom: 0.1em; +} + +footer { + padding: 1em; +} + +/* sticky footer - https://css-tricks.com/couple-takes-sticky-footer/ */ +html, body { + height: 100%; +} +body { + display: flex; + flex-direction: column; +} +main { + flex: 1 0 auto; +} +footer { + flex-shrink: 0; +} + +/* Add some RIT Orange */ +.btn-primary { + background-color: #F36E21; + border-color: #F35E21; +} +.btn-primary:hover { + background-color: black; +} +/*a:link, a:hover, a:visited, a:active { + color: #F36E21; +}*/ +#home-about { + background-color: #F36E21; + color: white; +} +#home-about hr { + border-top: 1px solid rgba(255,255,255,.3); +} + +/* Custom fonts: Roboto w/ Overpass on headings */ +body { + font-family: 'Roboto', sans-serif; +} +h1,h2,h3,h4,h5,h6 { + font-family: 'Overpass', sans-serif; +} + +/* footer tweaks */ +footer ul { + padding-left: 0; +} +footer li { + list-style: none; +} diff --git a/index.html b/index.html index acef5e61..d073b6f5 100644 --- a/index.html +++ b/index.html @@ -5,31 +5,33 @@
-

Hello, (RIT|World)!

-

RITlug is a student-led organization which aims to promote and teach students about Linux & open source.

+

RIT Linux Users Group

+

We are a student-led organization to promote and teach students about Linux & open source.


-

RITlug has weekly meetings and events where we work on projects and discuss interesting topics in the Linux & open source communities.

+

Work on projects and discuss interesting topics in the Linux & open source communities.

+

Weekly meetings every {{ site.ritlug-day }}, {{ site.ritlug-time }} in {{ site.ritlug-place }}, Fall & Spring.

-
-
+
+

Discuss

-

Meetings {{ site.ritlug-day }}, {{ site.ritlug-time }} in {{ site.ritlug-place }}

-
    -
  • Foo
  • -
  • Bar
  • -
  • ABC
  • -
+
-
+

Do

-
    -
  • Projects
  • -
  • Talks
  • -
  • Get Involved
  • -
+
From 0653956a41d8034ccafe2b62cea0c46a9bf8b112 Mon Sep 17 00:00:00 2001 From: CTMartin Date: Sat, 14 Jul 2018 17:14:38 -0400 Subject: [PATCH 6/9] Footer improvements - Dark background - Fixed-width - Improve link names - Update links to HTTPS --- _data/footer/linux_resources.yml | 18 +++--- _data/footer/rit.yml | 14 ++-- _includes/footer.html | 106 ++++++++++++++++--------------- css/styles.css | 5 +- 4 files changed, 74 insertions(+), 69 deletions(-) diff --git a/_data/footer/linux_resources.yml b/_data/footer/linux_resources.yml index 26a58461..f98e3ea8 100644 --- a/_data/footer/linux_resources.yml +++ b/_data/footer/linux_resources.yml @@ -1,14 +1,14 @@ - name: ArchWiki - link: http://wiki.archlinux.org - + link: https://wiki.archlinux.org + - name: Kernel Newbies - link: http://kernelnewbies.org - + link: https://kernelnewbies.org + - name: Linux Subreddit - link: http://reddit.com/r/linux - + link: https://reddit.com/r/linux + - name: DistroWatch - link: http://distrowatch.org + link: https://distrowatch.org -- name: RIT Mirror - link: http://mirrors.rit.edu +- name: RIT Linux Mirror + link: https://mirrors.rit.edu diff --git a/_data/footer/rit.yml b/_data/footer/rit.yml index 3b2468e6..ace9b26a 100644 --- a/_data/footer/rit.yml +++ b/_data/footer/rit.yml @@ -1,8 +1,8 @@ -- name: www.rit.edu - link: http://www.rit.edu - -- name: RIT School of Computing - link: http://www.rit.edu/gccis - -- name: RIT Club Page +- name: University Website + link: https://www.rit.edu + +- name: GCCIS College of Computing + link: https://www.rit.edu/gccis + +- name: CampusGroups link: https://campusgroups.rit.edu/student_community?club_id=16071 diff --git a/_includes/footer.html b/_includes/footer.html index b439c053..4d5c1cb2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,56 +1,58 @@ -