summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-27doc: Add identifiers to all chapters and sections.Arun Isaac
2022-12-25git: Find git top level correctly even in bare repositories.Arun Isaac
2022-12-25bin: Replace define* with define.Arun Isaac
2022-12-25web: static: Build website from within temporary clone of repo.Arun Isaac
2022-12-25web: static: Deprecate with-current-directory.Arun Isaac
2022-12-25tissue: Deprecate #:project configuration parameter.Arun Isaac
2022-12-25tissue: Deprecate #:web-css configuration parameter.Arun Isaac
2022-12-25web: static: Introduce functional html engine customizer.Arun Isaac
2022-12-25web: static: Allow customization of engine used in export.Arun Isaac
2022-12-25web: static: Accept reader as a keyword argument.Arun Isaac
2022-12-25web: Do not pass project configuration to theme.Arun Isaac
2022-12-25web: themes: Add functional way to define methods.Arun Isaac
2022-12-25web: dev: Accept thunk to read project configuration.Arun Isaac
2022-12-25web: Implement themes for the search page.Arun Isaac
2022-12-24bin: Pass along entire project configuration object to servers.Arun Isaac
2022-12-24web: Move query string utilities.Arun Isaac
2022-12-24bin: Expose new development web server.Arun Isaac
2022-12-24dev: Implement development web server.Arun Isaac
2022-12-24server: Factor out reusable parts into separate functions.Arun Isaac
2022-11-28web: server: Do not prepend / to URI path.Arun Isaac
2022-11-28web: server: Serve path/index.html if path ends in /.Arun Isaac
2022-10-10tissue: Document #:indexed-documents as a list of <document> objects.Arun Isaac
2022-10-10doc: Add documentation.Arun Isaac
2022-10-10tissue: Introduce define-lazy, an abstraction for lazy functions.Arun Isaac
2022-10-07tissue: Markup docstrings in texinfo syntax.Arun Isaac
2022-09-19guix.scm: Add dependencies.Arun Isaac
2022-09-19guix.scm: Patch shebang in executable script.Arun Isaac
2022-09-19guix.scm: Wrap tissue executable.Arun Isaac
2022-09-19tissue.scm: Add CSS.Arun Isaac
2022-09-19tissue.scm: Copy IBM Plex fonts to built website.Arun Isaac
2022-09-19bin: Print error message and exit on user-error conditions.Arun Isaac
2022-09-19bin: Error out if web-dev subcommand is not given a website directory.Arun Isaac
2022-09-19bin: Define &user-error-condition.Arun Isaac
2022-09-19bin: Separate development and deployment subcommands in listing.Arun Isaac
2022-09-19bin: Clarify that web-dev serves both built website and issues.Arun Isaac
2022-09-19bin: Deprecate tissue index subcommand.Arun Isaac
2022-07-24web: server: Use small caps for document type identifiers.Arun Isaac
2022-07-24web: server: Style document type identifiers without color.Arun Isaac
2022-07-23web: server: Use default font size for search result titles.Arun Isaac
2022-07-23web: server: Remove special line height for search hints.Arun Isaac
2022-07-23bin: Add tissue web-dev subcommand.Arun Isaac
2022-07-23git: Prefer reading checked out files.Arun Isaac
2022-07-23bin: Abstract out REPL listen code.Arun Isaac
2022-07-21bin: Add tissue web-build subcommand.Arun Isaac
2022-07-21web: server: Be unaware of the state directory.Arun Isaac
2022-07-20web: server: Add article 'the' in handler docstring.Arun Isaac
2022-07-20utils: Allow specifying parent of temporary directory.Arun Isaac
2022-07-20bin: Do not print canonical paths when pulling.Arun Isaac
2022-07-20git: Add git-tracked-file? utility.Arun Isaac
2022-07-20web: server: Respond to a static file request with a bytevector.Arun Isaac