diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-17 12:19:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-17 12:19:43 +0200 |
| commit | 326ecfbb3147cc72cccab91f80cc4a1633384aca (patch) | |
| tree | bbc49681f3e164e8fed78c994aef2e4d4cf92c14 /README.md | |
| parent | fde15d29f006e200ce8509cb6ddf4a66d2bad18f (diff) | |
Add markdown linting and fix some linting issues
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 21 insertions, 9 deletions
@@ -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` |
