.
This commit is contained in:
parent
32d81f0138
commit
c4dcb6e38b
78 changed files with 2739 additions and 110 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/info/" title="info">info</a>
|
||||
<a href="/info/" title="--help">--help</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
@ -25,6 +25,10 @@
|
|||
<main id="content">
|
||||
|
||||
<ul id="posts">
|
||||
<li>
|
||||
<a href="https://nonsense.dymc.win/over-engineered-nixos-blog-deployment-setup/">over-engineered (?) nixos blog deployment setup</a> -<small><time>Aug 11, 2025</time></small>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://nonsense.dymc.win/so-you-want-to-write-a-neovim-plugin-with-lua/">so you want to write a neovim plugin with lua</a> -<small><time>Apr 6, 2024</time></small>
|
||||
</li>
|
||||
|
|
@ -109,7 +113,7 @@
|
|||
|
||||
|
||||
</main><footer id="footer">
|
||||
<p>~~~ made with <a href="https://gohugo.io">hugo</a> and my bastardised version of <a href="https://github.com/LukasJoswiak/etch">this nice theme</a> ~~~</p>
|
||||
<p>made with <a href="https://gohugo.io">hugo</a> and my bastardised version of <a href="https://github.com/LukasJoswiak/etch">this nice theme</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue