The Aparapi website.
Find a file
2020-01-20 16:24:23 +01:00
data Removed several irrelevant pages or half-finished pages.Changed the case on all files to lowercase and hyphenated. Cleaned up the code blocks across all files to show syntax highlighting. Changed the titles of many pages to shorter versions. 2016-12-17 22:34:38 -05:00
source Release: Updated all the links and versions to match current release. 2020-01-20 15:32:16 +01:00
.bowerrc Added bower support and used prockets for the appropriate javascript files. 2016-11-29 00:45:44 -05:00
.gitignore Added sass to gem deps. 2019-08-07 05:27:44 +02:00
.gitlab-ci.yml Build: Attempting to fix broken site. 2020-01-20 16:24:23 +01:00
bower.json Removed prism dependency. 2016-11-30 00:42:27 -05:00
config.rb Added the tree data to the repo and changed the order. 2016-11-30 14:37:46 -05:00
docker-compose.yml build: Added docker-compose file capable of building the website. 2020-01-20 15:07:42 +01:00
Gemfile Added sass to gem deps. 2019-08-07 05:27:44 +02:00
Gemfile.lock Build: Attempting to fix broken site. 2020-01-20 16:24:23 +01:00
README.md build: Added docker-compose file capable of building the website. 2020-01-20 15:07:42 +01:00

bundle install or bundle update
bower install
bundle exec middleman serve
bundle exec middleman build

on Mac OSX The following is needed to properly execute the first line to get ffi t install (might need to repeat again without env variables after ffi installs if other packages fail.)

LDFLAGS="-L/usr/local/opt/libffi/lib" PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" bundle install --path vendor

Alternatively compile it using a docker container:

UID=${UID} GID=${GID} docker-compose up