aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-01-04 23:25:21 +0000
committerKumar Damani <me@kumardamani.net>2023-01-04 23:25:21 +0000
commit96a1150708a73f0d1fd08c1bb2ab66922853cda9 (patch)
tree1859e7984549a8ba820a69d28e28765fe949580a /README.md
parent610d1f02dd57cbaeccd076ad14ee9efacc5954a5 (diff)
added post for prog-as-artprog-as-art
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9ef988c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Develop
+```bash
+git submodule update --remote
+hugo server -D
+```
+
+# Build
+```bash
+hugo -D
+```