10 Commits

Author SHA1 Message Date
61458015a6 chore: add .mise.toml and explicit csv/logger dependencies
Ruby 3.4+ removed csv and logger from default gems, requiring
them as explicit dependencies. Also add .mise.toml to pin Ruby 3
for the project.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 14:21:20 +00:00
53871d7a82 fix(icons): ensure unique fontawesome css URLs for each version 2024-12-01 16:58:16 +00:00
219c5ed998 feat(links): replace twitter with bluesky 2024-12-01 16:52:49 +00:00
b8646ed434 feat(links): update link to mastodon account 2024-05-12 20:20:23 +01:00
446c867722 fix(link): remove defunct onclick event on email link 2024-05-12 20:19:50 +01:00
712aaf0b09 chore(deps): upgrade all dependencies with bundle update 2024-05-12 20:19:22 +01:00
61a37e4ef7 feat(links): add mastodon account 2022-11-15 11:55:00 +00:00
e358cb06eb chore: add makefile 2022-11-15 11:54:37 +00:00
9edd3b81a5 feat(css): upgrade fontawsome to v6, and self-host it 2022-11-15 11:53:56 +00:00
c260b133a9 chore(deps): upgrade all gem dependencies 2022-11-15 11:50:52 +00:00
25 changed files with 263 additions and 168 deletions

2
.mise.toml Normal file
View File

@@ -0,0 +1,2 @@
[tools]
ruby = "3"

View File

@@ -2,9 +2,12 @@
source 'https://rubygems.org/' source 'https://rubygems.org/'
gem 'csv'
gem 'github-pages' gem 'github-pages'
gem 'logger'
group :development do group :development do
gem 'rake' gem 'rake'
gem 'rubocop' gem 'rubocop'
gem 'webrick'
end end

View File

