Home: update description
This commit is contained in:
parent
1a8ff1ba38
commit
13136e302d
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ about caddy.
|
||||||
Lastly, we need to setup a systemd unit to start our webdav server on boot. For
|
Lastly, we need to setup a systemd unit to start our webdav server on boot. For
|
||||||
example the file `/etc/systemd/system/rclone_webdav.service` could contain:
|
example the file `/etc/systemd/system/rclone_webdav.service` could contain:
|
||||||
|
|
||||||
```
|
```ini
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Rclone WebDAV Service for Zotero
|
Description=Rclone WebDAV Service for Zotero
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
|
@ -21,7 +21,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||||
Akemi Izuko
|
Akemi Izuko
|
||||||
</h1>
|
</h1>
|
||||||
<p id="about">
|
<p id="about">
|
||||||
Hey! I'm Akemi, a 1st year computing sciences MSc student at
|
Hey! I'm Akemi, a 1st year CS MSc student at
|
||||||
<a href="https://www.ualberta.ca/computing-science/index.html">
|
<a href="https://www.ualberta.ca/computing-science/index.html">
|
||||||
UAlberta</a>. Email is the best way to <a href="/contact">get in
|
UAlberta</a>. Email is the best way to <a href="/contact">get in
|
||||||
touch</a> with me. Some of my interests include <a href="/unix">
|
touch</a> with me. Some of my interests include <a href="/unix">
|
||||||
|
|
Loading…
Reference in a new issue