-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae3fc2d
commit 973a274
Showing
10 changed files
with
70 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "themes/hugo-xmin"] | ||
path = themes/hugo-xmin | ||
url = https://github.com/jiacai2050/hugo-xmin.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#+TITLE: 月刊 | ||
#+DATE: 2024-03-31T07:54:47+0800 | ||
#+LASTMOD: 2024-03-31T07:55:34+0800 | ||
#+AUTHOR: Jiacai Liu | ||
|
||
社区内的最新进展,信息来源:[[https://zig.news/top/month][Zig NEWS]]、[[https://zigmonthly.org/][Zig monthly]]、[[https://lobste.rs/t/zig][Lobsters]]、[[https://www.reddit.com/r/Zig/][Reddit]]、[[https://discu.eu/weekly/zig/][Zig weekly newsletter]]、[[https://ziggit.dev/][Ziggit]]、[[https://github.com/zigcc/forum/discussions/new?labels=%E6%9C%88%E5%88%8A&category=general][用户推荐]] | ||
* 文章列表 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module zigcc | ||
|
||
go 1.22.0 | ||
|
||
require github.com/jiacai2050/hugo-xmin v0.0.0-20240331002158-babdf0d1d9b1 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github.com/jiacai2050/hugo-xmin v0.0.0-20240331002158-babdf0d1d9b1 h1:lJWRfn1mAZmc5H7E1cugTYVW5FmJVmzkNrVAt3u2pns= | ||
github.com/jiacai2050/hugo-xmin v0.0.0-20240331002158-babdf0d1d9b1/go.mod h1:jk1RPrG0skT7WfLL98t2ocbOh1LCETPVHiKEKJO/Kso= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,32 @@ | ||
<h1> | ||
建议/反馈✉️ | ||
</h1> | ||
<ol> | ||
<li>关注<a href="https://github.com/zigcc/.github/raw/main/zig_mp.png">微信公众号</a>,加微信群与更多人一起畅聊 Zig | ||
</li> | ||
<li> | ||
发现内容错误或链接失效?欢迎<a href="{{ .Site.Params.gitRepo }}/blob/main/content/{{ .File.Path }}">提交 PR</a> | ||
</li> | ||
<li>想要分享 Zig 使用经验,欢迎给我们<a href="/post/2023/09/05/hello-world/">供稿</a> | ||
</li> | ||
</ol> | ||
|
||
<h1> | ||
建议/反馈✉️ | ||
</h1> | ||
<ol> | ||
<li>关注<a href="https://github.com/zigcc/.github/raw/main/zig_mp.png">微信公众号</a>,加微信群与更多人一起畅聊 Zig | ||
</li> | ||
<li> | ||
发现内容错误或链接失效?欢迎<a href="{{ .Site.Params.gitRepo }}/blob/main/content/{{ .File.Path }}">提交 PR</a> | ||
</li> | ||
<li>想要分享 Zig 使用经验,欢迎给我们<a href="/post/2023/09/05/hello-world/">供稿</a> | ||
</li> | ||
</ol> | ||
{{- if .Site.Params.giscus.repo }} | ||
<script src="https://giscus.app/client.js" | ||
data-repo="{{ .Site.Params.giscus.repo}}" | ||
data-repo-id="{{ .Site.Params.giscus.repoId}}" | ||
data-category="{{ .Site.Params.giscus.category}}" | ||
data-category-id="{{ .Site.Params.giscus.categoryId}}" | ||
data-mapping="pathname" | ||
data-strict="0" | ||
data-reactions-enabled="1" | ||
data-emit-metadata="0" | ||
data-input-position="top" | ||
data-theme="preferred_color_scheme" | ||
data-lang="zh-CN" | ||
data-loading="lazy" | ||
crossorigin="anonymous" | ||
async> | ||
</script> | ||
<noscript>Please enable JavaScript to view the <a href="https://github.com/giscus/giscus">comments powered by giscus.</a></noscript> | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule hugo-xmin
deleted from
b499e0