@@ -1,128 +1,141 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (6.0.2.1) activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) connection_pool (>= 2.2.5)
minitest (~> 5.1) drb
tzinfo (~> 1.1) i18n (>= 1.6, < 2)
zeitwerk (~> 2.2) minitest (>= 5.1)
addressable (2.7.0) mutex_m
public_suffix (>= 2.0.2, < 5.0) tzinfo (~> 2.0)
ast (2.4.0) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.11.1) coffee-script-source (1.12.2)
colorator (1.1.0) colorator (1.1.0)
commonmarker (0.17.13) commonmarker (0.23.10)
ruby-enum (~> 0.5) concurrent-ruby (1.2.3)
concurrent-ruby (1.1.6) connection_pool (2.4.1)
dnsruby (1.61.3) csv (3.3.5)
addressable (~> 2.5) dnsruby (1.72.1)
em-websocket (0.5.1) simpleidn (~> 0.2.1)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0)
ethon (0.12.0) ethon (0.16.0)
ffi (>= 1.3.0) ffi (>= 1.15.0)
eventmachine (1.2.7) eventmachine (1.2.7)
execjs (2.7.0) execjs (2.9.1)
faraday (1.0.0) faraday (2.9.0)
multipart-post (>= 1.2, < 3) faraday-net_http (>= 2.0, < 3.2)
ffi (1.12.2) faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (3.0.1) gemoji (4.1.0)
github-pages (204) github-pages (231)
github-pages-health-check (= 1.16.1) github-pages-health-check (= 1.18.2)
jekyll (= 3.8.5) jekyll (= 3.9.5)
jekyll-avatar (= 0.7.0) jekyll-avatar (= 0.8.0)
jekyll-coffeescript (= 1.1.1) jekyll-coffeescript (= 1.2.2)
jekyll-commonmark-ghpages (= 0.1.6) jekyll-commonmark-ghpages (= 0.4.0)
jekyll-default-layout (= 0.1.4) jekyll-default-layout (= 0.1.5)
jekyll-feed (= 0.13.0) jekyll-feed (= 0.17.0)
jekyll-gist (= 1.5.0) jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.13.0) jekyll-github-metadata (= 2.16.1)
jekyll-mentions (= 1.5.1) jekyll-include-cache (= 0.2.1)
jekyll-mentions (= 1.6.0)
jekyll-optional-front-matter (= 0.3.2) jekyll-optional-front-matter (= 0.3.2)
jekyll-paginate (= 1.1.0) jekyll-paginate (= 1.1.0)
jekyll-readme-index (= 0.3.0) jekyll-readme-index (= 0.3.0)
jekyll-redirect-from (= 0.15.0) jekyll-redirect-from (= 0.16.0)
jekyll-relative-links (= 0.6.1) jekyll-relative-links (= 0.6.1)
jekyll-remote-theme (= 0.4.1) jekyll-remote-theme (= 0.4.3)
jekyll-sass-converter (= 1.5.2) jekyll-sass-converter (= 1.5.2)
jekyll-seo-tag (= 2.6.1) jekyll-seo-tag (= 2.8.0)
jekyll-sitemap (= 1.4.0) jekyll-sitemap (= 1.4.0)
jekyll-swiss (= 1.0.0) jekyll-swiss (= 1.0.0)
jekyll-theme-architect (= 0.1.1) jekyll-theme-architect (= 0.2.0)
jekyll-theme-cayman (= 0.1.1) jekyll-theme-cayman (= 0.2.0)
jekyll-theme-dinky (= 0.1.1) jekyll-theme-dinky (= 0.2.0)
jekyll-theme-hacker (= 0.1.1) jekyll-theme-hacker (= 0.2.0)
jekyll-theme-leap-day (= 0.1.1) jekyll-theme-leap-day (= 0.2.0)
jekyll-theme-merlot (= 0.1.1) jekyll-theme-merlot (= 0.2.0)
jekyll-theme-midnight (= 0.1.1) jekyll-theme-midnight (= 0.2.0)
jekyll-theme-minimal (= 0.1.1) jekyll-theme-minimal (= 0.2.0)
jekyll-theme-modernist (= 0.1.1) jekyll-theme-modernist (= 0.2.0)
jekyll-theme-primer (= 0.5.4) jekyll-theme-primer (= 0.6.0)
jekyll-theme-slate (= 0.1.1) jekyll-theme-slate (= 0.2.0)
jekyll-theme-tactile (= 0.1.1) jekyll-theme-tactile (= 0.2.0)
jekyll-theme-time-machine (= 0.1.1) jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3) jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.11.1) jemoji (= 0.13.0)
kramdown (= 1.17.0) kramdown (= 2.4.0)
liquid (= 4.0.3) kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.4)
mercenary (~> 0.3) mercenary (~> 0.3)
minima (= 2.5.1) minima (= 2.5.1)
nokogiri (>= 1.10.4, < 2.0) nokogiri (>= 1.13.6, < 2.0)
rouge (= 3.13.0) rouge (= 3.30.0)
terminal-table (~> 1.4) terminal-table (~> 1.4)
github-pages-health-check (1.16.1) github-pages-health-check (1.18.2)
addressable (~> 2.3) addressable (~> 2.3)
dnsruby (~> 1.60) dnsruby (~> 1.60)
octokit (~> 4.0) octokit (>= 4, < 8)
public_suffix (~> 3.0) public_suffix (>= 3.0, < 6.0)
typhoeus (~> 1.3) typhoeus (~> 1.3)
html-pipeline (2.12.3) html-pipeline (2.14.3)
activesupport (>= 2) activesupport (>= 2)
nokogiri (>= 1.4) nokogiri (>= 1.4)
http_parser.rb (0.6.0) http_parser.rb (0.8.0)
i18n (0.9.5) i18n (1.14.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4) jekyll (3.9.5)
jekyll (3.8.5)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
i18n (~> 0.7) i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0) jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0) jekyll-watch (~> 2.0)
kramdown (~> 1.14) kramdown (>= 1.17, < 3)
liquid (~> 4.0) liquid (~> 4.0)
mercenary (~> 0.3.3) mercenary (~> 0.3.3)
pathutil (~> 0.9) pathutil (~> 0.9)
rouge (>= 1.7, < 4) rouge (>= 1.7, < 4)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
jekyll-avatar (0.7.0) jekyll-avatar (0.8.0)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
jekyll-coffeescript (1.1.1) jekyll-coffeescript (1.2.2)
coffee-script (~> 2.2) coffee-script (~> 2.2)
coffee-script-source (~> 1.11.1) coffee-script-source (~> 1.12)
jekyll-commonmark (1.3.1) jekyll-commonmark (1.4.0)
commonmarker (~> 0.14) commonmarker (~> 0.22)
jekyll (>= 3.7, < 5.0) jekyll-commonmark-ghpages (0.4.0)
jekyll-commonmark-ghpages (0.1.6) commonmarker (~> 0.23.7)
commonmarker (~> 0.17.6) jekyll (~> 3.9.0)
jekyll-commonmark (~> 1.2) jekyll-commonmark (~> 1.4.0)
rouge (>= 2.0, < 4.0) rouge (>= 2.0, < 5.0)
jekyll-default-layout (0.1.4) jekyll-default-layout (0.1.5)
jekyll (~> 3.0) jekyll (>= 3.0, < 5.0)
jekyll-feed (0.13.0) jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0) jekyll-gist (1.5.0)
octokit (~> 4.2) octokit (~> 4.2)
jekyll-github-metadata (2.13.0) jekyll-github-metadata (2.16.1)
jekyll (>= 3.4, < 5.0) jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0) octokit (>= 4, < 7, != 4.4.0)
jekyll-mentions (1.5.1) jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3) html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-optional-front-matter (0.3.2) jekyll-optional-front-matter (0.3.2)
@@ -130,138 +143,161 @@ GEM
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-readme-index (0.3.0) jekyll-readme-index (0.3.0)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.15.0) jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.3, < 5.0)
jekyll-relative-links (0.6.1) jekyll-relative-links (0.6.1)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.3, < 5.0)
jekyll-remote-theme (0.4.1) jekyll-remote-theme (0.4.3)
addressable (~> 2.0) addressable (~> 2.0)
jekyll (>= 3.5, < 5.0) jekyll (>= 3.5, < 5.0)
rubyzip (>= 1.3.0) jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (1.5.2) jekyll-sass-converter (1.5.2)
sass (~> 3.4) sass (~> 3.4)
jekyll-seo-tag (2.6.1) jekyll-seo-tag (2.8.0)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0) jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-swiss (1.0.0) jekyll-swiss (1.0.0)
jekyll-theme-architect (0.1.1) jekyll-theme-architect (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-cayman (0.1.1) jekyll-theme-cayman (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-dinky (0.1.1) jekyll-theme-dinky (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-hacker (0.1.1) jekyll-theme-hacker (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-leap-day (0.1.1) jekyll-theme-leap-day (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-merlot (0.1.1) jekyll-theme-merlot (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-midnight (0.1.1) jekyll-theme-midnight (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-minimal (0.1.1) jekyll-theme-minimal (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-modernist (0.1.1) jekyll-theme-modernist (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-primer (0.5.4) jekyll-theme-primer (0.6.0)
jekyll (> 3.5, < 5.0) jekyll (> 3.5, < 5.0)
jekyll-github-metadata (~> 2.9) jekyll-github-metadata (~> 2.9)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-slate (0.1.1) jekyll-theme-slate (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-tactile (0.1.1) jekyll-theme-tactile (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-theme-time-machine (0.1.1) jekyll-theme-time-machine (0.2.0)
jekyll (~> 3.5) jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0) jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3) jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0) jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
jemoji (0.11.1) jemoji (0.13.0)
gemoji (~> 3.0) gemoji (>= 3, < 5)
html-pipeline (~> 2.2) html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
kramdown (1.17.0) json (2.7.2)
liquid (4.0.3) kramdown (2.4.0)
listen (3.2.1) rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.3.6) mercenary (0.3.6)
mini_portile2 (2.4.0) mini_portile2 (2.8.6)
minima (2.5.1) minima (2.5.1)
jekyll (>= 3.5, < 5.0) jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9) jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.14.0) minitest (5.22.3)
multipart-post (2.1.1) mutex_m (0.2.0)
nokogiri (1.10.8) net-http (0.4.1)
mini_portile2 (~> 2.4.0) uri
octokit (4.16.0) nokogiri (1.16.4)
faraday (>= 0.9) mini_portile2 (~> 2.8.2)
sawyer (~> 0.8.0, >= 0.5.3) racc (~> 1.4)
parallel (1.19.1) octokit (4.25.1)
parser (2.7.0.2) faraday (>= 1, < 3)
ast (~> 2.4.0) sawyer (~> 0.9)
parallel (1.24.0)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (3.1.1) public_suffix (5.0.5)
rainbow (3.0.0) racc (1.7.3)
rake (13.0.1) rainbow (3.1.1)
rb-fsevent (0.10.3) rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.2.4) regexp_parser (2.9.1)
rouge (3.13.0) rexml (3.2.6)
rubocop (0.80.0) rouge (3.30.0)
jaro_winkler (~> 1.5.1) rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.7.0.1) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
rexml regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7) unicode-display_width (>= 2.4.0, < 3.0)
ruby-enum (0.7.2) rubocop-ast (1.31.3)
i18n parser (>= 3.3.1.0)
ruby-progressbar (1.10.1) ruby-progressbar (1.13.0)
rubyzip (2.2.0) rubyzip (2.3.2)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sass (3.7.4) sass (3.7.4)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2) sawyer (0.9.2)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (> 0.8, < 2.0) faraday (>= 0.17.3, < 3)
terminal-table (1.8.0) simpleidn (0.2.2)
unicode-display_width (~> 1.1, >= 1.1.1) unf (~> 0.1.4)
thread_safe (0.3.6) terminal-table (1.6.0)
typhoeus (1.3.1) typhoeus (1.4.1)
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (1.2.6) tzinfo (2.0.6)
thread_safe (~> 0.1) concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1) unf (0.1.4)
zeitwerk (2.2.2) unf_ext
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
uri (0.13.0)
webrick (1.8.1)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
csv
github-pages github-pages
logger
rake rake
rubocop rubocop
webrick
BUNDLED WITH BUNDLED WITH
2.1.4 2.5.10

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
.PHONY: serve
serve:
bundle exec jekyll serve --incremental

