summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Marques <[email protected]>2024-08-17 11:17:19 +0100
committerHenrique Marques <[email protected]>2024-08-17 11:17:19 +0100
commit82b09f39bb2e2e8e6a1362b85cacb179b01a2053 (patch)
treeb61ebce0ef8b205e21532c8a5b487c03e8ae15da
parent95818067acfb7f64ec6f4cdcf156853b2eae69ac (diff)
remove temp file and update README
-rw-r--r--README.md1
-rw-r--r--README.org5
-rw-r--r--hugo.toml~3
3 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index a417877..0000000
--- a/README.md
+++ /dev/null
@@ -1 +0,0 @@
-# 0xhenrique \ No newline at end of file
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..88f4a9d
--- /dev/null
+++ b/README.org
@@ -0,0 +1,5 @@
+* 0xhenrique
+
+=hugo server= to run local server;
+=hugo= to build everything;
+=hugo new new-post.md= to create a new post;
diff --git a/hugo.toml~ b/hugo.toml~
deleted file mode 100644
index 7e568b8..0000000
--- a/hugo.toml~
+++ /dev/null
@@ -1,3 +0,0 @@
-baseURL = 'https://example.org/'
-languageCode = 'en-us'
-title = 'My New Hugo Site'