Skip to content

Commit 4fa1d66

Browse files
committed
add TIL
1 parent d388b37 commit 4fa1d66

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

blog/07_til.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<head>
3+
<title>TIL (today I learned)</title>
4+
<link rel="stylesheet" href="../styles.css">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
</head>
7+
<body>
8+
<h1> TIL (today I learned) </h1>
9+
<p>
10+
1. Update python dependencies listed in requirements.txt
11+
</p>
12+
<p>
13+
<code> pip install --upgrade -r requirements.txt </code>
14+
</p>
15+
16+
<h5 style="color:grey;">
17+
created: 27 March 2021
18+
<!-- <br/> -->
19+
<!-- updated: 9 Feb 2023 -->
20+
</h5>
21+
</body>
22+
</html>

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<body>
99
<h1> blog </h1>
1010
<ul>
11+
<li>
12+
<small> 27 March 2023 </small>
13+
<a href="./blog/07_til.html">
14+
TIL (today I learned)
15+
</a>
16+
</li>
1117
<li>
1218
<small> 2 Dec 2021 </small>
1319
<a href="./blog/06_vs_2019.html">

0 commit comments

Comments
 (0)