mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
fix 404s
This commit is contained in:
parent
c507d9d5a7
commit
967a5a6cc5
3 changed files with 5 additions and 3 deletions
|
|
@ -4,6 +4,8 @@ base_url = "https://dork.dev"
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
|
generate_feeds = true
|
||||||
|
|
||||||
# Whether to build a search index to be used later on by a JavaScript library
|
# Whether to build a search index to be used later on by a JavaScript library
|
||||||
build_search_index = true
|
build_search_index = true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@
|
||||||
<li>E-mail: kat (at) dork (dot) dev</li>
|
<li>E-mail: kat (at) dork (dot) dev</li>
|
||||||
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
|
<li>Git: <a href="https://github.com/kittywitch">kittywitch</a></li>
|
||||||
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
|
<li>Other websites of mine: <a href="https://kittywit.ch">kittywit.ch</a>, <a href="https://inskip.me">inskip.me</a>.</li>
|
||||||
<li>Feed: <a href="/rss.xml">RSS</a></li>
|
<li>Feed: <a href="/atom.xml">RSS</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<article>
|
<article>
|
||||||
<a href="https://github.com/gensokyo.zone/infrastructure">
|
<a href="https://github.com/gensokyo-zone/infrastructure">
|
||||||
<h3>gensokyo-zone/infrastructure</h3>
|
<h3>gensokyo-zone/infrastructure</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>Apartment NixOS + Terraform infrastructure repository, a project with my wife!</p>
|
<p>Apartment NixOS + Terraform infrastructure repository, a project with my wife!</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue