Personal Website
This is the source code for my personal website. Built by Zola, deployed automatically through GitHub Actions, and hosted on GitHub Pages.
Commits pushed to the master
branch of this repository are automatically
deployed to the gh-pages
branch by GitHub Actions, which are then published
by GitHub Pages.
Building locally
- Install Zola
git clone --recursive https://github.com/ebkalderon/ebkalderon.github.io
cd ebkalderon.github.io
zola serve --open
License
Copyright © 2022 Eyal Kalderon. All rights reserved, except for the parts enumerated below:
-
The page content, i.e. the
content
directory, is licensed under the terms of the Creative Commons Attribution/ShareAlike 4.0 License. -
The website source code, excluding the visual design, is licensed under the terms of the MIT License.