| -rw-r--r-- | .gitignore | 3L |
| -rw-r--r-- | COPYING | 15L |
| -rw-r--r-- | Dockerfile | 20L |
| -rw-r--r-- | Makefile | 19L |
| -rw-r--r-- | README.md | 45L |
| -rw-r--r-- | examples/00_simple/Fes.toml | 5L |
| -rw-r--r-- | examples/00_simple/README.md | 5L |
| -rw-r--r-- | examples/00_simple/www/index.lua | 1L |
| -rw-r--r-- | examples/01_hello/Fes.toml | 5L |
| -rw-r--r-- | examples/01_hello/README.md | 4L |
| -rw-r--r-- | examples/01_hello/www/index.lua | 8L |
| -rw-r--r-- | examples/02_default/Fes.toml | 5L |
| -rw-r--r-- | examples/02_default/README.md | 33L |
| -rw-r--r-- | examples/02_default/www/index.lua | 8L |
| -rw-r--r-- | examples/03_error/Fes.toml | 5L |
| -rw-r--r-- | examples/03_error/README.md | 6L |
| -rw-r--r-- | examples/03_error/www/index.lua | 10L |
| -rw-r--r-- | examples/04_markdown/Fes.toml | 5L |
| -rw-r--r-- | examples/04_markdown/README.md | 3L |
| -rw-r--r-- | examples/04_markdown/www/index.md | 3L |
| -rw-r--r-- | examples/05_best/Fes.toml | 5L |
| -rw-r--r-- | examples/05_best/README.md | 23L |
| -rw-r--r-- | examples/05_best/include/footer.lua | 13L |
| -rw-r--r-- | examples/05_best/include/header.lua | 7L |
| -rw-r--r-- | examples/05_best/static/favicon.ico | 1406B |
| -rw-r--r-- | examples/05_best/www/index.lua | 20L |
| -rw-r--r-- | examples/06_archive/Fes.toml | 5L |
| -rw-r--r-- | examples/06_archive/README.md | 4L |
| -rw-r--r-- | examples/06_archive/archive/facts/seals/seals.txt | 22L |
| -rw-r--r-- | examples/06_archive/archive/seal.png | 1861167B |
| -rw-r--r-- | examples/06_archive/www/index.lua | 10L |
| -rw-r--r-- | examples/07_extentions/Fes.toml | 5L |
| -rw-r--r-- | examples/07_extentions/README.md | 33L |
| -rw-r--r-- | examples/07_extentions/www/index.lua | 12L |
| -rw-r--r-- | go.mod | 17L |
| -rw-r--r-- | go.sum | 20L |
| -rw-r--r-- | index.html | 634L |
| -rw-r--r-- | lib/dkjson.lua | 816L |
| -rw-r--r-- | lib/fes.lua | 375L |
| -rw-r--r-- | lib/site.lua | 27L |
| -rw-r--r-- | lib/std.lua | 195L |
| -rw-r--r-- | lib/symbol.lua | 75L |
| -rw-r--r-- | lib/util.lua | 35L |
| -rw-r--r-- | main.go | 121L |
| -rw-r--r-- | modules/config/config.go | 24L |
| -rw-r--r-- | modules/doc/doc.go | 23L |
| -rw-r--r-- | modules/new/new.go | 130L |
| -rw-r--r-- | modules/server/server.go | 486L |
| -rw-r--r-- | modules/server/util.go | 45L |
| -rw-r--r-- | modules/ui/ui.go | 117L |
| -rw-r--r-- | modules/version/version.go | 26L |