Free Software Solutions For Educational Institutions
https://selfhosted.education
_layouts | ||
_posts | ||
_sass/custom | ||
assets | ||
essential | ||
network | ||
overview | ||
.gitignore | ||
404.html | ||
_config.yml | ||
about.markdown | ||
action.md | ||
benefits.md | ||
credits.md | ||
deploy.sh | ||
essential.md | ||
Gemfile | ||
Gemfile.lock | ||
index.markdown | ||
network.md | ||
overview.md | ||
README.md |
Welcome to selfhosted.education
Free Software Solutions For Educational Institutions
How to use this source code
- Install jekyll:
gem install jekyll
- Clone this repository
- Install gems via bundle:
bundle
- Run the development web server:
jekyll s
- Browser the website on:
localhost:4000