about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-03 18:07:30 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-03 18:07:30 -0800
commit423e19c977956e0f3c1099677fd1b87e36956c3b (patch)
treedca53d5b5b17e3f17545dcc59397a98fc479041c
parentcontent: add notes about CPU power management (diff)
downloadfcuny.net-423e19c977956e0f3c1099677fd1b87e36956c3b.tar.gz
meta: convert README from org-mode to markdown
-rw-r--r--README.md10
-rw-r--r--README.org10
2 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ece2df0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+[My personal site](https://fcuny.net).
+
+## Run
+
+The dependencies are managed with nix. Running `nix run` will start the hugo server.
+
+## Deploy
+
+You can deploy the site by running `nir run .#deploy`.
+
diff --git a/README.org b/README.org
deleted file mode 100644
index c6ec2f2..0000000
--- a/README.org
+++ /dev/null
@@ -1,10 +0,0 @@
-#+TITLE: fcuny.net
-
-[[https://ci.fcuny.net/api/badges/fcuny/fcuny.net/status.svg]]
-
-My personal site.
-
-* Run
-The dependencies are managed with nix. Running =nix run= will start the hugo server.
-* Deploy
-You can deploy the site by running =nir run .#deploy=. There's also a [[file:.drone.yml][.drone.yml]] configuration to trigger a build and deploy with drone.