Skip to content
View vadholmen's full-sized avatar

Block or report vadholmen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vadholmen/README.md

The vadholmen.se site

Building web page locally

Setup

On Ubuntu, I did the following once for the system to get a Ruby build system:

sudo apt install ruby-full build-essential
# install "bundler" for local user
gem install bundler --user-install

Then I did the following in my clone of the vadholmen repo to get all standard github plugins, such as Jekyll themes:

bundle config set --local path 'vendor/bundle'
bundle install

Now after every change I can do the following (from .github/workflow/lint.yml):

bundle exec jekyll build
bundle exec htmlproofer ./_site --assume-extension --disable-external --ignore-urls "/connect\.facebook\.net/"

Popular repositories Loading

  1. vadholmen vadholmen Public

    Homepage for Vadholmens simskola, a summer swimming school in Sweden

    JavaScript 1