diff --git a/Gemfile b/Gemfile index 1faa661d..8d2d446d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' ruby "~> 3.3" -gem 'jekyll', '~> 3.10.0' +gem 'jekyll', '~> 4.4' # liquid former stdlibs gem 'base64' @@ -16,7 +16,6 @@ group :jekyll_plugins do gem 'jekyll-redirect-from' gem 'jekyll-relative-links' gem 'jekyll-titles-from-headings' - gem 'kramdown-parser-gfm' end group :development, :test do diff --git a/_ci/fingerprints.sh b/_ci/fingerprints.sh index 5edbeb40..b75a09e2 100755 --- a/_ci/fingerprints.sh +++ b/_ci/fingerprints.sh @@ -20,6 +20,4 @@ for data in "${files[@]}"; do echo "$id: $(md5sum "_site/$file" | cut -c1-8)" >> $fingerprints done -sed -i'' "s/fingerprints = '[^']*'/fingerprints = '$(grep -vF . $fingerprints | tr '\n' ',' | sed 's/,$//')'/" _includes/v.html - git add $fingerprints _includes/v.html diff --git a/_config.yml b/_config.yml index 72febf96..f68e94a2 100755 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,6 @@ include: exclude: - CNAME - - Gemfile - LICENCE - LICENCE-CODE - README.md @@ -29,7 +28,6 @@ exclude: - package.json - staticman.yml - vendor - - node_modules plugins: - jekyll-github-metadata diff --git a/_data/fingerprints.yml b/_data/fingerprints.yml index 1d24f20a..babffd1f 100644 --- a/_data/fingerprints.yml +++ b/_data/fingerprints.yml @@ -3,4 +3,4 @@ icons: 715715b9 maths: 5414f235 scripts: 5220ed99 search: b74b56ab -style: 1fcbb8ed +style: 45dfbcc2 diff --git a/_data/global/navigation.yml b/_data/global/navigation.yml deleted file mode 120000 index 41a95ac4..00000000 --- a/_data/global/navigation.yml +++ /dev/null @@ -1 +0,0 @@ -../../_includes/navigation.yml \ No newline at end of file diff --git a/_data/global/navigation.yml b/_data/global/navigation.yml new file mode 100644 index 00000000..66282d24 --- /dev/null +++ b/_data/global/navigation.yml @@ -0,0 +1,12 @@ + - title: Home + url: / + - title: CV + url: /cv/ + - title: Contact + url: /contact/ + - title: Blog + url: /blog/ + - title: Interests + url: /interests/ + - title: Projects + url: /projects/ diff --git a/_data/global/social.yml b/_data/global/social.yml deleted file mode 120000 index 38f3ef14..00000000 --- a/_data/global/social.yml +++ /dev/null @@ -1 +0,0 @@ -../../_includes/social.yml \ No newline at end of file diff --git a/_data/global/social.yml b/_data/global/social.yml new file mode 100644 index 00000000..d305dcdd --- /dev/null +++ b/_data/global/social.yml @@ -0,0 +1,13 @@ +pgp: 2A57 C8E4 6506 FABA +keybase: cmbuckley +hackerone: cmbuckley +github: cmbuckley +linkedin: cmbuckley +email: chris@cmbuckley.co.uk +x: _cmbuckley +facebook: cmbuckley +fbid: 61201039 +instagram: c.m.buckley +amazon: https://bux.re/amzn +mastodon: cmbuckley@mastodon.social +bsky: cmbuckley.co.uk diff --git a/_includes/header.html b/_includes/header.html index 8e6a36a7..5a0c22fe 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,30 +7,12 @@