WSEALUG's homepage

Development

The site uses jekyll, a static site generator. Learn more about jekyll here.

Prerequisites

  1. Ruby 2.3
    • Check your system by typing in ruby -v
    • you may have to install rvm to get it running
  2. bundler gem install bundler

Quick set up

$ git clone git@github.com:wsealug/wsealug.github.io.git
$ cd wsealug.github.io
$ bundle install
$ bundle exec jekyll serve

Now browse to http://localhost:4000

Contributing

  1. Fork the repo
  2. Make your changes
  3. Make a pull request

Adding a blog entry

  • create a new file in the _posts directory using the format YYYY-MM-DD-title.md (see other files in directory for examples of the header)
  • Write the entry in markdown
  • If you're developing using jekyll serve, your post should be available locally immediately. If using gh-pages, it should be live once the changes are pushed to gh-pages branch on github

Development Resources

WSEALUG Resoutces

TODO

  • Move social media links under logo
  • Finish Pages
    • News
    • Events
    • Past Presentations
    • About
  • Make the mascot svg
  • adjust styling and get opinion on design
  • discuss content(adding/removing/copy fixes) with other members
  • sneak in a seaslug on the site

LATER

  • Linux Resources page
  • Bio for organizers