Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

441 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdxhackerspace.org Website

Build HTML Proofer Link Check Spell Check Deploy Pages Built with Jekyll

This is the repo for the pdxhackerspace.org site, served using GitHub Pages. The site is built with Jekyll from HTML snippets, includes, and front matter.

Running the Site Locally

Use the same Jekyll and Ruby versions GitHub Pages runs in production. The github-pages gem pins those for you.

Prerequisites

Setup

Install Ruby 3.3 if needed. With rbenv:

rbenv install 3.3.4
rbenv local 3.3.4

Or with RVM:

rvm install 3.3.4
rvm use 3.3.4

Install gems:

gem install bundler
bundle install

Run the site

bundle exec jekyll serve

Open http://127.0.0.1:4000. Jekyll watches for changes and rebuilds automatically.

To match production more closely:

bundle exec jekyll serve --safe

Updating dependencies

When GitHub Pages updates its build environment, refresh local gems with:

bundle update github-pages

Check the live pinned versions at https://pages.github.com/versions.json

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages