From a119b7e84731bdd4883fa93b69c50353ac7344fe Mon Sep 17 00:00:00 2001 From: Neko Date: Mon, 11 Sep 2023 10:37:00 +0200 Subject: [PATCH] updated lockfile, added 2 icons, added 2 entries to the page --- Gemfile.lock | 92 ++++++++++++++++++++----------------- README.md | 7 +++ _data/nav.yml | 8 +++- assets/images/MSMAI011.PNG | Bin 0 -> 248 bytes assets/images/WINFI001.PNG | Bin 0 -> 218 bytes compile.sh | 2 +- 6 files changed, 64 insertions(+), 45 deletions(-) create mode 100755 assets/images/MSMAI011.PNG create mode 100755 assets/images/WINFI001.PNG diff --git a/Gemfile.lock b/Gemfile.lock index 3b964be..98178b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,82 +1,88 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.2.1) + activesupport (7.0.8) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.5) - em-websocket (0.5.1) + concurrent-ruby (1.2.2) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.11.3) + ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) - html-pipeline (2.12.3) + google-protobuf (3.24.3) + html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) - http_parser.rb (0.6.0) - i18n (1.7.0) + http_parser.rb (0.8.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.0.0) + jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (>= 0.9.5, < 2) - jekyll-sass-converter (~> 2.0) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.1) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.3.3) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 1.8) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-paginate (1.1.0) - jekyll-sass-converter (2.0.1) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) jekyll-watch (2.2.1) listen (~> 3.0) jemoji (0.11.1) gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (2.1.0) + kramdown (2.4.0) + rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.2.1) + liquid (4.0.4) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.3.6) - mini_portile2 (2.4.0) - minitest (5.13.0) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) + mercenary (0.4.0) + mini_portile2 (2.8.4) + minitest (5.20.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.2) - rb-fsevent (0.10.3) + public_suffix (5.0.3) + racc (1.7.1) + rake (13.0.6) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rouge (3.14.0) + rexml (3.2.6) + rouge (4.1.3) safe_yaml (1.0.5) - sassc (2.2.1) - ffi (~> 1.9) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - tzinfo (1.2.6) - thread_safe (~> 0.1) - unicode-display_width (1.6.0) - zeitwerk (2.2.2) + sass-embedded (1.66.1) + google-protobuf (~> 3.23) + rake (>= 13.0.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unicode-display_width (2.4.2) + webrick (1.8.1) PLATFORMS ruby diff --git a/README.md b/README.md index 511d6bc..5935b66 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ based on sharadcode's [dark reader theme](https://github.com/sharadcodes/jekyll- font from [int10h.org](https://int10h.org/oldschool-pc-fonts/fontlist/#pc6300) crt effect by [alec lownes](http://aleclownes.com/2017/02/01/crt-display.html) +# Common issues +Since this repo is not commonly in use, the lockfile needs to be updated once in a while. Otherwise you might run into errors when trying to install the bundle. + +```sh +bundle lock --update +bundle install +``` diff --git a/_data/nav.yml b/_data/nav.yml index 6ef3ec0..c2a3747 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -3,7 +3,7 @@ list: url: http://service.bfi-kaernten.at/LVS/login.aspx img: "/assets/images/SCHDP001.PNG" - title: "Webmail" - url: http://webmail.itlabs.at/ + url: https://outlook.office.com/ img: "/assets/images/PROGM023.PNG" - title: "Hedgedoc" url: https://hedgedoc.itlabs.at/euG-i3V9T12SKXVREOEDlA# @@ -11,6 +11,12 @@ list: - title: "Wiki" url: https://wiki.itlabs.at/ img: "/assets/images/WINTU008.PNG" + - title: "Documents" + url: https://data.koneko.at/s/LyrGDqjRYKnEfXd + img: "/assets/images/WINFI001.PNG" + - title: "Abgaben" + url: https://data.koneko.at/s/XiHfmKfgPibbm3z + img: "/assets/images/MSMAI011.PNG" - title: "Moodle" url: http://moodle.bfi-kaernten.at/ img: "/assets/images/PROGM004.PNG" diff --git a/assets/images/MSMAI011.PNG b/assets/images/MSMAI011.PNG new file mode 100755 index 0000000000000000000000000000000000000000..51d49aef2c6d229cced7ad9ff8ffdda366c06485 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyq5(c3u0R?H8XAD8;lP0d|3QG^ z?`D%opeSQWkY6x^!?PP{K+Z%@7srr_TS*J_Bv>1qPG+o{{neRk~c?{LUj*D0NSNW);`4!1m;{Deo9 z%pcR4y%`I*WHREyANbU4R&Qy4Xs`Hwf(`e)-nlg^Ia4iUuBdh|e^}76eIfVPOCQZX lWF7vIxZ1${!O!y8Kg>GJ94$;6LZ5&<;OXk;vd$@?2>=JAURMAB literal 0 HcmV?d00001 diff --git a/assets/images/WINFI001.PNG b/assets/images/WINFI001.PNG new file mode 100755 index 0000000000000000000000000000000000000000..a13148ee1974aadea37784b4ec1b88cf7b58f6eb GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJg`O^sAr*{orw4K!P~dT{F6n=E z){2XRN&ALLmk9I0^*2AHS*v$f1$8-QzK;$4c$J0afoMLj!U3H=mVh?5LIa1c220U| z9D#2#cD@JXdc0bE4u~Aw-+W-p&;8E@qB%P(-v1F`G(TX-wC|iiL}YhqBS(T7V~xz^ za}Ia@7z+fy)hpn;>pFSEzwHMCA9|j6#q`6gukVo{o37t((dBi=J@&=RSH6EMm$XRb Q9MG{0p00i_>zopr0E*vJ8vp