Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menny/menny.github.io
Let me explain myself.
https://github.com/menny/menny.github.io
Last synced: about 7 hours ago
JSON representation
Let me explain myself.
- Host: GitHub
- URL: https://github.com/menny/menny.github.io
- Owner: menny
- License: apache-2.0
- Created: 2013-11-26T20:30:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:18:36.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:16:48.772Z (7 months ago)
- Language: HTML
- Homepage: https://evendanan.net
- Size: 245 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Menny Even-Danan Personal Page
This repository includes my web-pages.
Visit http://menny.github.io to enjoy it.
### Running locally
Make sure you have Ruby and cmake installed. On macOS:
```
brew install ruby
```
and
```
brew install cmake
```Make sure the newly installed `ruby` is accessible in the `PATH`:
```
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc
```And restart your shell.
Install all dependencies locally:```
bundle install
```
and
```
gem install bundler:2.1.4
```and serve:
```
bundle exec jekyll serve
```Point your browser to http://127.0.0.1:4000