Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 brew

brew 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/