Tags: pedrolucasp/hidrocor
Tags
hidrocor 0.0.2
This release uses go's embed directive to bundle together the layouts.
It also allow the user to define which bind address it'll use via the
--bind flag
Pedro Lucas Porcellis (2):
all: embed templates into binary
all: make bind address configurable
hidrocor 0.0.1
This is the first hidrocor release. It can serve a folder containing
some markdown files and it'll display nicely on mobile devices and has
dark-mode support.
Pedro Lucas Porcellis (22):
all: initial commit
all: bring in basic libraries we'll need it
all: ignore bin
all: flesh out serving wikis
markdown: add context
wiki: add lookup wiki functionallity
all: rename module
all: fix makefile to deal with new file structure
all: add --wiki flag, add document struct and rig up middleware
markdown: delete middleware
layout: add a decent base template
wiki: set a default file for looking up and generate proper errors
all: rig up looking up file, piping to goldmark, populate and displaying document
layout: add dark-mode and subtle changes on colors
document: extract metadata from document and use it
all: document --wiki parameter
all: document meta parsing
all: drop html hardwrapping
layout: give some more space yo
contrib: add a systemd sample service unit
all: remove unused commands/variables from makefile
all: annotate some TODOs and print something when starting server