Issues and Pull Requests are greatly appreciated.
- Install Jekyll and plug-ins in one fell swoop.
gem install github-pages
This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc. - Fork this repository.
git clone https://github.com/yourusername/agucomputersociety.github.io.git
- Serve the site and watch for markup/sass changes
jekyll serve
- View your website at http://127.0.0.1:4000/
- Commit any changes and push everything to the master branch of your GitHub user repository.
- Send a pull request.
Add a new file with the following format /_posts/{Year}-{Month}-{Day}-{Post Name}.md
to add a new blog post. This Markdown Cheatsheet might come in handy.
You can also add posts in the browser on GitHub.com too! Just hit the + icon in /_posts/
to create new content. Just make sure to include the front-matter block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md
You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.
This website is using Jekyll Now template.