diff options
Diffstat (limited to 'src/projects.html')
-rw-r--r-- | src/projects.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/projects.html b/src/projects.html new file mode 100644 index 0000000..61363a1 --- /dev/null +++ b/src/projects.html @@ -0,0 +1,10 @@ +<ul> + <li><a href='https://github.com/m-chrzan/dicebag'>Dicebag</a>: a dice + expression parser and roller. + </li> + <li><a href='#'>This website</a>: a small + mess of simple scripts for static site generation. I probably should've + used Jekyll, but I wanted to play around and build something minimal for + personal use. I'm not a webdev. + </li> +</ul> |