scribble:一个用 go 编写的小型静态博客生成器

时间:2024-07-13 03:53:39
【文件属性】:

文件名称:scribble:一个用 go 编写的小型静态博客生成器

文件大小:52KB

文件格式:ZIP

更新时间:2024-07-13 03:53:39

Go

涂 版本:0.4.0 一个用 go 编写的小型静态博客生成器。 涂鸦的核心功能已经完成,并且非常稳定。 但是,在 v1.0 之前可能会有一些错误和一些会改变的东西。 我会警告任何使用 scribble 制作生产级博客的人,但我会鼓励探索代码库并尝试它。 v1.0 将在不久的将来发布,并将完全投入生产。 如果您遇到任何问题或有任何建议,请打开拉取请求:) 安装 先决条件 如果你想让 scribble 为你编译 sass,你必须安装 sassc,它是 sass 库的 C 端口。 您可能需要 。 未来版本的 scribble 可能会放宽此要求,并在您拥有 ruby​​ 实现时回退。 如果您不想使用sass,则不必安装它。 从 scribble v0.4.0 开始,您可以使用或来进行页面和布局。 如果要使用jade,则需要先。 Jade 需要 node,所以如果你没有 node,你也需要。


【文件预览】:
scribble-master
----log()
--------log.go(2KB)
----config()
--------config.go(1KB)
----compile.go(924B)
----LICENSE(1KB)
----test_util()
--------test_util.go(2KB)
----main.go(2KB)
----serve.go(2KB)
----watch.go(4KB)
----test_files()
--------html_templates()
--------sass()
--------jade()
--------posts()
----context()
--------context.go(1011B)
--------func_map.go(637B)
----README.md(17KB)
----util()
--------files_test.go(2KB)
--------front_matter.go(2KB)
--------files.go(4KB)
--------chime.go(711B)
--------recover.go(3KB)
----compilers()
--------sass_compiler.go(4KB)
--------posts_compiler_test.go(4KB)
--------compilers.go(15KB)
--------jade_compiler_test.go(3KB)
--------html_templates_compiler.go(7KB)
--------posts_compiler.go(10KB)
--------sass_compiler_test.go(3KB)
--------jade_compiler.go(5KB)
--------html_templates_compiler_test.go(3KB)

网友评论