My personal website and blog, built with Hugo & Coder.
Privacy-friendly analytics: https://agha.dev/analytics
Status: https://agha.dev/status
Clone the repository:
git clone --recurse-submodules https://github.com/nourkagha/agha.dev
Change to the source directory:
cd agha.dev
Run the local development server (localhost:1313):
hugo server
Build the site (published to /public
):
hugo