Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC for website #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions accepted/website.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- Start Date: 2019-11-16
- RFC PR:

# Summary

Build a PhRUG website. Use GitHub pages for minimum cost and friction.
If someone acquires or renews pinoyrb.org, we can point it to the Github pages URL.

# Motivation

We want a "check out this URL to get the latest community news and activities" url.
It'll be a lot easier to attract new members if we have this.
Over time, and especially if we regularly publish community activities on this site,
this will have better SEO than our other online presence platforms (meetup.com,
Google Groups, Facebook page).

# Details

We need 1 or more people to run the site and regularly update it with:
- meetup announcements
- meetup synopsis, pictures, and links to YouTube recordings

We'll use Github Pages and phrug.github.io so that we do not have to pay for domain registration.

# Drawbacks

Maintaining the static site takes a bit more work than using a CMS.

# Alternatives

Use the meetup page: https://www.meetup.com/ruby-phil/ - not free but sponsored by Aelogica
Use the google groups page: https://groups.google.com/forum/#!forum/ruby-phil
Use the Facebook page: https://web.facebook.com/phrug

# Unresolved questions

Should we use Jekyll, Middleman, or hand-crafted HTML and CSS?
Which theme should we use?