This is the Airsonic website repo.
git clone https://github.com/airsonic/airsonic.github.io
.cd airsonic.github.io
.git clone https://github.com/airsonic/airsonic-docs docs
.cd ..
ruby
with the devkit. If you run it on Windows, don't install it to C:\Program Files
as you will get trouble with the space later!bundler
(gem install bundler
).jekyll
(gem install jekyll
).bundler update
.bundler install
.bundler exec jekyll serve --watch
.The above wrapped into a little script (it assume you have bundler installed):
git clone https://github.com/airsonic/airsonic.github.io && \
cd airsonic.github.io && \
git clone https://github.com/airsonic/airsonic-docs docs && \
bundler install
Please see this guide for any contribution.
Use _updatesubmodule.sh to update the submodule docs.