aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradam <adam@noreply.localhost>2022-04-24 13:04:48 +0200
committeradam <adam@noreply.localhost>2022-04-24 13:04:48 +0200
commite94147c04d41eb1683b2fdb5af1cd38234fb9fbd (patch)
treeab27790c76f68a3284964aad2bb8ecc1747f17d8 /README.md
parentd8ea27cd743b16e48b06118588742b0c7fec8e92 (diff)
Update 'README.md'
Gave a brief description of the website and the process for updating it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..22c3939 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+# adast.xyz
+
+My personal site I can experiment with and post about whatever interests me.
+
+Suggestions welcome.
+
+## Create or edit a post
+
+[ssg](https://www.romanzolotarev.com/ssg.html) is used to generate the html files.
+
+1. Install ssg
+2. Create or edit the new post as a markdown file in src/
+3. (Optional) Add a link to it in src/index.md
+4. Run `ssg src/ dst/ adast.xyz https://adast.xyz` to generate the new html. \ No newline at end of file