Imene Kerboua

imenelydiaker.github.io

Personal website of Imene Kerboua, built with Hugo and the Neso theme.

Prerequisites

Running locally

The theme is vendored as a git submodule, so clone with submodules:

git clone --recurse-submodules https://github.com/imenelydiaker/imenelydiaker.github.io.git
# or, if already cloned:
git submodule update --init --recursive

Then start the dev server (drafts included):

hugo server -D

The site is served at http://localhost:1313/ and rebuilds automatically on change.

Structure

Deployment

Pushed to master, the site is built and deployed to GitHub Pages by the workflow in .github/workflows/hugo.yml. Make sure the repository’s Settings → Pages → Source is set to GitHub Actions.