aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages')
-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