index
:
msg.git
main
Minimal (Static) Site Generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
msg.c
(
follow
)
Commit message (
Collapse
)
Author
Age
*
engine: don't handle page source only if a template is being parsed
Raghuram Subramani
2025-08-29
|
*
format: indent to 4 spaces
Raghuram Subramani
2025-08-27
|
*
msg: correct string movement logic
Raghuram Subramani
2025-08-02
|
*
msg: don't ingest markdown
Raghuram Subramani
2025-08-02
|
*
msg: run every 500ms instead of watching for changes
Raghuram Subramani
2025-08-02
|
*
msg,template: free mkd_flags()
Raghuram Subramani
2025-08-02
|
*
msg: ingest md files
Raghuram Subramani
2025-08-02
|
*
msg,template: allow fenced code while converting markdown
Raghuram Subramani
2025-08-02
|
*
msg: correct the buffer length for mkd_string()
Raghuram Subramani
2025-08-01
|
*
util: get_wrapped->unwrap
Raghuram Subramani
2025-08-01
|
*
main: free buffer on sigint
Raghuram Subramani
2025-07-31
|
*
msg: allow markdown files to specify a template
Raghuram Subramani
2025-07-31
|
*
msg: increase LOG_THRESHOLD
Raghuram Subramani
2025-07-31
|
*
msg: add option to increase verbosity
Raghuram Subramani
2025-07-31
|
*
msg: truncate handling log
Raghuram Subramani
2025-07-31
|
*
msg: print generation start time
Raghuram Subramani
2025-07-31
|
*
engine,template: engine_ingest() must return engine_t and template_write() ↵
Raghuram Subramani
2025-07-30
|
|
|
|
must get the template from config
*
template: add template_initialize() and template_clean()
Raghuram Subramani
2025-07-30
|
*
template: template_create() must accept template name
Raghuram Subramani
2025-07-30
|
*
templates: move base.html into subdirectory
Raghuram Subramani
2025-07-30
|
*
msg: remove unnecessary logging
Raghuram Subramani
2025-07-30
|
*
msg: add support for static files that are copied without processing
Raghuram Subramani
2025-07-30
|
|
|
|
|
|
Previously, only files in the assets/ directory would be copied over to dist/. This adds support for the user to define what files they'd like copied over.
*
msg: try to load config early
Raghuram Subramani
2025-07-30
|
*
msg: config.cfg must be in the working directory
Raghuram Subramani
2025-07-30
|
*
msg: get output directory from getopt
Raghuram Subramani
2025-07-30
|
*
main: use getopt() to parse arguments
Raghuram Subramani
2025-07-30
|
*
main: move msg into a separate context, and let main call it
Raghuram Subramani
2025-07-30