使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
lytedev
/
site.lyte.dev
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fix readme and add analytics script
master
Daniel Flanagan
4 个月前
父节点
6d235f306c
当前提交
c3e797d412
签署人::
lytedev
GPG 密钥 ID:
5B2020A0F9921EF4
共有
2 个文件被更改
,包括
12 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+11
-1
readme.md
+1
-0
themes/lyte/layouts/_default/baseof.html
+ 11
- 1
readme.md
查看文件
@ -23,7 +23,17 @@ You can view the site at [http://localhost:1313](http://localhost:1313).
## Deploy
Netlify will automatically deploy the site upon pushing changes to master.
### Temporary Build
```
make publish
```
### To Production
```
make publish-prod
```
[/]: https://lyte.dev
+ 1
- 0
themes/lyte/layouts/_default/baseof.html
查看文件
@ -34,5 +34,6 @@
<
footer
style
=
"padding-bottom: 5em"
>
<
/
footer
>
{{ end }}
<
script
defer
src
=
"/global.js"
>
<
/
script
>
<
/
body
>
<
/
html
>
撰写
预览
正在加载...
取消
保存