diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:25:21 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:25:21 +0000 |
| commit | 96a1150708a73f0d1fd08c1bb2ab66922853cda9 (patch) | |
| tree | 1859e7984549a8ba820a69d28e28765fe949580a /README.md | |
| parent | 610d1f02dd57cbaeccd076ad14ee9efacc5954a5 (diff) | |
added post for prog-as-artprog-as-art
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
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 +``` |