View File

@@ -13,8 +13,10 @@ permalink: /:title/
social: social:
name: Jim Myhrberg name: Jim Myhrberg
links: links:
- https://twitter.com/jimeh
- https://github.com/jimeh - https://github.com/jimeh
- https://bsky.app/profile/jimeh.me
- https://mastodon.social/@jimeh
- https://twitter.com/jimeh
- https://jimeh.io/ - https://jimeh.io/
- http://www.linkedin.com/in/jimeh - http://www.linkedin.com/in/jimeh
- http://www.last.fm/user/jimeh - http://www.last.fm/user/jimeh
@@ -32,39 +34,44 @@ email:
links: links:
- name: github - name: github
url: https://github.com/jimeh url: https://github.com/jimeh
class: fab fa-github class: fa-brands fa-github
- name: twitter - name: bluesky
url: https://twitter.com/jimeh url: https://bsky.app/profile/jimeh.me
class: fab fa-twitter class: fa-brands fa-bluesky
- name: mastodon
url: "https://mastodon.social/@jimeh"
class: fa-brands fa-mastodon
rel: me
- name: blog - name: blog
url: https://jimeh.io/ url: https://jimeh.io/
class: far fa-newspaper class: fa-solid fa-newspaper
- name: linkedin - name: linkedin
url: https://www.linkedin.com/in/jimeh url: https://www.linkedin.com/in/jimeh
class: fab fa-linkedin-in class: fa-brands fa-linkedin
- name: last.fm - name: last.fm
url: https://www.last.fm/user/jimeh url: https://www.last.fm/user/jimeh
class: fab fa-lastfm class: fa-brands fa-square-lastfm
- name: flickr - name: flickr
url: https://flickr.com/photos/jimeh url: https://flickr.com/photos/jimeh
class: fab fa-flickr class: fa-brands fa-flickr
- name: vcard - name: vcard
id: vcard id: vcard
type: download type: download
url: https://assets.jimeh.me/jim-myhrberg.vcf url: https://assets.jimeh.me/jim-myhrberg.vcf
class: far fa-address-card class: fa-solid fa-address-card
- name: cv (pdf) - name: cv (pdf)
id: resume id: resume
type: download type: download
url: https://jimeh.me/cv url: https://jimeh.me/cv
class: fas fa-file-alt class: fa-solid fa-file-pdf
# additional stuff # additional stuff
exclude: exclude:
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- Rakefile - Makefile
- README.md - README.md
- Rakefile
plugins: plugins:
- jekyll-sitemap - jekyll-sitemap

