This is the source code for Diego Di Carlo's personal website, built with Jekyll and hosted on GitHub Pages.
- Jekyll - Static site generator
- Foundation CSS - Frontend framework
- Ruby 3.4.1 - Runtime environment
- GitHub Pages - Hosting
- Ruby 3.4.1 (or compatible version)
- Bundler gem
-
Clone the repository:
git clone https://github.com/chutlhu/chutlhu.github.io.git cd chutlhu.github.io -
Install dependencies:
bundle install
-
Build and serve the site:
bundle exec jekyll serve --livereload -
Visit
http://localhost:4000in your browser
_includes/- Reusable HTML components_layouts/- Page templates_posts/- Blog posts_projects/- Research projects_musics/- Music projects_data/- Data files (CV, navigation, etc.)css/,javascripts/,images/- Assets
Heavily inspired by the website of Robin Scheibler. locally with
bundle exec jekyll serve