Repos / s4g / 0a3f85bce6
commit 0a3f85bce631a41bbe24356cfe7a025b291611ee
Author: Nhân <hi@imnhan.com>
Date:   Wed Jul 12 17:36:12 2023 +0700

    update About page

diff --git a/docs/about/index.dj b/docs/about/index.dj
index c040890..45cbb61 100644
--- a/docs/about/index.dj
+++ b/docs/about/index.dj
@@ -3,11 +3,17 @@ ShowInFeed: false
 ShowInNav: true
 ---
 
-## About this site
+This is a sample website to demonstrate some features of [WebMaker2000][1].
+It also doubles as a lazy end-to-end test suite until the core design
+stablizes.
 
-It's a website.
+Right now we have:
 
-## No really
+- [Autogenerated home index](..)
+- [{-RSS-} Atom feed](../feed.xml)
+- [Per-article custom theme](../scale/)
 
-It really _is_ a full-blown
-[mf-ing website](https://motherfuckingwebsite.com/).
+The articles themselves are just, uh, _colorful_ lorem ipsums.
+Don't worry too much about their actual content.
+
+[1]: https://github.com/nhanb/webmaker2000
diff --git a/docs/about/index.html b/docs/about/index.html
index a7ea93a..a913a42 100644
--- a/docs/about/index.html
+++ b/docs/about/index.html
@@ -22,15 +22,23 @@
 
 <main>
 <h1>About</h1>
-<section id="About-this-site">
-<h2>About this site</h2>
-<p>It’s a website.</p>
-</section>
-<section id="No-really">
-<h2>No really</h2>
-<p>It really <em>is</em> a full-blown
-<a href="https://motherfuckingwebsite.com/">mf-ing website</a>.</p>
-</section>
+<p>This is a sample website to demonstrate some features of <a href="https://github.com/nhanb/webmaker2000">WebMaker2000</a>.
+It also doubles as a lazy end-to-end test suite until the core design
+stablizes.</p>
+<p>Right now we have:</p>
+<ul>
+<li>
+<a href="..">Autogenerated home index</a>
+</li>
+<li>
+<a href="../feed.xml"><del>RSS</del> Atom feed</a>
+</li>
+<li>
+<a href="../scale/">Per-article custom theme</a>
+</li>
+</ul>
+<p>The articles themselves are just, uh, <em>colorful</em> lorem ipsums.
+Don’t worry too much about their actual content.</p>
 
 </main>