le cool de update
This commit is contained in:
2
TODO
2
TODO
@@ -1,4 +1,4 @@
|
|||||||
Make this static ( cannot find core.std everywhere )
|
Make this static ( cannot find core.std everywhere )
|
||||||
Add hotreloading
|
Add hotreloading
|
||||||
Add an interval element
|
Add an interval element
|
||||||
Improve the CSS
|
Compare bin version to Fes.toml
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ function M.site_builder(header, footer)
|
|||||||
title = site_config.title or "Document",
|
title = site_config.title or "Document",
|
||||||
copyright = site_config.copyright or "© The Copyright Holder",
|
copyright = site_config.copyright or "© The Copyright Holder",
|
||||||
header = header or [[
|
header = header or [[
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|||||||
@@ -206,4 +206,8 @@ function M.table(headers, rows)
|
|||||||
return html
|
return html
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function M.copyright()
|
||||||
|
return "©"
|
||||||
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ local fes = require("fes")
|
|||||||
local site = fes.site_builder()
|
local site = fes.site_builder()
|
||||||
|
|
||||||
site.title = "Fes Documentation"
|
site.title = "Fes Documentation"
|
||||||
|
site.copyright = fes.std.copyright() .. " " .. fes.std.external("https://git.vxserver.dev/fSD", "fSD")
|
||||||
|
|
||||||
site:h1("Fes Documentation")
|
site:h1("Fes Documentation")
|
||||||
site:note([[
|
site:note([[
|
||||||
|
|||||||
Reference in New Issue
Block a user