adding nyxt and zola base

This commit is contained in:
Chris Cochrun 2023-07-03 09:19:49 -05:00
parent f7c0143e18
commit 240df1fa41
17 changed files with 8481 additions and 337 deletions

View file

@ -0,0 +1,10 @@
(in-package #:nyxt-user)
(define-configuration nx-dark-reader:dark-reader-mode
((nxdr:brightness 80)
(nxdr:contrast 80)
(nxdr:text-color "white")))
;; Add dark-reader to default modes
;; (define-configuration web-buffer
;; ((default-modes `(nxdr:dark-reader-mode ,@%slot-value%))))