文件名称:website:BcnEng社区网站
文件大小:741KB
文件格式:ZIP
更新时间:2024-05-18 02:37:52
HTML
cn 是一个社区,围绕巴塞罗那的软件工程社区而建。 您可以收到邀请加入。 开发者 该存储库托管使用构建静态网站的代码。 要开始并为它的增长做出贡献,您只需要克隆存储库(包括其子模块)并触发docker run命令。 更准确地说,在本地启动服务器的说明是: git clone --recursive git@github.com:bcneng/bcneng.github.io.git cd bcneng.github.io 确保已填充文件夹themes/chunky-poster 。 否则请执行以下操作: git submodule init git submodule update 然后,您可以启动服务器: docker run --rm -it -v "$PWD:/site" -p "1313:1313" alombarte/hugo hugo server -D --bi
【文件预览】:
website-master
----themes()
--------chunky-poster()
----.gitignore(15B)
----README.md(1KB)
----layouts()
--------_default()
--------freelancers()
--------partials()
--------index.html(3KB)
----.gitmodules(126B)
----content()
--------about.md(5KB)
--------freelancers.html(47B)
--------coc.md(6KB)
--------netiquette.md(3KB)
----config.toml(2KB)
----static()
--------css()
--------images()
----data()
--------freelancers.json(4KB)
----netlify.toml(171B)
----archetypes()
--------default.md(84B)