The source of terribletester.com | Learnings of a Terrible Tester
Run the following command to spin the blog locally at http://localhost:4000.
bundle exec jekyll serveTo create a new post, add a file to your _posts directory with the following format:
YEAR-MONTH-DAY-title.mdFor example, the following are examples of valid post filenames:
2018-12-31-new-years-eve-is-awesome.md
2018-09-12-how-to-write-a-blog.mdThe styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node and Gulp installed globally.
Edit /assets/css/ files, which will be compiled to /assets/built/ automatically.
Run the following from the root directory:
npm install
gulpPlease open an issue here on GitHub if you have a suggestion, or other comments.
If you have something to share, why not contribute as an author and write a blog post about it. Please read CONTRIBUTING.md for contribution guidelines.
