Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebkalderon/ebkalderon.github.io
Personal website and portfolio
https://github.com/ebkalderon/ebkalderon.github.io
blog portfolio portfolio-website zola
Last synced: 3 days ago
JSON representation
Personal website and portfolio
- Host: GitHub
- URL: https://github.com/ebkalderon/ebkalderon.github.io
- Owner: ebkalderon
- License: mit
- Created: 2017-11-15T06:31:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T18:47:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T02:53:27.775Z (2 months ago)
- Topics: blog, portfolio, portfolio-website, zola
- Language: TeX
- Homepage: https://eyalkalderon.com
- Size: 15.8 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Website
[![Build Status][gbadge]][glink] [![CC BY-SA License][lbadge]][llink]
[gbadge]: https://github.com/ebkalderon/ebkalderon.github.io/workflows/zola/badge.svg?branch=master
[glink]: https://github.com/ebkalderon/ebkalderon.github.io/actions[lbadge]: https://img.shields.io/badge/license-CC_BY--SA-blue.svg
[llink]: https://creativecommons.org/licenses/by-sa/4.0/This is the source code for my personal website. Built by [Zola], deployed
automatically through [GitHub Actions], and hosted on [GitHub Pages].[Zola]: https://www.getzola.org/
[GitHub Actions]: https://github.com/features/actions
[GitHub Pages]: https://pages.github.com/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.[`master`]: https://github.com/ebkalderon/ebkalderon.github.io/tree/master
[`gh-pages`]: https://github.com/ebkalderon/ebkalderon.github.io/tree/gh-pages## Building locally
1. [Install Zola](https://www.getzola.org/documentation/getting-started/installation/)
2. `git clone --recursive https://github.com/ebkalderon/ebkalderon.github.io`
3. `cd ebkalderon.github.io`
4. `zola serve --open`## Generating résumé
1. Install [TeX Live](https://www.tug.org/texlive/) and the GNU FreeSerif font.
2. `cd resume/`
3. `lualatex resume.tex`## License
Copyright © 2023 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][llink].* The website source code, excluding the visual design, is licensed under the
terms of the [MIT License](./LICENSE).