chg: [updates] some updates

pull/1/head
Alexandre Dulaunoy 2021-01-30 20:38:57 +01:00
parent 28f1ac50c2
commit 5d466c9ac5
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
15 changed files with 330 additions and 227 deletions

View File

@ -1,81 +1,40 @@
# Jekyll Serif Theme # CyCAT.org website
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
# Installation # Installation
### Installing Ruby & Jekyll ### 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. 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: To run the theme locally, navigate to the theme directory and run:
``` ```
bundle install bundle install
``` ```
To start the Jekyll local development server. To start the Jekyll local development server.
``` ```
bundle exec jekyll serve bundle exec jekyll serve
``` ```
To build the theme. To build the theme.
``` ```
bundle exec jekyll build bundle exec jekyll build
``` ```
# Deployment ### 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
## License ## 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! 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!

View File

@ -1,13 +1,13 @@
baseurl: '' baseurl: ''
exclude: ['README.md'] exclude: ['README.md']
permalink: pretty permalink: pretty
title: 'Jekyll Serif' title: 'CYCAT'
google_analytics_id: "" google_analytics_id: ""
homepage: homepage:
show_call_box: true show_call_box: true
logo: logo:
mobile: "images/logo/logo-mobile.svg" mobile: "images/logo/logo.svg"
desktop: "images/logo/logo.svg" desktop: "images/logo/logo.svg"
desktop_height: "36px" desktop_height: "36px"
footer: footer:

View File

@ -1,3 +1,2 @@
email: 'jekyllserif@example.com' email: 'info@cycat.org'
phone: '1800 123 000'
contact_button_link: 'contact' contact_button_link: 'contact'

View File

@ -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"
}
] ]

View File

@ -1,12 +1,12 @@
[ [
{ {
"name": "Github", "name": "Github",
"link": "https://github.com/zerostaticthemes/jekyll-serif-theme", "link": "https://github.com/CyCat-project",
"image": "images/social/github.svg" "image": "images/social/github.svg"
}, },
{ {
"name": "Twitter", "name": "Twitter",
"link": "https://twitter.com/zerostaticio", "link": "https://twitter.com/CyCat-project",
"image": "images/social/twitter.svg" "image": "images/social/twitter.svg"
} }
] ]

View File

@ -33,10 +33,10 @@ bodyClass: page-team-list
<h2 class="team-name">{{ team.title }}</h2> <h2 class="team-name">{{ team.title }}</h2>
<p class="team-description">{{ team.jobtitle }}</p> <p class="team-description">{{ team.jobtitle }}</p>
{% if team.linkedinurl %} {% if team.linkedinurl %}
<a target="_blank" href="{{ team.linkedinurl }}">LinkedIn</a> <a target="_blank" href="{{ team.linkedinurl }}">Twitter</a>
{% endif %} {% endif %}
</div> </div>
<div class="team-content">{{ team.content | truncate: 120 }}</div> <div class="team-content">{{ team.content }}</div>
</div> </div>
</div> </div>
{% endfor %} {% endfor %}

14
_team/freddy-dezeure.md Normal file
View File

@ -0,0 +1,14 @@
---
title: "Freddy Dezeure"
date: 2018-11-19T10:47:58+10:00
draft: false
image: "images/team/peter-van-eijk-711986-unsplash.jpg"
jobtitle: "Founder"
linkedinurl: "https://twitter.com/FDezeure"
promoted: true
weight: 1
layout: team
---
Freddy founded and managed the EU Computer Emergency and Response Team (CERT-EU) from 2011 until 2017. Presently, he is an independent management consultant, providing strategic advice in cybersecurity and cyber-risk management. He is a Board Member/Advisor in several high-tech companies. He is very active in the cybersecurity community and leads the EU MITRE ATT&CK Community.

View File

@ -1,15 +0,0 @@
---
title: "Peter Van Eijk"
date: 2018-11-19T10:47:58+10:00
draft: false
image: "images/team/peter-van-eijk-711986-unsplash.jpg"
jobtitle: "Director"
linkedinurl: "https://www.linkedin.com/"
promoted: true
weight: 1
layout: team
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

2
build.sh Normal file
View File

@ -0,0 +1,2 @@
bundle exec jekyll build
rsync -v -rz --checksum _site/ circl@cppz.circl.lu:/var/www/cycat.org/

View File

@ -4,13 +4,4 @@ layout: contact
bodyClass: page-contact bodyClass: page-contact
--- ---
Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae crimen habet Priamum nec. CyCAT.org is a virtual team. You can contact us if you want to join us, help us or contribute or share ideas.
| Day | Opening Hours |
| --------- | --------------- |
| Tuesday | 8:30am - 5:00pm |
| Wednesday | 8:30am - 5:00pm |
| Thursday | 8:30am - 5:00pm |
| Friday | 8:30am - 5:00pm |
| Saturday | 10:am - 4:00pm |
| Saturday | Closed |

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 10 KiB

BIN
images/logo/cycat-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

105
images/logo/cycat-logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,12 +1,12 @@
--- ---
title: Jekyll Serif Theme title: CyCAT.org
layout: home layout: home
description: Jekyll Serif contains content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated. description: The Universal Cybersecurity Resource Catalogue
intro_image: "images/illustrations/pointing.svg" intro_image: "images/illustrations/pointing.svg"
intro_image_absolute: true intro_image_absolute: true
intro_image_hide_on_mobile: true intro_image_hide_on_mobile: true
--- ---
# Serif - A Jekyll Business Theme. # CyCAT.org - The Universal Cybersecurity Resource Catalogue
Serif contains content types for a typical business website. The theme is fully responsive, blazing fast and artfully illustrated. CyCAT.org or the Universal Cybersecurity Resource Catalogue aims at mapping and documenting, in a single formalism and catalogue all the community cybersecurity tools, rules, playbooks, processes and controls