mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 10:59:45 +00:00
point to new url
This commit is contained in:
parent
b82c1602ff
commit
ec397d766d
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# The Divine Chronicles
|
||||
# Aditya's blog
|
||||
|
||||
This repository hosts the source code for my blog https://chronicles.divineduty.xyz/
|
||||
This repository hosts the source code for my blog https://blog.adityakumar.xyz/
|
||||
|
||||
The website is built using [Hugo](https://gohugo.io).
|
||||
|
|
|
@ -56,10 +56,10 @@ makepkg -si
|
|||
```
|
||||
|
||||
## Download and configure OpenRC script
|
||||
The [script](https://banyan.divineduty.xyz/GNUxeava/code-server-openrc) is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3.
|
||||
The [script](https://gitea.adityakumar.xyz/aditya/code-server-openrc) is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3.
|
||||
```bash
|
||||
cd /etc/init.d/
|
||||
sudo wget -c https://banyan.divineduty.xyz/GNUxeava/code-server-openrc/raw/branch/master/code-server
|
||||
sudo wget -c https://gitea.adityakumar.xyz/aditya/code-server-openrc/raw/branch/master/code-server
|
||||
sudo chmod +x code-server
|
||||
```
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{{ if .Site.LanguagePrefix -}}
|
||||
<a href="{{ .Site.LanguagePrefix | absURL }}/index.xml" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a>
|
||||
{{- else -}}
|
||||
<a href="https://banyan.divineduty.xyz" class="icons pleroma" title="Pleroma"></a>
|
||||
<a href="https://blog.adityakumar.xyz" class="icons pleroma" title="Pleroma"></a>
|
||||
<a href="{{ .Site.RSSLink }}" type="application/rss+xml" class="iconfont icon-rss" title="rss"></a>
|
||||
{{- end }}
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<span class="source">
|
||||
<br>
|
||||
<a href="https://banyan.divineduty.xyz/GNUxeava/divine-chronicles">View source</a>
|
||||
<a href="https://gitea.adityakumar.xyz/aditya/blog">View source</a>
|
||||
</span>
|
||||
<span class="copyright-year">
|
||||
{{- $current := now.Format "2006" }}
|
||||
|
|
Loading…
Reference in a new issue