diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..164ae16 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018 Robert Austin + +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. diff --git a/README.md b/README.md index 6d00654..befa523 100755 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ # Jekyll Serif Theme + +Serif is a beautiful small business theme for Jekyll. It contains content types for the archetypical small business website. The theme is fully responsive, blazing fast and artfully illustrated. + +[Live Demo](https://jekyll-serif-theme.netlify.com/) + +![Hugo Serif Theme screenshot](https://github.com/JugglerX/jekyll-serif-theme/blob/master/screenshots/screenshot-with-border.png) + +## Theme features + +- Services (Collection) +- Team (Collection) +- Testimonials (Collection) +- Features (Data) +- SCSS +- Responsive design +- Bootstrap 4 grid and media queries only +- Responsive menu +- 100/100 Google Lighthouse speed score +- Under 30KB without images or 80KB with images and illustrations ⚡ +- Robust example content included +- Royalty free illustrations included + +## Deployment + +To run the theme locally, navigate to the theme directory and run `bundle install` to install the dependencies, then run `jekyll serve` or `bundle exec jekyll serve` to start the Jekyll server. + +I would recommend checking the [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website. \ No newline at end of file diff --git a/screenshots/screenshot-with-border.png b/screenshots/screenshot-with-border.png new file mode 100644 index 0000000..602b3a5 Binary files /dev/null and b/screenshots/screenshot-with-border.png differ diff --git a/screenshots/screenshot.png b/screenshots/screenshot.png new file mode 100644 index 0000000..38e7caa Binary files /dev/null and b/screenshots/screenshot.png differ diff --git a/screenshots/tn.png b/screenshots/tn.png new file mode 100644 index 0000000..5239c9b Binary files /dev/null and b/screenshots/tn.png differ