17 lines
561 B
Markdown
17 lines
561 B
Markdown
# Lehrlingsportal external
|
|
|
|
external Lehrlingsportal based on the CRT theme.
|
|
|
|
based on sharadcode's [dark reader theme](https://github.com/sharadcodes/jekyll-theme-dark-reader)
|
|
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
|
|
```
|