NEON FSU: Coding Support Group

A repository for archiving and sharing code related to the FSU Coding Support Group and FSU activities

View the Project on GitHub cflagg/codingSupportGroup:gh-pages

View TOS/AOS Lesson Development cflagg/codingSupportGroup/OSIS_lessons

Welcome to the codingSupportGroup GitHub Pages.

This is the GitHub Page for the CodingSupportGroup. This is a place to upload and share code, figures, etc. through a web browser. You can upload .md and .Rmd files to this repository by checking out the "gh-pages" branch like so:


$ cd codingSupportGroup
$ git checkout gh-pages

Your folder structure will change between the gh-pages and master branch since they are not identical at the moment (but worry not, anything you have done on the master branch will still be safe). To upload an HTML page knit an .md or .Rmd file to HTML, add and commit the file to anywhere in this repository, then add the corresponding link to this HTML page (name: "index.html"). See how the 'test_md' or 'Cool Maps' hyperlinks are formatted to add a link directly to this page; the weburl address mirrors the repo's folder structure.


If you have not updated your repo in a while but have modified some files, run the following git commands (remember, PULL before you push):


$ git add --all
$ git commit -a -m "my message"
$ git pull
$ git push

Designer Templates

We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.

Rather Drive Stick?

If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

Authors and Contributors

You can @mention a GitHub username to generate a link to their profile. The resulting <a> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.

Support or Contact

Having trouble with Pages? Check out the documentation at https://help.github.com/pages or contact support@github.com and we’ll help you sort it out.