diff options
| author | Christian Cleberg <[email protected]> | 2024-03-04 22:34:28 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-03-04 22:34:28 -0600 |
| commit | c71a52cb7a80a102e58bd5465e994225ea98c44f (patch) | |
| tree | fcbb56dc023c1e490df70478e696041c566e58b4 /README.md | |
| parent | 566a5ce4ec810bf5f4a941fb0c27fa215a0ad458 (diff) | |
| download | cleberg.net-c71a52cb7a80a102e58bd5465e994225ea98c44f.tar.gz cleberg.net-c71a52cb7a80a102e58bd5465e994225ea98c44f.tar.bz2 cleberg.net-c71a52cb7a80a102e58bd5465e994225ea98c44f.zip | |
initial migration to test org-mode
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index e9a68bc..0000000 --- a/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# cleberg.net - -[cleberg.net](https://cleberg.net) is my personal webpage. - -## Overview - -This website & blog uses Markdown and [Zola](https://www.getzola.org/). - -## Building - -Local testing: - -```sh -zola serve -``` - -Building: - -```sh -zola build -``` - -If you want to build locally and push remotely, you can include `zola build` -in your CI\CD pipeline, or simply use `scp` after building. - -```sh -scp -r public/* user@remote_host:/var/www/your_website/ -``` |
