Fix missing timestamp
Add in dlei.
Simplify work page.
memex is a small project for building a minimal wiki for myself. it is written primarily in Nim.
the memex itself can be seen here
nimble
& nim
compiler, and a C compilermusl
build: musl-gcc
, upx
, strip
,memex watch
: fswatch
memex downscale
: ImageMagick
(7.0.10)The binary comes in at a few megabytes, however, if you want a small binary you can use musl to get a static, portable binary size - just over 300kb.
# use nimble for a simple build
nimble build memex
# use musl for an optimized build
nim musl -d:useimagemagick=false -d:pcre src/memex.nim