forked from lix-project/lix-website
config: update syntax highlighting
This commit is contained in:
parent
73fccad36a
commit
8752eb050e
12
TODO.md
12
TODO.md
|
@ -3,6 +3,7 @@ TODO List
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|
||||||
|
- Fix the favicon
|
||||||
- Fix the TODO FIXME section of install / existing installs.
|
- Fix the TODO FIXME section of install / existing installs.
|
||||||
- Fix the TODO FIXME section of add-to-config / non-flake.
|
- Fix the TODO FIXME section of add-to-config / non-flake.
|
||||||
- Figure out what to replace the location section with.
|
- 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.
|
- Figure out any legalese we need on the main page.
|
||||||
- Add social media icons below lix for mastodon/github/etc.
|
- Add social media icons below lix for mastodon/github/etc.
|
||||||
- Figure out where "usability" should link to.
|
- Figure out where "usability" should link to.
|
||||||
- Link "/contributing" to... maybe the wiki?
|
|
||||||
|
|
||||||
## Pages
|
## Pages
|
||||||
|
|
||||||
- Create the `/resources` page, with resources for learning Nix.
|
- Create the `/resources` page, with resources for learning Nix.
|
||||||
- Create the /team page and include CoI declarations.
|
- 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 a /community page linking to matrix.
|
||||||
- Create /roadmap.
|
- Link "/contributing" to... maybe the wiki?
|
||||||
- Create /infrastructure.
|
|
||||||
|
- Figure out where to link the "Docs" link to, and uncomment it.
|
||||||
|
|
||||||
## Graphics
|
## Graphics
|
||||||
|
|
||||||
|
@ -31,4 +31,8 @@ TODO List
|
||||||
|
|
||||||
# Wishlist
|
# 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.
|
- Screenshots (incl. maybe of Xil) showing ergonomics enhancements in the /about page.
|
||||||
|
- Create /roadmap.
|
||||||
|
- Create /infrastructure.
|
||||||
|
|
|
@ -55,7 +55,7 @@ menus:
|
||||||
weight: 5
|
weight: 5
|
||||||
|
|
||||||
- name: "Wiki"
|
- name: "Wiki"
|
||||||
url: "https://wiki.lix.systems"
|
url: "https://wiki.lix.systems/books"
|
||||||
weight: 6
|
weight: 6
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
|
@ -98,3 +98,6 @@ markup:
|
||||||
goldmark:
|
goldmark:
|
||||||
renderer:
|
renderer:
|
||||||
unsafe: true
|
unsafe: true
|
||||||
|
|
||||||
|
highlight:
|
||||||
|
style: manni
|
||||||
|
|
Loading…
Reference in a new issue