Add json w/ dcompose to index
This commit is contained in:
parent
c231848d8b
commit
254d3922c6
2 changed files with 13 additions and 0 deletions
10
index.html
10
index.html
|
@ -83,6 +83,16 @@
|
||||||
animation formatting documentation. (<a
|
animation formatting documentation. (<a
|
||||||
href="/blog/marlin-boot-animations.md">markdown</a>)</li>
|
href="/blog/marlin-boot-animations.md">markdown</a>)</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
|
<li>TIL
|
||||||
|
<ul>
|
||||||
|
<li>Just little tidbits I learn, inspired by <a
|
||||||
|
href="https://til.simonwillison.net/">Simon Willison's TIL</a>,
|
||||||
|
which was itself inspired by <a
|
||||||
|
href="https://github.com/jbranchaud/til">jbranchaud/til</a>.</li>
|
||||||
|
<li><a href="/til/using-json-with-docker-compose.html">Using
|
||||||
|
JSON with docker compose</a> - Exactly what it sounds like. (<a
|
||||||
|
href="/til/using-json-with-docker-compose.md">markdown</a>)</li>
|
||||||
|
</ul></li>
|
||||||
<li><a href="/resume.html">Resume</a> (<a
|
<li><a href="/resume.html">Resume</a> (<a
|
||||||
href="/resume.md">markdown</a>)</li>
|
href="/resume.md">markdown</a>)</li>
|
||||||
<li><a href="/portfolio.html">Portfolio</a> (<a
|
<li><a href="/portfolio.html">Portfolio</a> (<a
|
||||||
|
|
3
index.md
3
index.md
|
@ -39,6 +39,9 @@ I'm a hobby programmer and co-founder and vice president of the [TCCD CompSci an
|
||||||
- This page ([markdown](/index.md))
|
- This page ([markdown](/index.md))
|
||||||
- Blog
|
- Blog
|
||||||
- [Marlin Boot Animations](/blog/marlin-boot-animations.html) - Make your Marlin boot screen animated! Includes animation formatting documentation. ([markdown](/blog/marlin-boot-animations.md))
|
- [Marlin Boot Animations](/blog/marlin-boot-animations.html) - Make your Marlin boot screen animated! Includes animation formatting documentation. ([markdown](/blog/marlin-boot-animations.md))
|
||||||
|
- TIL
|
||||||
|
- Just little tidbits I learn, inspired by [Simon Willison's TIL](https://til.simonwillison.net/), which was itself inspired by [jbranchaud/til](https://github.com/jbranchaud/til).
|
||||||
|
- [Using JSON with docker compose](/til/using-json-with-docker-compose.html) - Exactly what it sounds like. ([markdown](/til/using-json-with-docker-compose.md))
|
||||||
- [Resume](/resume.html) ([markdown](/resume.md))
|
- [Resume](/resume.html) ([markdown](/resume.md))
|
||||||
- [Portfolio](/portfolio.html) ([markdown](/portfolio.md))
|
- [Portfolio](/portfolio.html) ([markdown](/portfolio.md))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue