/AugustMiniMeeting

:triangular_ruler: A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.

Primary LanguageCSSMIT LicenseMIT

Minimal Mistakes Jekyll Theme

GitHub release GitHub license

This website is constructed from a port of the Minimal Mistakes Jekyll theme.

✨ Minimal Mistakes is now available as a Ruby gem. Consult the Quick-Start Guide and this blog post to learn how to upgrade.

Site Architecture

  • pages go in _pages as .md files.
  • to edit menu at top right of page, edit _data/navigation.yml
  • to add/edit images, see assets/images/
  • to make lots of other changes, see top level _config.yml file

Command Reminders!

  • remember that jekyll install only works under bash shell (and is currently only installed on laptop.

  • all following commands need to be run in the local directory with the web files, which has previously been set up as an archive that will post to kevincovey.github.io/augustMiniMeeting

  • bundle exec jekyll serve

  • git add .

  • git commit -m "[enter message here]"

  • git push


Credits

Implementer

Kevin Covey

Creator

Michael Rose

Icons + Demo Images:

Other:


License

The MIT License (MIT)

Copyright (c) 2017 Michael Rose

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.