56 | {{- .Title }} 57 | {{- if .Draft }} [draft]{{- end }} 58 |
59 |63 | {{- if .Description }} 64 | {{ .Description }} 65 | {{- end }} 66 | 67 | {{ if .Truncated }}...{{ end }} 68 |
69 |├── .gitignore
├── .gitmodules
├── .hugo_build.lock
├── .idea
├── .gitignore
├── modules.xml
├── sulv-hugo-papermod.iml
└── vcs.xml
├── LICENSE
├── README.md
├── archetypes
└── default.md
├── assets
├── .DS_Store
├── css
│ ├── .DS_Store
│ └── extended
│ │ ├── .DS_Store
│ │ ├── blank.css
│ │ ├── code.css
│ │ ├── comment.css
│ │ ├── fonts.css
│ │ ├── friend-link.css
│ │ ├── hugo-easy-gallery.css
│ │ ├── pagination.css
│ │ ├── reward.css
│ │ ├── tag-cloud.css
│ │ ├── toc.css
│ │ └── transition.css
└── js
│ ├── .DS_Store
│ ├── fastsearch.js
│ ├── fuse.basic.min.js
│ ├── highlight.min.js
│ └── load-photoswipe.js
├── config.yml
├── content
├── .DS_Store
├── about.md
├── archives.md
├── links.md
├── posts
│ ├── .DS_Store
│ ├── _index.md
│ ├── blog
│ │ ├── .DS_Store
│ │ ├── _index.md
│ │ └── blog.md
│ ├── life
│ │ ├── .DS_Store
│ │ ├── _index.md
│ │ └── life.md
│ ├── read
│ │ ├── .DS_Store
│ │ ├── _index.md
│ │ └── read.md
│ └── tech
│ │ ├── .DS_Store
│ │ ├── _index.md
│ │ ├── tech.md
│ │ ├── tech1.md
│ │ └── tech1
│ │ └── 1.png
├── search.md
└── tags
│ └── _index.md
├── data
└── .DS_Store
├── i18n
├── ar.yaml
├── bg.yaml
├── bn.yaml
├── ca.yaml
├── ckb.yaml
├── da.yaml
├── de.yaml
├── en.yaml
├── eo.yaml
├── es.yaml
├── fa.yaml
├── fr.yaml
├── he.yaml
├── hi.yaml
├── hu.yaml
├── id.yaml
├── it.yaml
├── ja.yaml
├── ko.yaml
├── ku.yaml
├── mn.yaml
├── nl.yaml
├── pl.yaml
├── pt.yaml
├── ru.yaml
├── tr.yaml
├── uk.yaml
├── uz.yaml
├── vi.yaml
├── zh-tw.yaml
└── zh.yaml
├── layouts
├── .DS_Store
├── 404.html
├── _default
│ ├── _markup
│ │ └── render-image.html
│ ├── archives.html
│ ├── baseof.html
│ ├── index.json
│ ├── list.html
│ ├── rss.xml
│ ├── search.html
│ ├── single.html
│ └── terms.html
├── partials
│ ├── anchored_headings.html
│ ├── author.html
│ ├── breadcrumbs.html
│ ├── comments.html
│ ├── cover.html
│ ├── cover1.html
│ ├── edit_post.html
│ ├── extend_footer.html
│ ├── extend_head.html
│ ├── footer.html
│ ├── head.html
│ ├── header.html
│ ├── home_info.html
│ ├── index_profile.html
│ ├── post_canonical.html
│ ├── post_meta.html
│ ├── post_nav_links.html
│ ├── share_icons.html
│ ├── social_icons.html
│ ├── svg.html
│ ├── templates
│ │ ├── opengraph.html
│ │ ├── schema_json.html
│ │ └── twitter_cards.html
│ ├── toc.html
│ └── translation_list.html
├── robots.txt
└── shortcodes
│ ├── .DS_Store
│ ├── bilibili.html
│ ├── blockquote.html
│ ├── collapse.html
│ ├── douban.html
│ ├── figure.html
│ ├── figure_origin.html
│ ├── friend.html
│ ├── gallery.html
│ ├── innerlink.html
│ ├── load-photoswipe.html
│ ├── ltr.html
│ ├── mermaid.html
│ ├── ppt.html
│ ├── rawhtml.html
│ ├── rtl.html
│ └── youtube.html
├── resources
├── .DS_Store
└── _gen
│ └── .DS_Store
├── static
├── .DS_Store
├── Q.gif
├── README_EN.md
├── fonts
│ ├── MaShanZheng-Regular.ttf
│ └── NeverMindHand-Regular.ttf
├── go2.png
└── img
│ ├── .DS_Store
│ ├── Q.gif
│ ├── alipay.png
│ ├── beian.png
│ ├── bilibili.png
│ ├── docker.png
│ ├── favicon.ico
│ ├── hugo_group.png
│ ├── instagram.png
│ ├── magic16.ico
│ ├── magic32.ico
│ ├── phone.png
│ ├── qq.png
│ ├── twitter.png
│ ├── wechat.png
│ └── wechat_pay.png
└── themes
└── .DS_Store
/.gitignore:
--------------------------------------------------------------------------------
1 | public
2 | .hugo_build.lock
3 | .idea
4 | .DS_Store
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "hugo-PaperMod"]
2 | path = hugo-PaperMod
3 | url = https://github.com/adityatelange/hugo-PaperMod.git
4 | [submodule "themes/hugo-PaperMod"]
5 | path = themes/hugo-PaperMod
6 | url = https://github.com/adityatelange/hugo-PaperMod.git
7 |
--------------------------------------------------------------------------------
/.hugo_build.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xyming108/sulv-hugo-papermod/2b142e6d2f90a01f7113ee1a7cc542f1e9a17264/.hugo_build.lock
--------------------------------------------------------------------------------
/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # 默认忽略的文件
2 | /shelf/
3 | /workspace.xml
4 | # 基于编辑器的 HTTP 客户端请求
5 | /httpRequests/
6 | # Datasource local storage ignored files
7 | /dataSources/
8 | /dataSources.local.xml
9 |
--------------------------------------------------------------------------------
/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
关于我
26 | 27 | | | | 28 | | --------- | ------------------ | 29 | | 英文名: | Kevin Xu | 30 | | 职业: | 程序员 | 31 | | 运动: | 跑步、乒乓球、爬山 | -------------------------------------------------------------------------------- /content/archives.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "⏱️时间轴" 3 | layout: archives 4 | summary: archives 5 | --- 6 | 7 | -------------------------------------------------------------------------------- /content/links.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "🤝友链" 3 | layout: links 4 | date: 2021-11-06T15:15:53+08:00 5 | description: 6 | draft: false 7 | hidemeta: true 8 | showToc: false 9 | disableShare: true 10 | comments: true 11 | reward: false 12 | showbreadcrumbs: false 13 | --- 14 | 15 |63 | {{- if .Description }} 64 | {{ .Description }} 65 | {{- end }} 66 | 67 | {{ if .Truncated }}...{{ end }} 68 |
69 |{{ . | markdownify }}
{{- end }} 37 | {{- end }} 38 |{{ . | markdownify }}
{{- end }} 37 | {{- end }} 38 |{{ .Content | markdownify }}
8 |53 |{{ .Inner | markdownify }}
54 |
{{ .Get "summary" | markdownify }}
7 | {{ .Inner | markdownify }}
8 |
22 | {{- .Get "caption" -}} 23 | {{- with .Get "attrlink"}}{{ .Get "attr" }}{{ else }}{{ .Get "attr"}}{{ end -}} 24 |
25 | {{- end }} 26 |22 | {{- .Get "caption" | markdownify -}} 23 | {{- with .Get "attrlink" }} 24 | 25 | {{- end -}} 26 | {{- .Get "attr" | markdownify -}} 27 | {{- if .Get "attrlink" }}{{ end }}
28 | {{- end }} 29 |
23 | ... 24 |
25 | 26 |