Go to file
TakeV 95c2843175
Add a useful links section to the readme
2024-01-21 18:07:22 -05:00
doc Set up hall 2023-12-08 10:25:58 -05:00
guile-docs Add get payload for path method 2024-01-04 16:42:15 -05:00
public Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
scripts Immedately launch web server 2024-01-04 16:41:15 -05:00
.dir-locals.el Add dir locals and add haunt dependency 2023-12-12 23:45:07 -05:00
.gitignore Set up hall 2023-12-08 10:25:58 -05:00
COPYING Set up hall 2023-12-08 10:25:58 -05:00
HACKING Set up hall 2023-12-08 10:25:58 -05:00
README Set up hall 2023-12-08 10:25:58 -05:00
README.org Add a useful links section to the readme 2024-01-21 18:07:22 -05:00
guile-docs.scm Move webserver code to (guile-docs server webserver) 2023-12-13 12:20:25 -05:00
guix.scm Reorg guix.scm to define the package explicitly 2023-12-13 09:31:32 -05:00
hall.scm Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
manifest.scm Remove guix from the manifest.scm file 2024-01-21 18:06:46 -05:00

README

# -*- mode: org; coding: utf-8; -*-

#+TITLE: README for Guile Guile-Docs

Like janetdocs or clojuredocs, but for guile!

* Developing
** Guix
Either run src_bash{scripts/launch-dev-shell} or run src_bash{guix shell -Df guix.scm -m manifest.scm} to get a developer environment.

manifest.scm is intended for dev tools related programs.
* Resources
** Useful Links
- https://systemreboot.net/post/live-hacking-a-guile-web-server