~a14m/a14m.srht.site

The A14M.me website/CV
Updates based on recommendations from Tom
Update structure to use more footnotes
Update with recommendation from abdallah

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~a14m/a14m.srht.site
read/write
git@git.sr.ht:~a14m/a14m.srht.site

You can also use your local clone with git send-email.

#Local

#Prerequisites :

  • Hugo: brew install hugo

#Development :

  • Run hugo server -D

#Build :

  • Run hugo

#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: brew install docker

#Build

  • Run docker build . -t website
  • Run docker run -p 1313:1313 -it website or
  • Run docker-compose build
  • Run docker-compose up