Skip to content

vadholmen/vadholmen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Homepage for Vadholmens simskola, a summer swimming school in Sweden

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors