Personal website of Sebastian Daza — sdaza.com
Built with Jekyll and hosted on GitHub Pages.
- About — Bio and contact info
- Blog — Posts on data science, demography, and statistics
- Publications — Academic publications (managed via Jekyll-Scholar)
- Projects — Selected project portfolio
- Repositories — GitHub repos with live star counts
- CV — Web-based resume with PDF downloads
- Ruby 3.2+
- Bundler (
gem install bundler)
bundle install
bundle exec jekyll serve --livereloadThe site will be available at http://localhost:4000.
docker-compose upThis starts the site at http://localhost:8080.
Pushing to main triggers the GitHub Actions workflow (.github/workflows/deploy.yml), which builds the site and deploys it to the gh-pages branch.
The content of this site is © Sebastian Daza. The underlying theme is based on al-folio, available under the MIT License.