diff --git a/Dockerfile b/Dockerfile index 5e58cd3..008bcbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM openresty/openresty:1.27.1.2-0-bookworm-buildpack WORKDIR /opt/app RUN apt-get update && apt-get install -y python3-pygments pandoc lua-inotify -RUN opm get DevonStrawn/lua-resty-route RUN luarocks install sitegen RUN luarocks install inotify INOTIFY_INCDIR=/usr/include/x86_64-linux-gnu/ diff --git a/about.html b/about.html deleted file mode 100644 index ff407a0..0000000 --- a/about.html +++ /dev/null @@ -1,5 +0,0 @@ -$some[[
$one and then $two
]] - -$if{ true, target = 'World' }[[ Hello $target! ]], [[ Hi $target! ]] - -$each{ { thing = "bye" }, { thing = "hello" } }[[$thing]] diff --git a/command.moon b/command.moon deleted file mode 100644 index 44d6827..0000000 --- a/command.moon +++ /dev/null @@ -1,69 +0,0 @@ --- ========================================================================= --- capture output of a system command --- ========================================================================= --- handle = io.popen "ls" --- result = handle\read("*a") --- print result --- handle\close! - --- ========================================================================= --- how changing the config in the Site class works --- ========================================================================= --- f = class Site, config: { "one" } -- simulate `f = require "sitegen.site"` --- f.config = { "two" } - --- simulate `n = require "sitegen.site"` --- n = f -- because it has already been required, it returns the existing `f` --- n! - --- { v } = n.config --- print v - --- ========================================================================= --- markdown link pseudo-protocols --- ========================================================================= --- [what-is-this](class:asdf) --- --- [reference link][blah] --- --- [blah]: