From ad2f788d90e90b734dab978ff58f4a65e3f1fdcc Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 20:33:31 +0200 Subject: Fixed links in notes --- content/notes/dcss-on-4k-display.md | 28 ---------------------------- content/notes/dcss-on-4k-displays.md | 28 ++++++++++++++++++++++++++++ themes/simple/layouts/_default/notes.html | 2 +- themes/simple/layouts/tags/list.html | 4 ++-- 4 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 content/notes/dcss-on-4k-display.md create mode 100644 content/notes/dcss-on-4k-displays.md diff --git a/content/notes/dcss-on-4k-display.md b/content/notes/dcss-on-4k-display.md deleted file mode 100644 index d7ab8e2..0000000 --- a/content/notes/dcss-on-4k-display.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Make DCSS playable on 4k Display" -url: dcss-on-4k-display.html -date: 2023-05-27T19:35:11+02:00 -type: notes -draft: false -tags: [dcss] ---- - -Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it -is barely readable. This is how I made it playable. - -Make a file `~/.crawlrc` with the following content: - -```ini -# Adjust the sizes to your liking. - -tile_font_crt_size = 24 -tile_font_stat_size = 24 -tile_font_msg_size = 24 -tile_font_tip_size = 24 -tile_font_lbl_size = 24 -tile_sidebar_pixels = 64 -``` - -To zoom in and out in viewport, press `Ctrl+` and `Ctrl-` respectively. - -All the options are documented in the [Dungeon Crawl Stone Soup Options Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt) file. diff --git a/content/notes/dcss-on-4k-displays.md b/content/notes/dcss-on-4k-displays.md new file mode 100644 index 0000000..e3c6618 --- /dev/null +++ b/content/notes/dcss-on-4k-displays.md @@ -0,0 +1,28 @@ +--- +title: "Make DCSS playable on 4k displays" +url: dcss-on-4k-display.html +date: 2023-05-27T19:35:11+02:00 +type: notes +draft: false +tags: [dcss] +--- + +Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it +is barely readable. This is how I made it playable. + +Make a file `~/.crawlrc` with the following content: + +```ini +# Adjust the sizes to your liking. + +tile_font_crt_size = 32 +tile_font_stat_size = 32 +tile_font_msg_size = 32 +tile_font_tip_size = 32 +tile_font_lbl_size = 32 +tile_sidebar_pixels = 64 +``` + +To zoom in and out in viewport, press `Ctrl+` and `Ctrl-` respectively. + +All the possible options are documented in the [Dungeon Crawl Stone Soup Options Guide](https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt) file. diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html index 3474be6..27ac958 100644 --- a/themes/simple/layouts/_default/notes.html +++ b/themes/simple/layouts/_default/notes.html @@ -41,7 +41,7 @@ {{ range (where .Site.RegularPages "Section" "notes") }}
- +

{{.Title}}

diff --git a/themes/simple/layouts/tags/list.html b/themes/simple/layouts/tags/list.html index 3aa801b..23706b1 100644 --- a/themes/simple/layouts/tags/list.html +++ b/themes/simple/layouts/tags/list.html @@ -31,7 +31,7 @@ {{ range .Pages }}