From 8752eb050e04f855711a55691033ee8a40ac23a0 Mon Sep 17 00:00:00 2001 From: Kate Temkin Date: Sat, 27 Apr 2024 21:24:34 -0600 Subject: [PATCH] config: update syntax highlighting --- TODO.md | 12 ++++++++---- config.yaml | 5 ++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 66de10ee..0b2940bb 100644 --- a/TODO.md +++ b/TODO.md @@ -3,6 +3,7 @@ TODO List ## Misc +- Fix the favicon - Fix the TODO FIXME section of install / existing installs. - Fix the TODO FIXME section of add-to-config / non-flake. - Figure out what to replace the location section with. @@ -10,16 +11,15 @@ TODO List - Figure out any legalese we need on the main page. - Add social media icons below lix for mastodon/github/etc. - Figure out where "usability" should link to. -- Link "/contributing" to... maybe the wiki? ## Pages - Create the `/resources` page, with resources for learning Nix. - Create the /team page and include CoI declarations. -- Figure out where to link the "Docs" link to. - Create a /community page linking to matrix. -- Create /roadmap. -- Create /infrastructure. +- Link "/contributing" to... maybe the wiki? + +- Figure out where to link the "Docs" link to, and uncomment it. ## Graphics @@ -31,4 +31,8 @@ TODO List # Wishlist +- Fix the way CSS makes the page look on narrower monitors +- Fix the CSS vertical alignment on webkit mobile - Screenshots (incl. maybe of Xil) showing ergonomics enhancements in the /about page. +- Create /roadmap. +- Create /infrastructure. diff --git a/config.yaml b/config.yaml index 3b2072c1..6e60dc39 100644 --- a/config.yaml +++ b/config.yaml @@ -55,7 +55,7 @@ menus: weight: 5 - name: "Wiki" - url: "https://wiki.lix.systems" + url: "https://wiki.lix.systems/books" weight: 6 buttons: @@ -98,3 +98,6 @@ markup: goldmark: renderer: unsafe: true + + highlight: + style: manni