https://github.com/darwinkel/darwinkel.net

https://github.com/darwinkel/darwinkel.net

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Darwinkel
  • License: other
  • Language: CSS
  • Default Branch: main
  • Size: 12.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

darwinkel.net

Jekyll source files for https://darwinkel.net and https://laroccidentis.nl.

The web server is configured with some redirects to make sure users land on the right pages for each website. It also has HTTP/3 and Brotli compression enabled.

The websites are pure responsive HTML and CSS, with everything being self-hosted. No external network calls. Structured metadata and semantic tags are used and valid.

Dependencies

  • Ruby
  • Ruby Bundler

Build instructions

  • bundle install
  • bundle update
  • bundle exec jekyll build

Use bundle exec jekyll serve for a development webserver.

Changes from Jekyll Minima

CDN is replaced by self host :)

See assets/* folder and _includes/*.

Image compression

Use cwebp to optimize images for web distribution. Below reduces a 5.5MB photo to 0.5MB.

sh cwebp -q 100 -m 6 -mt -metadata none -resize 1020 0 vines_mid_june.jpg -o vines_mid_june.webp

To convert all jpg files:

sh for f in *.jpg; do cwebp -q 100 -m 6 -mt -metadata none -resize 1020 0 "$f" -o "${f%.jpg}.webp"; done

Owner

  • Name: Patrick
  • Login: Darwinkel
  • Kind: user
  • Location: Groningen, Netherlands
  • Company: @code050 | @rijksuniversiteit-groningen

BSc in Information Science; software engineer

GitHub Events

Total
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 28
  • Public event: 1
  • Pull request event: 2
  • Create event: 2
Last Year
  • Release event: 1
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 28
  • Public event: 1
  • Pull request event: 2
  • Create event: 2

Dependencies

.github/workflows/build-jekyll.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • ruby/setup-ruby v1 composite
Gemfile rubygems
  • jekyll >= 0
  • jekyll-feed >= 0
  • jekyll-seo-tag >= 0
  • minima >= 0
Gemfile.lock rubygems
  • addressable 2.8.7
  • base64 0.3.0
  • bigdecimal 3.2.2
  • bundler 2.4.12
  • colorator 1.1.0
  • concurrent-ruby 1.3.5
  • csv 3.3.5
  • em-websocket 0.5.3
  • eventmachine 1.2.7
  • ffi 1.17.2
  • forwardable-extended 2.6.0
  • google-protobuf 4.31.1
  • http_parser.rb 0.8.0
  • i18n 1.14.7
  • jekyll 4.4.1
  • jekyll-feed 0.17.0
  • jekyll-sass-converter 3.1.0
  • jekyll-seo-tag 2.8.0
  • jekyll-watch 2.2.1
  • json 2.12.2
  • kramdown 2.5.1
  • kramdown-parser-gfm 1.1.0
  • liquid 4.0.4
  • listen 3.9.0
  • mercenary 0.4.0
  • minima 3.0.0.dev
  • pathutil 0.16.2
  • public_suffix 6.0.2
  • rake 13.3.0
  • rb-fsevent 0.11.2
  • rb-inotify 0.11.1
  • rexml 3.4.1
  • rouge 4.5.2
  • safe_yaml 1.0.5
  • sass-embedded 1.89.1
  • terminal-table 3.0.2
  • unicode-display_width 2.6.0
  • webrick 1.9.1