File tree 6 files changed +40
-19
lines changed
6 files changed +40
-19
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ and is deployed using [cloudflare workers](https://developers.cloudflare.com/wor
13
13
## github actions
14
14
15
15
through [ github actions] ( https://github.com/zuzhi/my-blog/blob/main/.github/workflows/main.yml )
16
+
17
+ ## run dev
18
+
19
+ with ` lein serve `
Original file line number Diff line number Diff line change 1
1
{: title "Today I Learned"
2
2
: page-index 0}
3
+
4
+ ## 2025-01-15
5
+
6
+ ` SPC t w ` : Soft line wrapping
7
+
8
+ ` sql mode ` -> sql postgres -> literate programming
9
+
10
+ ## 2024-10-08
11
+
12
+ ` SPC t c ` : Fill Column Indicator
13
+
14
+ ## 2024-10-06
15
+
16
+ query-replace
3
17
4
18
## 2024-07-25
5
19
Original file line number Diff line number Diff line change 1
1
main {
2
- width : 400 px ;
2
+ width : 600 px ;
3
3
}
4
4
5
- /* Styles for mobile screens */
6
5
@media (max-width : 600px ) {
7
6
main {
8
7
width : 100% ;
9
8
}
10
9
}
11
10
12
- .footnotes li ,
13
- .footnotes p {
14
- font-size : .8em ;
15
- }
11
+ /* .footnotes li, */
12
+ /* .footnotes p { */
13
+ /* font-size: .8em; */
14
+ /* } */
16
15
17
- .footnotes p {
18
- margin-bottom : 0 ;
19
- margin-right : .5em ;
20
- display : inline-block;
21
- }
16
+ /* .footnotes p { */
17
+ /* margin-bottom: 0; */
18
+ /* margin-right: .5em; */
19
+ /* display: inline-block; */
20
+ /* } */
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ <h4>{{group.group}}</h4>
15
15
{% endfor %}
16
16
</ ul >
17
17
{% endfor %}
18
+ < h4 > til</ h4 >
19
+ < ul >
20
+ < li > < a href ="/til.html "> til</ a > </ li >
21
+ </ ul >
18
22
19
23
</ div >
20
24
{% endblock %}
Original file line number Diff line number Diff line change 11
11
12
12
< link rel ="shortcut icon " href ="{{blog-prefix}}/img/z.png ">
13
13
14
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css ">
15
+
14
16
{% style "css/blog.css" %}
15
17
{% if post.js %}
16
18
< link rel =stylesheet "
26
28
< h4 >
27
29
< a href ="/ " id ="home "> zuzhi</ a >
28
30
< a href ="/archives.html "> archives</ a >
29
- < a href ="/til.html "> til</ a >
30
- < a href ="https://progress.huzuzhi.com "> progress</ a >
31
- < a href ="https://chaptify.vercel.app " target ="_blank "> chaptify</ a >
32
- < a href ="https://github.com/zuzhi "> github</ a >
33
- < a href ="https://x.com/huzuzhi "> x</ a >
31
+ < a href ="https://amply.huzuzhi.com " target ="_blank "> ↗amply</ a >
32
+ < a href ="https://github.com/zuzhi " target ="_blank "> ↗github</ a >
33
+ < a href ="https://x.com/huzuzhi " target ="_blank "> ↗x</ a >
34
34
</ h4 >
35
35
</ header >
36
36
Original file line number Diff line number Diff line change 1
1
< h1 >
2
2
{{post.title}}
3
- {% if post.draft %}
4
- < small > (Draft)</ small >
5
- {% endif %}
6
3
</ h1 >
4
+ {% if post.draft %}
5
+ < small > (still a draft)</ small >
6
+ {% endif %}
7
7
{% if post.toc %}{{post.toc|safe}}{% endif %}
8
8
{{post.content|safe}}
9
9
< br />
You can’t perform that action at this time.
0 commit comments