文件名称:makesite
文件大小:12KB
文件格式:ZIP
更新时间:2024-03-09 03:00:26
Go
:link: makesite 通过克隆并满足此存储库中的要求,创建您自己的自定义静态站点生成器(例如或 )! :books: 目录 项目结构 :open_file_folder: makesite ├── README.md ├── first-post.txt ├── latest-post.txt ├── makesite.go └── template.tmpl 入门 访问并创建一个名为makesite的新存储库。 在终端中逐行运行每个命令行以设置项目: $ cd ~ /go/src $ git clone git@github.com:Make-School-Labs/makesite.git $ cd makesite $ git remote rm origin $ git remote add origin git@github.com:YOUR_GITHUB_USERNAME/makesite.git 可交付成果 对于每
【文件预览】:
makesite-master
----go.mod(73B)
----go.sum(181B)
----.vscode()
--------settings.json(31B)
----fourth-post.txt(1KB)
----txt()
--------second-post.txt(520B)
--------third-post.txt(350B)
----LICENSE(1KB)
----template.tmpl(8KB)
----README.md(6KB)
----latest-post.txt(2KB)
----first-post.txt(855B)
----makesite.go(2KB)
----.gitignore(487B)