https://github.com/andreped/andreped.github.io
Personal website
https://github.com/andreped/andreped.github.io
Last synced: 7 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/andreped/andreped.github.io
- Owner: andreped
- License: mit
- Created: 2022-01-08T17:59:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T00:24:05.000Z (over 1 year ago)
- Last Synced: 2025-02-17T17:52:20.172Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://andreped.dev
- Size: 151 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Personal website
===================================
[](https://andreped.github.io/)

## Getting started
#### Production
This repository uses continuous deployment; for every successful commit, the website will be updated directly.
The website is hosted through GitHub Pages, hence, no development setup is required to update the website.
The snapshot in this README shows the current state of the website.
#### Development
If you wish to develop locally, it is required that you have some tools installed.
* Ruby
* Bundler
* Python
* Pip
Then you can build the website by running these commands:
```
$ bundle install
$ pip install jupyter
$ bundle exec jekyll serve --lsi
```
Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, commit your final changes.
## Credit
All credit to [alshedivat](https://github.com/alshedivat) for making such a great template! This repo is a detached fork from [al-folio](https://github.com/alshedivat/al-folio).