diff --git a/README.md b/README.md index d8e1607..da677a3 100755 --- a/README.md +++ b/README.md @@ -1,81 +1,40 @@ -# Jekyll Serif Theme - -Serif is a modern business theme for Jekyll. It contains multiple content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated. - -[Live Demo](https://jekyll-serif.netlify.app/) | -[Zerostatic Themes](https://www.zerostatic.io) - -![Jekyll Serif Theme screenshot](https://www.zerostatic.io/theme/jekyll-serif/jekyll-serif-screenshot.png) - -## Theme features - -- Jekyll 4.1 -- Services (Collection) -- Team (Collection) -- Features (Data) -- SCSS -- Responsive design -- Bootstrap 4.3 grid and media queries only -- Responsive menu -- 100/100 Google Lighthouse speed score -- 100/100 Google Lighthouse seo score -- 100/100 Google Lighthouse accessibility score -- 100/100 Google Lighthouse best practices score -- Under 50KB without images or 80KB with images and illustrations ⚡ -- Under 20KB without Google fonts ⚡⚡⚡ -- Robust example content included -- Royalty free illustrations included -- Netlify & Github Pages ready +# CyCAT.org website # Installation ### Installing Ruby & Jekyll - + If this is your first time using Jekyll, please follow the [Jekyll docs](https://jekyllrb.com/docs/installation/) and make sure your local environment (including Ruby) is setup correctly. -### Installing Theme +### Installing website -Download or clone the theme. +Download or clone the website. To run the theme locally, navigate to the theme directory and run: ``` bundle install -``` +``` To start the Jekyll local development server. ``` bundle exec jekyll serve -``` +``` To build the theme. - + ``` bundle exec jekyll build ``` -# Deployment - -## Netlify - -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 - -- Beautiful royalty free Illustrations by Icons8 - https://icons8.com/illustrations/style--pixeltrue +### Deployment ## License +The website is based on [Jekyll-serif](https://jekyll-serif.netlify.app/)). + This theme is open source under the MIT license. If you fork or copy this theme you must leave me as the original author in the LICENSE file (on line 3 where I am listed as the author). Really, I just don't want people copying this theme and then saying it's their theme, because I put a lot of work into my themes, thanks! + + diff --git a/_config.yml b/_config.yml index 5f144d9..f0e9f91 100755 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1,13 @@ baseurl: '' exclude: ['README.md'] permalink: pretty -title: 'Jekyll Serif' +title: 'CYCAT' google_analytics_id: "" homepage: show_call_box: true logo: - mobile: "images/logo/logo-mobile.svg" + mobile: "images/logo/logo.svg" desktop: "images/logo/logo.svg" desktop_height: "36px" footer: diff --git a/_data/contact.yml b/_data/contact.yml index 6740b1e..f7ecfe5 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -1,3 +1,2 @@ -email: 'jekyllserif@example.com' -phone: '1800 123 000' +email: 'info@cycat.org' contact_button_link: 'contact' diff --git a/_data/features.json b/_data/features.json index 6a0dd09..0d4f101 100644 --- a/_data/features.json +++ b/_data/features.json @@ -1,17 +1,2 @@ [ - { - "title": "Free Consultation", - "description": "New clients receive an obligation free consultation.", - "image": "images/features/noun_branding_1885335.svg" - }, - { - "title": "Certified Accountants", - "description": "All members of our team are certified accountants.", - "image": "images/features/noun_The Process_1885341.svg" - }, - { - "title": "Tax Compliance", - "description": "We stay up to date on the latest changes to the tax code.", - "image": "images/features/noun_3d modeling_1885342.svg" - } ] diff --git a/_data/social.json b/_data/social.json index 1d3d224..c6065a9 100644 --- a/_data/social.json +++ b/_data/social.json @@ -1,12 +1,12 @@ [ { "name": "Github", - "link": "https://github.com/zerostaticthemes/jekyll-serif-theme", + "link": "https://github.com/CyCat-project", "image": "images/social/github.svg" }, { "name": "Twitter", - "link": "https://twitter.com/zerostaticio", + "link": "https://twitter.com/CyCat-project", "image": "images/social/twitter.svg" } ] diff --git a/_layouts/teams.html b/_layouts/teams.html index bf5db55..0fe5100 100644 --- a/_layouts/teams.html +++ b/_layouts/teams.html @@ -33,10 +33,10 @@ bodyClass: page-team-list
{{ team.jobtitle }}
{% if team.linkedinurl %} - LinkedIn + Twitter {% endif %} -