diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:01:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 18:01:09 -0700 |
commit | a2f70f7a26221a56f20978264a38d837c5e8ad13 (patch) | |
tree | 6e425f66b5a7edc47ee8207c2049501cff999298 | |
parent | add drone configuration and cleanup nix (diff) | |
download | fcuny.net-a2f70f7a26221a56f20978264a38d837c5e8ad13.tar.gz |
add a basic README
-rw-r--r-- | README.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..0158727 --- /dev/null +++ b/README.org @@ -0,0 +1,8 @@ +#+TITLE: fcuny.net + +My personal blog. + +* Run +The dependencies are managed with nix. Running =nix run= will start the hugo server. +* Deploy +You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]]. There's also a [[file:.drone.yml][.drone.yml]] configuration to trigger a build and deploy with drone. |