diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-03-04 22:34:28 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-03-04 22:34:28 -0600 |
commit | 797a1404213173791a5f4126a77ad383ceb00064 (patch) | |
tree | fcbb56dc023c1e490df70478e696041c566e58b4 /README.md | |
parent | 3db79e7bb6a34ee94935c22d7f0e18cf227c7813 (diff) | |
download | cleberg.net-797a1404213173791a5f4126a77ad383ceb00064.tar.gz cleberg.net-797a1404213173791a5f4126a77ad383ceb00064.tar.bz2 cleberg.net-797a1404213173791a5f4126a77ad383ceb00064.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/ -``` |