Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.27 KB

File metadata and controls

38 lines (25 loc) · 2.27 KB

How to update the site for nashvillewomenprogrammers.com

This is a fork of the Minimal Mistakes Jekyll theme.

If you're a member of our github organization, you can clone and edit the site on our github page. If you aren't a member, you can fork the project from there and then edit it.

  1. Run bundle install to make sure you have all the necessary dependencies installed.
  2. Fork this site from our github page, then clone your fork of the site.
  3. Once you've downloaded the project, swap out the comments on lines 5 and 6 of _config.yml.
  4. Then, run jekyll serve --watch in the project directory.
  5. The site will now be visible locally at localhost:4000.
  6. Make your edits and then commit to github (making sure not to commit your changes to lines 5 and 6 of config.yml).
  7. Make a pull request on github.com, and we'll integrate your changes.

Minimal Mistakes Theme

Minimal Mistakes is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog.

Minimal Mistakes is all about:

  • Responsive templates. Looking good on mobile, tablet, and desktop.
  • Gracefully degrading in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
  • Minimal embellishments -- content first.
  • Optional large feature images for posts and pages.
  • Simple and clear permalink structure.
  • Custom 404 page to get you started.
  • Support for Disqus Comments

screenshot of Minimal Mistakes theme

See a live version of Minimal Mistakes hosted on GitHub.

Getting Started

Minimal Mistakes takes advantage of Sass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.

To learn how to install and use this theme check out the Setup Guide for more information.