Built with Github Pages and Jekyll
Git
Docker
git clone https://github.com/Y-Foundry-Dao/yfd-docs.git
yfd-docs
cloned repo directorymake build
To build the Docker Image and Container
make start
To launch the Documentation Service
Open a browser to local documentation site
make stop
To stop the development environment
make rebuild
To rebuild the local development environment
make clean
To clean image and container files
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "jekyll"
gem "github-pages"
gem "just-the-docs", "0.4.0.rc3"
gem "jekyll-seo-tag"
gem "webrick"
gem "jekyll-default-layout"