opencleveland / opencleveland.github.io

Open Cleveland's website - Derived from https://github.com/sfbrigade/sfbrigade.github.io
https://opencleveland.org
12 stars 5 forks source link

OpenCleveland.Github.io

The website for the Open Cleveland Brigade

Forked from Code for San Franciso Repo (Website)

Blogging Instructions

If you are tasked with writing posts for the site blog, follow these instructions:

What you'll need:

To create a new post:

There are various controls for formatting text, links and creating images:

To add an image:

Blog details

Tech

Built using Jekyll, Bootstrap, and the CfAPI.

Contributing

Submitting an Issue

We use GitHub Issues to track bugs and features. We've included several of our open GitHub Issues right on our homepage using the Civic Tech Issue Finder.

Running the Site Locally on Your Computer

To run the site locally on your own computer (most helpful for previewing your own changes), you will need Jekyll installed (click here for Jekyll installation instructions.)

Fork and clone the repository, then run the following command in the root directory of the repo:

jekyll serve

or

jekyll serve --watch which will watch for changes to files.

Your computer should now be serving your local copy of the site at:

http://0.0.0.0:4000.

Submitting a Pull Request

  1. Fork the project.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Commit and push your changes.
  5. Submit a pull request.