summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-17 12:19:43 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-17 12:19:43 +0200
commit326ecfbb3147cc72cccab91f80cc4a1633384aca (patch)
treebbc49681f3e164e8fed78c994aef2e4d4cf92c14 /README.md
parentfde15d29f006e200ce8509cb6ddf4a66d2bad18f (diff)
Add markdown linting and fix some linting issues
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 21 insertions, 9 deletions
diff --git a/README.md b/README.md
index f249ce4..c49a156 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,38 @@
-# Local
-## Prerequisites :
+# Blog/CV
+
+## Local
+
+### Prerequisites
+
- Hugo: `brew install hugo`
-## Development :
+### Development
+
- Run `hugo server -D`
-## Build :
+### Build
+
- Run `hugo`
-## Deploy :
+### Deploy
+
- Build website using `hugo`
- Copy the generated `public` directory to any hosting environment.
- srht.site: `tar -C public -cvz . > site.tar.gz && hut pages publish -d a14m.srht.site site.tar.gz`
- cloudflare: `npx wrangler pages deploy public`
-# Docker
-## Prerequisites:
+## Docker
+
+### Prerequisites
+
- Docker: `brew install docker`
-## Build
+### Build
+
- Run `docker build . -t website`
- Run `docker run -p 1313:1313 -it website`
-or
+
+Or
+
- Run `docker-compose build`
- Run `docker-compose up`