updated lockfile, added 2 icons, added 2 entries to the page

This commit is contained in:
2023-09-11 10:37:00 +02:00
parent 7d32701e9c
commit a119b7e847
6 changed files with 64 additions and 45 deletions

View File

@@ -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
```