From 1c2c6708822f9c29784a9a5848105c67ee399f31 Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Thu, 27 Aug 2020 16:23:31 +1000 Subject: [PATCH] update readme --- README.md | 13 + _config.yml | 5 +- _sass/components/_call.scss | 5 + .../jekyll_serif_theme_netlify_app.html | 7573 +++++++++++++++++ lighthouse/lighthouse_accessibility.svg | 1 + lighthouse/lighthouse_best-practices.svg | 1 + lighthouse/lighthouse_performance.svg | 1 + lighthouse/lighthouse_pwa.svg | 1 + lighthouse/lighthouse_seo.svg | 1 + 9 files changed, 7599 insertions(+), 2 deletions(-) create mode 100644 lighthouse/jekyll_serif_theme_netlify_app.html create mode 100644 lighthouse/lighthouse_accessibility.svg create mode 100644 lighthouse/lighthouse_best-practices.svg create mode 100644 lighthouse/lighthouse_performance.svg create mode 100644 lighthouse/lighthouse_pwa.svg create mode 100644 lighthouse/lighthouse_seo.svg diff --git a/README.md b/README.md index e2c7ac7..d89f141 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ Serif is a modern business theme for Jekyll. It contains multiple content types - Robust example content included - Royalty free illustrations included +[![Lighthouse Accessibility Badge](https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/lighthouse/lighthouse_accessibility.svg)] +[![Lighthouse Best Practices Badge](https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/lighthouse/lighthouse_best-practices.svg)] +[![Lighthouse Performance Badge](https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/lighthouse/lighthouse_performance.svg)] +[![Lighthouse PWA Badge](https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/lighthouse/lighthouse_pwa.svg)] +[![Lighthouse SEO Badge](https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/lighthouse/lighthouse_seo.svg)] + # Installation ### Installing Ruby & Jekyll @@ -58,6 +64,13 @@ This theme contains a `netlify.toml` and has been tested to work with Netlify. [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/zerostaticthemes/jekyll-serif-theme) +## Github Pages +This theme has been tested to work with Github Pages (and Github Project Pages) + +If you are using this theme with Github Pages and you are using a Github Project Page then **your site will be hosted in a subfolder** you will need to update the `baseurl` in the `_config.yml` otherwise all the css, images and paths will be broken. + +For example the site https://zerostaticthemes.github.io/jekyll-serif-theme would have `baseurl: "/jekyll-serif-theme"` + ## Credits diff --git a/_config.yml b/_config.yml index 17f3302..f2cd540 100755 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -baseurl: '/jekyll-serif-theme' +baseurl: '' exclude: ['README.md'] permalink: pretty title: 'Jekyll Serif' @@ -14,9 +14,10 @@ footer: copyright_text: 'Free Jekyll theme by www.zerostatic.io' seo: + meta_og_title: "Jekyll Serif Theme" meta_og_type: "website" meta_og_url: "https://jekyll-serif-theme.netlify.app" - meta_og_image: "https://raw.githubusercontent.com/JugglerX/jekyll-serif-theme/master/images/tn.png" + meta_og_image: "https://raw.githubusercontent.com/zerostaticthemes/jekyll-serif-theme/master/screenshots/tn.png" meta_og_description: "Jekyll Serif is a modern business theme for Hugo. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated." meta_twitter_card: "summary" meta_twitter_site: "@zerostaticio" diff --git a/_sass/components/_call.scss b/_sass/components/_call.scss index e941f95..160a3b5 100644 --- a/_sass/components/_call.scss +++ b/_sass/components/_call.scss @@ -37,6 +37,11 @@ .call-phone { margin-bottom: 5px; } + .call-email { + a { + color: $black; + } + } strong { font-weight: bold; } diff --git a/lighthouse/jekyll_serif_theme_netlify_app.html b/lighthouse/jekyll_serif_theme_netlify_app.html new file mode 100644 index 0000000..961a543 --- /dev/null +++ b/lighthouse/jekyll_serif_theme_netlify_app.html @@ -0,0 +1,7573 @@ + + + + + + + + Lighthouse Report + + + + + + +
+ +
+ + + + + + + diff --git a/lighthouse/lighthouse_accessibility.svg b/lighthouse/lighthouse_accessibility.svg new file mode 100644 index 0000000..f869c8d --- /dev/null +++ b/lighthouse/lighthouse_accessibility.svg @@ -0,0 +1 @@ +lighthouse accessibility: 100%lighthouse accessibility100% \ No newline at end of file diff --git a/lighthouse/lighthouse_best-practices.svg b/lighthouse/lighthouse_best-practices.svg new file mode 100644 index 0000000..1ce633f --- /dev/null +++ b/lighthouse/lighthouse_best-practices.svg @@ -0,0 +1 @@ +lighthouse best-practices: 93%lighthouse best-practices93% \ No newline at end of file diff --git a/lighthouse/lighthouse_performance.svg b/lighthouse/lighthouse_performance.svg new file mode 100644 index 0000000..f75c3cf --- /dev/null +++ b/lighthouse/lighthouse_performance.svg @@ -0,0 +1 @@ +lighthouse performance: 97%lighthouse performance97% \ No newline at end of file diff --git a/lighthouse/lighthouse_pwa.svg b/lighthouse/lighthouse_pwa.svg new file mode 100644 index 0000000..03993ae --- /dev/null +++ b/lighthouse/lighthouse_pwa.svg @@ -0,0 +1 @@ +lighthouse pwa: 50%lighthouse pwa50% \ No newline at end of file diff --git a/lighthouse/lighthouse_seo.svg b/lighthouse/lighthouse_seo.svg new file mode 100644 index 0000000..7dd27da --- /dev/null +++ b/lighthouse/lighthouse_seo.svg @@ -0,0 +1 @@ +lighthouse seo: 96%lighthouse seo96% \ No newline at end of file