AtlatestRepositorysigil-site
sigil-site / treepackage.sgl
1
;;; Sigil Website2
;;;3
;;; The official website for Sigil, built with Press.4
;;; Pulls documentation from the sigil monorepo at build time.6
(package7
name: "sigil-site"8
version: "0.1.1"9
sigil: "^0.17"10
description: "Official Sigil website"11
url: "https://codeberg.org/sigil/sigil-site"12
license: "BSD-3-Clause"13
authors: (list "David Wilson <[email protected]>")15
entry: '(sigil-site main)17
configs: (list18
(config19
name: 'dev20
output-dir: "build/dev"21
debug?: #t22
optimize: 023
bundle?: #f))25
dependencies: (list26
(from-git url: "codeberg:sigil/press" package: "press" version: "^0.1.4")27
(from-git url: "codeberg:sigil/sigil-web-styles" version: "^0.2.0")28
(from-git url: "codeberg:sigil/sigil-css" version: "^0.9.0")))