~a14m/a14m.srht.site

The A14M.me website/CV
Update the links to visualpedia project
Fix phone website and media queries
Rework styling of the web/print

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 serve

#Build :

  • Run hugo

#Deploy :

  • Run hugo
  • Copy the generated public directory to any hosting environment. (srht.site)

#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