diff options
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/git/index.md | 18 | ||||
| -rw-r--r-- | projects/index.md | 14 | ||||
| -rw-r--r-- | projects/site/index.md | 7 | ||||
| -rw-r--r-- | projects/tsarbar/index.md | 21 |
4 files changed, 60 insertions, 0 deletions
diff --git a/projects/git/index.md b/projects/git/index.md new file mode 100644 index 0000000..eb087b4 --- /dev/null +++ b/projects/git/index.md @@ -0,0 +1,18 @@ +\> [go back](/projects) + +# Git Hosting + +My server, on top of hosting this website, also hosts [a Git +server](https://git.iamcheeseman.net) with its massive 256GB storage. I don't +have HTTPS support set up just yet, but that's coming. That means you can't +clone my repos at the moment. + +## Why? + +Cause I wanna own my Git repos, silly. And it's cool to say I have a Git +server. + +## How? + +By following [this Git book](https://git-scm.com/book/en/v2). Chapter 4 is +where it describes the setup on a server. diff --git a/projects/index.md b/projects/index.md new file mode 100644 index 0000000..808a298 --- /dev/null +++ b/projects/index.md @@ -0,0 +1,14 @@ +# Projects + +Yessir, I do actually have projects. This page contains a few relevant ones, +listed in no particular order. + +- [Tsarbar](/projects/tsarbar) + A super cool, super simple status bar for Xorg. +- [This site](/projects/site) +- [Git hosting](/projects/git) + +And here are a couple of miscellaneous projects I haven't bothered to write pages for yet: + +- Gutshot - the project I'm currently working on. +- No! My Substance - A game about going back in time for a spray-on tan. diff --git a/projects/site/index.md b/projects/site/index.md new file mode 100644 index 0000000..dcf103a --- /dev/null +++ b/projects/site/index.md @@ -0,0 +1,7 @@ +\> [go back](/projects) + +# [This Site](https://git.iamcheeseman.net/site) + +This website is fully open source, and you can read the super awesome source +code yourself. Everything is written in markdown, which is turned into HTML +with Pandoc. And best of all: it has no Javascript. diff --git a/projects/tsarbar/index.md b/projects/tsarbar/index.md new file mode 100644 index 0000000..1d011e6 --- /dev/null +++ b/projects/tsarbar/index.md @@ -0,0 +1,21 @@ +\> [go back](/projects) + +# [Tsarbar](https://codeberg.org/iamcheeseman/tsarbar). + +Tsarbar is a simple status bar for Xorg that I made with a friend. It's +configured through a command line utility called `tsarc`. + +Example for a simple clock: + +```bash +$ tsarc set clock -text "`date`" +$ tsarc layout -left clock +``` + +You can replace `clock` with anything and set the text to whatever. Tsarbar +doesn't care. All that needs to happen for the component to display is that 1. +It has text, and 2. It's in the bar layout. + +You can see an example of how it *could* look at the top of this screenshot: + + |
