Skip to content

Commit

Permalink
Chose Different Template
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Oct 31, 2024
1 parent e9ce56b commit c7f1e42
Show file tree
Hide file tree
Showing 14 changed files with 123 additions and 323 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'github-pages', group: :jekyll_plugins

gem "webrick", "~> 1.8"

gem "github-pages", group: :jekyll_plugins
gem "jekyll-datapage-generator", "~> 1.4", group: :jekyll_plugins
gem "minimal-mistakes-jekyll", "~> 4.26", group: :jekyll_plugins
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,13 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minimal-mistakes-jekyll (4.26.2)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5)
jekyll-include-cache (~> 0.1)
jekyll-paginate (~> 1.1)
jekyll-sitemap (~> 1.3)
minitest (5.25.1)
net-http (0.4.1)
uri
Expand Down Expand Up @@ -275,6 +282,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-datapage-generator (~> 1.4)
minimal-mistakes-jekyll (~> 4.26)
webrick (~> 1.8)

BUNDLED WITH
Expand Down
21 changes: 18 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
title: EEF CNA
title: Erlang Ecosystem Foundation CNA
description: This project handles the CVE Numbering Authority (CNA) for the Erlang Ecosystem Foundation (EEF).
remote_theme: pages-themes/[email protected]

plugins:
- jekyll-remote-theme
- jekyll-datapage-generator
- jekyll-include-cache

page_gen-dirs: true
page_gen:
- data: cves
Expand All @@ -12,4 +14,17 @@ page_gen:
index_files: false
name_expr: 'record["cveMetadata"]["cveId"]'
title_expr: 'record["containers"]["cna"]["title"] || record["cveMetadata"]["cveId"]'
repository: erlef-cna/website

repository: erlef-cna/website
remote_theme: "mmistakes/[email protected]"
footer:
links:
- label: "Erlang Ecosystem Foundation"
url: "https://erlef.org"
- label: "EEF Security Working Group"
url: "https://erlef.org/wg/security"
- label: "CNA on GitHub"
url: "https://github.com/erlef-cna"
atom_feed:
hide: true
logo: https://raw.githubusercontent.com/erlef-cna/.github/refs/heads/main/profile/assets/erlef-logo-light.svg
9 changes: 9 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
main:
- title: "Issued CVE's"
url: "/cves"
- title: "Security Policy"
url: "/security-policy"
- title: "CNA Scope"
url: "/scope"
- title: "Contact"
url: "/contact"
3 changes: 0 additions & 3 deletions _includes/head-custom.html

This file was deleted.

182 changes: 0 additions & 182 deletions _includes/toc.html

This file was deleted.

Loading

0 comments on commit c7f1e42

Please sign in to comment.