...
This commit is contained in:
parent
854a6e5fc2
commit
a1d6f76a6a
3 changed files with 10 additions and 13 deletions
|
@ -8,5 +8,6 @@ generate_rss = true
|
||||||
[extra]
|
[extra]
|
||||||
nav_links = [
|
nav_links = [
|
||||||
{ url = "/pages/about", text = "about" },
|
{ url = "/pages/about", text = "about" },
|
||||||
|
{ url = "/pages", text = "all pages" },
|
||||||
{ url = "https://git.mzhang.me/michael", text = "projects" },
|
{ url = "https://git.mzhang.me/michael", text = "projects" },
|
||||||
]
|
]
|
||||||
|
|
|
@ -7,11 +7,11 @@ Hi there! I'm a Computer Science student at the University of Minnesota, and I'v
|
||||||
|
|
||||||
In an effort to rely on less services, I started doing a lot of self-hosting and rewriting of software. Check out some of the projects I'm doing over on my public [Git viewer](https://nobs.mzhang.me)!
|
In an effort to rely on less services, I started doing a lot of self-hosting and rewriting of software. Check out some of the projects I'm doing over on my public [Git viewer](https://nobs.mzhang.me)!
|
||||||
|
|
||||||
### Setup
|
### setup
|
||||||
|
|
||||||
My setup can be found [here](/pages/setup).
|
My setup can be found [here](/pages/setup).
|
||||||
|
|
||||||
### Languages
|
### languages
|
||||||
|
|
||||||
Here's some of the languages I like, in approximate order of my skill/confidence in using them:
|
Here's some of the languages I like, in approximate order of my skill/confidence in using them:
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Here's some of the languages I like, in approximate order of my skill/confidence
|
||||||
|
|
||||||
If you want my resume, contact me through one of these means:
|
If you want my resume, contact me through one of these means:
|
||||||
|
|
||||||
## Contact
|
## contact
|
||||||
- Discord: **iptq#8440** (this is usually the best place to find me)
|
- Discord: **iptq#8440** (this is usually the best place to find me)
|
||||||
- Email: (I sign all my Git commits with this email)
|
- Email: (I sign all my Git commits with this email)
|
||||||
- PGP Key: [hosted on Keybase](https://keybase.io/michaelz/pgp_keys.asc?fingerprint=2a323c176e16b8c25ade02d447033f6c0a02f24a)
|
- PGP Key: [hosted on Keybase](https://keybase.io/michaelz/pgp_keys.asc?fingerprint=2a323c176e16b8c25ade02d447033f6c0a02f24a)
|
||||||
|
|
|
@ -3,7 +3,7 @@ title = "my setup"
|
||||||
template = "post.html"
|
template = "post.html"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Desktop
|
## desktop
|
||||||
|
|
||||||
I'm using Arch Linux on my personal machine. Here's a neofetch:
|
I'm using Arch Linux on my personal machine. Here's a neofetch:
|
||||||
|
|
||||||
|
@ -34,27 +34,23 @@ $ neofetch
|
||||||
|
|
||||||
For my desktop environment, I've got [i3](https://i3wm.org/), a tiling window manager. I like it because it's lightweight and doesn't use much battery. My config can be found [here](https://git.mzhang.me/michael/dotfiles/src/branch/master/.config/i3/config). I tried i3gaps at one point but didn't feel like trying to fix the rendering artifacts so I switched back.
|
For my desktop environment, I've got [i3](https://i3wm.org/), a tiling window manager. I like it because it's lightweight and doesn't use much battery. My config can be found [here](https://git.mzhang.me/michael/dotfiles/src/branch/master/.config/i3/config). I tried i3gaps at one point but didn't feel like trying to fix the rendering artifacts so I switched back.
|
||||||
|
|
||||||
### Coding
|
### coding
|
||||||
|
|
||||||
I use the trial version of [Sublime Text 3](http://www.sublimetext.com/) on my personal computer, and [neovim](https://neovim.io/) in the terminal. I use the default theme with the [VSCode Dark](https://github.com/nikeee/visual-studio-dark) theme.
|
I use the trial version of [Sublime Text 3](http://www.sublimetext.com/) on my personal computer, and [neovim](https://neovim.io/) in the terminal. I use the default theme with the [VSCode Dark](https://github.com/nikeee/visual-studio-dark) theme.
|
||||||
|
|
||||||
### Passwords
|
### passwords
|
||||||
|
|
||||||
For passwords, I'm using [pass](https://www.passwordstore.org/), which is a GPG-encrypted password store. The passwords are checked into a git repository in order to maintain consistency between multiple devices (I'm using [Android Password Store](https://github.com/zeapo/Android-Password-Store) on my phone). Then, I bind `$mod+p` to a [rofi script](https://git.mzhang.me/michael/dotfiles/src/branch/master/.local/scripts/passmenu) so I can access them easily.
|
For passwords, I'm using [pass](https://www.passwordstore.org/), which is a GPG-encrypted password store. The passwords are checked into a git repository in order to maintain consistency between multiple devices (I'm using [Android Password Store](https://github.com/zeapo/Android-Password-Store) on my phone). Then, I bind `$mod+p` to a [rofi script](https://git.mzhang.me/michael/dotfiles/src/branch/master/.local/scripts/passmenu) so I can access them easily.
|
||||||
|
|
||||||
### Music
|
### music
|
||||||
|
|
||||||
On my personal computer, I'm using [mpd](https://www.musicpd.org/), the music player daemon along with [sonata](https://www.nongnu.org/sonata/), which is a GTK frontend. I like using mpd because this also allows me to display my current playing song in my i3 bar.
|
On my personal computer, I'm using [mpd](https://www.musicpd.org/), the music player daemon along with [sonata](https://www.nongnu.org/sonata/), which is a GTK frontend. I like using mpd because this also allows me to display my current playing song in my i3 bar.
|
||||||
|
|
||||||
### Social Media
|
### screenshot
|
||||||
|
|
||||||
I'm using [Rambox](https://rambox.pro), which is essentially just an Electron app that combines multiple services into a single view.
|
|
||||||
|
|
||||||
### Screenshot
|
|
||||||
|
|
||||||
I'm using a [custom screenshot tool](https://git.mzhang.me/michael/leanshot).
|
I'm using a [custom screenshot tool](https://git.mzhang.me/michael/leanshot).
|
||||||
|
|
||||||
## This Website
|
## this website
|
||||||
|
|
||||||
The stack for this website looks like:
|
The stack for this website looks like:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue