Readme: add line breaks after 80 chars

This commit is contained in:
teutat3s 2022-10-20 16:17:19 +02:00
parent 08448b0358
commit ad66864491
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -2,13 +2,15 @@
This is the repository containing the code for https://pub.solar. This is the repository containing the code for https://pub.solar.
It is built using [lume](https://lume.land/) with JSX. To get started, make sure you're loading all dependencies via `direnv`: It is built using [lume](https://lume.land/) with JSX. To get started, make sure
you're loading all dependencies via `direnv`:
``` ```
$ direnv allow $ direnv allow
``` ```
This will use nix shell to create an environment that has deno and lume available. This will use nix shell to create an environment that has deno and lume
available.
To get a live development server, run To get a live development server, run
@ -16,8 +18,12 @@ To get a live development server, run
$ deno task serve $ deno task serve
``` ```
Unfortunately, hot module reloading is currently broken for JSX modules, so you'll need to restart this process regularly during development. Unfortunately, hot module reloading is currently broken for JSX modules, so
you'll need to restart this process regularly during development.
## Updating Open Sans ## Updating Open Sans
To update the font files and CSS, run `google-font-downloader $FONT_CSS_URL`. As "documentation" `shell.nix` shows the internals, and `_includes/styles/typography.css` has a comment at the top that shows which command was used to generate it. To update the font files and CSS, run `google-font-downloader $FONT_CSS_URL`.
As "documentation" `shell.nix` shows the internals, and
`_includes/styles/typography.css` has a comment at the top that shows which
command was used to generate it.