Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjaminrose/benjaminrose.github.io
My personal website
https://github.com/benjaminrose/benjaminrose.github.io
jekyll jekyll-blog personal-blog personal-website
Last synced: 13 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/benjaminrose/benjaminrose.github.io
- Owner: benjaminrose
- Created: 2014-11-10T20:44:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T18:47:14.000Z (over 1 year ago)
- Last Synced: 2023-08-02T12:49:55.521Z (over 1 year ago)
- Topics: jekyll, jekyll-blog, personal-blog, personal-website
- Language: HTML
- Homepage: http://benjaminrose.github.io
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Benjamin's Website
## Development Installation
Get jekyll installed [docs](https://jekyllrb.com/docs/installation/macos/)
```bash
# requires user/GUI interaction
xcode-select --install# Install Homebrew
which brewbrew install ruby
echo 'export PATH=/usr/local/opt/ruby/bin:$PATH' >> ~/.bash_profile
gem install --user-install bundler jekyll# pay attention to the ruby version
echo 'export PATH=$HOME/.gem/ruby/3.0.0/bin:$PATH' >> ~/.bash_profile
```You can check that ruby and your gems can all by found by using `gem env`.
Finally install this website's dependancies:
```bash
gem install jekyll-paginate jekyll-redirect-from
```
Find all current dependancies listed in `_config.yml`.## Preview
Run `bundle exec jekyll serve` in the project directory and view preview at http://127.0.0.1:4000.
## Hidden pages
* non-advertised pages
* /around/
* /src/
* /thanks/
* /travel/
* redirects
* /amazon/
* /lets-meet/
* /setapp/
* /twitter/
* /wyzant/