aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-21 20:57:53 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-21 20:57:53 +0200
commit0b46f1e7f47a7631c00692ec32ad85f78ba64f4c (patch)
tree4adb9c6517ac6ec6c186a85a7cc8ebc8c376775f /content
parent5dbd7412e0a3ef103dddd27f2189fda38670b659 (diff)
downloadmitjafelicijan.com-0b46f1e7f47a7631c00692ec32ad85f78ba64f4c.tar.gz
Added projects page
Diffstat (limited to 'content')
-rw-r--r--content/pages/projects.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md
new file mode 100644
index 0000000..ce2bdd5
--- /dev/null
+++ b/content/pages/projects.md
@@ -0,0 +1,24 @@
1---
2title: Projects
3date: 2022-08-27T12:00:00+02:00
4url: projects.html
5type: page
6draft: false
7---
8
9- [Simple snapshot manager](#simple-snapshot-manager)
10
11While most of my projects are hosted on GitHub, I wanted a centralized location
12to store them independently of GitHub and provide different versions in a bit
13clearer way.
14
15## Simple snapshot manager
16
17Simple snapshot utility that uses TAR to compress current directory into a
18`.tar` file while ignoring some of the directories.
19[GitHub repository](https://github.com/mitjafelicijan/sm).
20
21- Version 0.1 / 2024-10-21 ([sm-v0.1.tar](/snapshots/sm-v0.1.tar))
22 - First release.
23 - Able to tag and create tar snapshots.
24