View File

@@ -10,8 +10,10 @@
<link rel="shortcut icon" href="/favicon.ico?{{ site.time | date: '%s%N' }}" /> <link rel="shortcut icon" href="/favicon.ico?{{ site.time | date: '%s%N' }}" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png?{{ site.time | date: '%s%N' }}" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png?{{ site.time | date: '%s%N' }}" />
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
<script src="https://kit.fontawesome.com/dc60666aeb.js" crossorigin="anonymous"></script> <link href="/vendor/fa-6.7.1/css/fontawesome.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}"> <link href="/vendor/fa-6.7.1/css/brands.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
<link href="/vendor/fa-6.7.1/css/solid.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
<link rel="stylesheet" href="{{ " /css/main.css" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
</head> </head>
<body> <body>
{{ content }} {{ content }}

6
fa/css/brands.min.css vendored Normal file

File diff suppressed because one or more lines are too long

9
fa/css/fontawesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

6
fa/css/solid.min.css vendored Normal file
View File

@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -12,10 +12,10 @@ layout: default
</span> </span>
<div class="site-links"> <div class="site-links">
<script type="text/javascript"> <script type="text/javascript">
document.write("<n uers=\"{{ site.email.href }}\" bapyvpx=\"_tnd\056chfu(['_genpxRirag', 'yvaxGb', 'rznvy', guvf\056uers]);\"><v pynff=\"sn sn-rairybcr\"><\057v><fcna pynff=\"yvax-grkg\">{{ site.email.title }}<\057fcna><\057n>".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);})); document.write("<n uers=\"{{ site.email.href }}\"><v pynff=\"sn-fbyvq sn-rairybcr\"><\057v><fcna pynff=\"yvax-grkg\">{{ site.email.title }}<\057fcna><\057n>".replace(/[a-zA-Z]/g, function (c) { return String.fromCharCode((c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26); }));
</script> </script>
{% for item in site.links %} {% for item in site.links %}
<a href="{{ item.url }}"><i class="{{ item.class }}"></i><span class="link-text">{{ item.name }}</span></a>{% endfor %} <a href="{{ item.url }}"{% if item.rel %} rel="{{ item.rel }}"{% endif %}><i class="{{ item.class }}"></i><span class="link-text">{{ item.name }}</span></a>{% endfor %}
</div> </div>
</span> </span>
</div> </div>

6
vendor/fa-6.7.1/css/brands.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
vendor/fa-6.7.1/css/solid.min.css vendored Normal file
View File

@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.