文件名称:staticsite:简单的静态网站生成器
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-16 16:05:20
Go
该项目是一个静态站点生成器。 该项目正在开发中。 功能可以随时更改。 没有文档。 ===注释=== 对于页面,URL路径是使用以下规则从文件路径计算得出的: prefix / index.html-> prefix / prefix / name.index.html->前缀/名称 prefix / name.html->前缀/名称/ 操作<%set page =“ path”%>会覆盖上面的映射,但不会更改用于页面查询的路径。
【文件预览】:
staticsite-master
----serve()
--------serve.go(5KB)
----common()
--------action()
--------common.go(847B)
----go.mod(255B)
----main.go(2KB)
----go.sum(4KB)
----site()
--------testdata()
--------page.go(5KB)
--------site.go(4KB)
--------html()
--------scratch()
--------walk.go(3KB)
--------funcs.go(8KB)
--------template()
--------walk_test.go(1KB)
--------resource.go(2KB)
--------funcs_test.go(5KB)
----LICENSE(1KB)
----README.md(455B)
----s3()
--------s3.go(8KB)
----check()
--------check.go(1KB)