https://github.com/yeraydiazdiaz/yeray.dev
My personal website
https://github.com/yeraydiazdiaz/yeray.dev
Last synced: 3 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/yeraydiazdiaz/yeray.dev
- Owner: yeraydiazdiaz
- Created: 2017-07-15T13:15:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T01:39:05.000Z (11 months ago)
- Last Synced: 2025-01-13T03:27:27.244Z (5 months ago)
- Language: SCSS
- Homepage: https://yeray.dev
- Size: 4.47 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal website
https://yeray.dev
Using [Jekyll](https://jekyllrb.com) and a customised [Minima](https://github.com/jekyll/minima) theme.
## Setup
1. Install Ruby, ideally using [`asdf`](https://asdf-vm.com/)
2. Install [Bundler](https://bundler.io/): `gem install bundler`
3. Install the Jekyll and other dependencies: `bundler install`
4. Start Jekyll: `jekyll serve`