diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-21 20:57:53 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-21 20:57:53 +0200 |
| commit | 0b46f1e7f47a7631c00692ec32ad85f78ba64f4c (patch) | |
| tree | 4adb9c6517ac6ec6c186a85a7cc8ebc8c376775f /content | |
| parent | 5dbd7412e0a3ef103dddd27f2189fda38670b659 (diff) | |
| download | mitjafelicijan.com-0b46f1e7f47a7631c00692ec32ad85f78ba64f4c.tar.gz | |
Added projects page
Diffstat (limited to 'content')
| -rw-r--r-- | content/pages/projects.md | 24 |
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 | --- | ||
| 2 | title: Projects | ||
| 3 | date: 2022-08-27T12:00:00+02:00 | ||
| 4 | url: projects.html | ||
| 5 | type: page | ||
| 6 | draft: false | ||
| 7 | --- | ||
| 8 | |||
| 9 | - [Simple snapshot manager](#simple-snapshot-manager) | ||
| 10 | |||
| 11 | While most of my projects are hosted on GitHub, I wanted a centralized location | ||
| 12 | to store them independently of GitHub and provide different versions in a bit | ||
| 13 | clearer way. | ||
| 14 | |||
| 15 | ## Simple snapshot manager | ||
| 16 | |||
| 17 | Simple 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 | |||
