Personal site built with Hugo and the Blowfish theme.
-
Install Hugo (Extended) (v0.141.0+).
-
Clone and run:
git clone https://github.com/kcarini/kcarini.github.io.git cd kcarini.github.io hugo server -
Open http://localhost:1313. Hugo will download the Blowfish theme on first run.
Pushing to main triggers GitHub Actions, which builds the site and deploys to GitHub Pages. In repo Settings → Pages, set Source to GitHub Actions.
- Homepage:
content/_index.md(hero + intro) - Blog: add markdown files under
content/posts/ - Projects: add markdown under
content/projects/ - CV: edit
content/cv.md; put your PDF instatic/askiri-carini-resume.pdf
Place hero and profile images in assets/ (see assets/README.md). Custom domain is set via static/CNAME (kiricarini.com).