Skip to content

TejasAnilkar/amphp.github.io

 
 

Repository files navigation

This repository contains shared files for all documentation pages as well as the main website.

Setup for a new repository

git submodule add https://github.com/amphp/amphp.github.io docs/.shared
# copy .gitignore, _config.yml and Gemfile from another repository
# adjust navigation and paths in _config.yml
cd docs
ln -s .shared/asset asset
bundle install --path vendor/bundle
bundle exec jekyll serve

Setup for an existing repository

cd docs
git submodule init
git submodule update
bundle install --path vendor/bundle
bundle exec jekyll serve

About

Main website repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.1%
  • CSS 35.7%
  • Ruby 0.2%