AnnArborRUserGroup / AnnArborRUserGroup.github.io

https://annarborrusergroup.github.io/
3 stars 1 forks source link
github-page jekyll r

Readme

This is the readme for the Ann Arbor R User Group webpage repository.

The site is built using Jekyll and hosted using GitHub Pages.

Jekyll is a static site generator. It takes raw text files (e.g. Markdown), applies a template elements (e.g. custom CSS), and returns a ready-to-publish website. Getting started with Jekyll is easy, see the quick-start guide.

Directory structure

The basic directory structure is described in the Jekyll documentation.

Markdown files (either .md or .markdown) in the top level directory are added to the sidebar automatically.

Since this site isn't a blog per se, the _posts directory contains the Markdown files for the "News" on the index page.

Contributing

We welcome contributions from anyone. Since the code is on GitHub (hint: you're already here) you've got access to everything you need to make changes.

Create an issue

If you find a bug in the site (and you don’t know how to fix it) or have an idea for a new feature.

Pull request

If you’re able to patch the bug or add the feature yourself – fantastic, make a pull request with the code!

Additionally if there is content you'd like to see here (e.g. a dedicated page for X) the best thing to do is submit the content as a pull request.

Pull request pro tips

Try to follow these pro tips from the GitHub Pages guide: