From d91cda18c41be0d9a6a2b46113abe0d35fdef67b Mon Sep 17 00:00:00 2001
From: Michael Zhang
Date: Mon, 6 May 2019 05:06:23 -0500
Subject: [PATCH] url update
---
config.toml | 4 ++--
content/2018-02-01-my-new-life-stack.md | 2 +-
content/pages/about.md | 2 +-
content/pages/setup.md | 8 ++++----
templates/layout.html | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config.toml b/config.toml
index 39471c5..96b6edf 100644
--- a/config.toml
+++ b/config.toml
@@ -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" },
]
diff --git a/content/2018-02-01-my-new-life-stack.md b/content/2018-02-01-my-new-life-stack.md
index 8cfa41b..f1f1304 100644
--- a/content/2018-02-01-my-new-life-stack.md
+++ b/content/2018-02-01-my-new-life-stack.md
@@ -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.
diff --git a/content/pages/about.md b/content/pages/about.md
index d439f9e..17248a5 100644
--- a/content/pages/about.md
+++ b/content/pages/about.md
@@ -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
diff --git a/content/pages/setup.md b/content/pages/setup.md
index 4004e7a..e8e5916 100644
--- a/content/pages/setup.md
+++ b/content/pages/setup.md
@@ -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!
diff --git a/templates/layout.html b/templates/layout.html
index 9f894e0..0913155 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -24,7 +24,7 @@
written by michael zhang.
- source
+ source