feat: add khoan cat be tong
parent
13948231b4
commit
8b656c5b27
|
@ -132,6 +132,7 @@ vim.<span class="pl-smi">keymap</span>.<span class="pl-c1">set</span>(<span clas
|
|||
>nvim-tree/nvim-tree.lua</a
|
||||
>, inside nvim-tree:
|
||||
<ul>
|
||||
<li><code>a</code>: create</li>
|
||||
<li><code>d</code>: delete</li>
|
||||
<li><code>r</code>: rename</li>
|
||||
<li><code>x</code>: cut</li>
|
||||
|
|
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown-dark.min.css"
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter&family=JetBrains+Mono&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<title>haunt98 posts</title>
|
||||
</head>
|
||||
<style>
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
.markdown-body code,
|
||||
.markdown-body pre {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
}
|
||||
</style>
|
||||
<body class="markdown-body">
|
||||
<div><a href="index.html">Index</a></div>
|
||||
<h1>
|
||||
<a
|
||||
id="user-content-khoan-cắt-bê-tông-101"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
href="#khoan-cắt-bê-tông-101"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Khoan cắt bê tông 101
|
||||
</h1>
|
||||
<p>The title is a joke.</p>
|
||||
<p>
|
||||
But after digging a few holes on the wall, I think I should leave a few
|
||||
notes for the future me.
|
||||
</p>
|
||||
<p>
|
||||
Be careful to choose countersink drill bit (aka mũi khoan). I pick
|
||||
<strong>wood</strong> type to drill on the wall, and ... it's broken :(
|
||||
</p>
|
||||
|
||||
<div>
|
||||
Feel free to ask me via
|
||||
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
|
||||
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>. Source
|
||||
code is available on
|
||||
<a href="https://github.com/haunt98/posts-go">GitHub</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -70,6 +70,9 @@
|
|||
<li><a href="2023-05-23-swagger.html">Swagger or OpenAPI</a></li>
|
||||
<li><a href="2023-06-06-terminal-workflow.html">Terminal workflow</a></li>
|
||||
<li><a href="2023-06-10-incident-context.html">Incident #02</a></li>
|
||||
<li>
|
||||
<a href="2023-06-24-khoan-cat-be-tong.html">Khoan cắt bê tông 101</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div>
|
||||
|
|
|
@ -59,6 +59,7 @@ vim.keymap.set("n", "<leader>gdd", ":GoDeclsDir<CR>")
|
|||
```
|
||||
|
||||
- With [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua), inside nvim-tree:
|
||||
- `a`: create
|
||||
- `d`: delete
|
||||
- `r`: rename
|
||||
- `x`: cut
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# Khoan cắt bê tông 101
|
||||
|
||||
The title is a joke.
|
||||
|
||||
But after digging a few holes on the wall, I think I should leave a few notes for the future me.
|
||||
|
||||
Be careful to choose countersink drill bit (aka mũi khoan).
|
||||
I pick **wood** type to drill on the wall, and ... it's broken :(
|
|
@ -23,3 +23,4 @@ This is where I dump my thoughts.
|
|||
- [Swagger or OpenAPI](2023-05-23-swagger.html)
|
||||
- [Terminal workflow](2023-06-06-terminal-workflow.html)
|
||||
- [Incident #02](2023-06-10-incident-context.html)
|
||||
- [Khoan cắt bê tông 101](2023-06-24-khoan-cat-be-tong.html)
|
||||
|
|
Loading…
Reference in New Issue