Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 868 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 868 Bytes

Pretengineer

A blog located at pretengineer.com.

Run Locally

Install Jekyll, the static site builder:

$ [sudo] gem install jekyll
...

Run the development server:

$ jekyll serve -w
...

By default, the server runs on http://localhost:4000.

Make Changes

Fork the Pretengineer in Github and make your changes. Then, open a descriptive pull request against this repo. All changes are appreciated, no matter how small.

When changes are merged, they will automatically update http://pretengineer.com

If your change is small, I recommend using the edit functinality built into Github. Go to the post or file you wish to edit and press the button. You can make your changes and commit with a message.

Once you've made your changes, when you visit the repository you should see a "Pull Request" button appear.