url update

This commit is contained in:
Michael Zhang 2019-05-06 05:06:23 -05:00
parent 74e363d1b7
commit d91cda18c4
No known key found for this signature in database
GPG Key ID: 5BAEFE5D04F0CE6C
5 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
title = "michael's blog"
base_url = "https://mzhang.me"
base_url = "https://iptq.io"
compile_sass = true
highlight_code = true
@ -13,5 +13,5 @@ taxonomies = [
nav_links = [
{ url = "/pages/about", text = "about" },
{ url = "/pages", text = "all pages" },
{ url = "https://git.mzhang.me/michael", text = "projects" },
{ url = "https://git.iptq.io/michael", text = "projects" },
]

View File

@ -55,4 +55,4 @@ I used to use Chromium, and ..I still do. I've tried several alternatives, like
## Personal Server
I got a droplet off DigitalOcean for hosting things that I regularly depend on. In fact, this blog (running Ghost) is hosted there now! I'm also hosting a Git server over at [https://git.mzhang.me](https://git.mzhang.me). It's running Gitea, a Go-based GitHub alternative. This doesn't mean I'm completely ditching GitHub, I just have things that I _really_ want to keep private, private.
I got a droplet off DigitalOcean for hosting things that I regularly depend on. In fact, this blog (running Ghost) is hosted there now! I'm also hosting a Git server over at [https://git.iptq.io](https://git.iptq.io). It's running Gitea, a Go-based GitHub alternative. This doesn't mean I'm completely ditching GitHub, I just have things that I _really_ want to keep private, private.

View File

@ -4,7 +4,7 @@ title = "about me"
Hi there! I'm a Computer Science student at the University of Minnesota, and I've got a wide variety of interests under this field. I've been doing web development for a long time and now I'm looking into security, programming language development, and software development!
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 [Gitea](https://git.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 [Gitea](https://git.iptq.io)!
### setup

View File

@ -31,7 +31,7 @@ $ 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.iptq.io/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
@ -39,7 +39,7 @@ I use the trial version of [Sublime Text 3](http://www.sublimetext.com/) on my p
### 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.iptq.io/michael/dotfiles/src/branch/master/.local/scripts/passmenu) so I can access them easily.
### music
@ -47,13 +47,13 @@ On my personal computer, I'm using [mpd](https://www.musicpd.org/), the music pl
### screenshot
I'm using a [custom screenshot tool](https://git.mzhang.me/michael/leanshot).
I'm using a [custom screenshot tool](https://git.iptq.io/michael/leanshot).
## this website
The stack for this website looks like:
- The [source code](https://git.mzhang.me/michael/blog) is written as a set of Gutenberg config files.
- The [source code](https://git.iptq.io/michael/blog) is written as a set of Gutenberg config files.
- This is then transpiled into static HTML + resources using [Gutenberg](https://www.getgutenberg.io/), a static site generator.
- Static files are served from a web root using [nginx](https://nginx.org/en/) through a virtual host.
- And here it is!

View File

@ -24,7 +24,7 @@
</p>
<p style="margin: 0;">
written by michael zhang.
<a href="https://git.mzhang.me/michael/blog" class="colorlink" target="_blank">source</a>
<a href="https://git.iptq.io/michael/blog" class="colorlink" target="_blank">source</a>
</p>
</div>
</body>