Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.43 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.43 KB

Local Development and Contributing

Issues and Pull Requests are greatly appreciated.

  1. 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.
  2. Fork this repository.
  3. git clone https://github.com/yourusername/agucomputersociety.github.io.git
  4. Serve the site and watch for markup/sass changes jekyll serve
  5. View your website at http://127.0.0.1:4000/
  6. Commit any changes and push everything to the master branch of your GitHub user repository.
  7. Send a pull request.

Adding a New Blog Post

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

Questions?

You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.

Credits

This website is using Jekyll Now template.