GitXplorerGitXplorer
b

bencwallace.github.io

public
0 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
1552adecc51898f781a71d18c2d72adf1c81de91

fix dev environment

committed 9 months ago
Verified
ae95290488551aa34de56aff7030395ff32688b7

Update index.md

bbencwallace committed 4 years ago
Verified
a05ba0a8c8d3a5f10aaf2fb2e71049bec0ad5615

Update index.md

bbencwallace committed 4 years ago
Unverified
77ad5fbc47782b6fd7e9d160ccfb861a5b8a6c84

removed cleartext and doc2date pages

committed 4 years ago
Unverified
1de62046fdae3f4d366634afb0679609a43d582b

applied redirect template to doc2date

bbencwallace committed 4 years ago
Verified
ad7f5af07ed8a15755ec94fb8c5a0322570e0e34

Create .gitattributes

bbencwallace committed 4 years ago

README

The README file for this repository.

Personal Site

Serving

The easiest way is to use the included VSCode devcontainer or the docker-compose file by running docker-compose up.

Otherwise, set up your system as follows:

  1. Install Ruby
  2. Install bundler: gem install bundler
  3. Install requirements: bundle install

Then serve with bundle exec jekyll serve.