Free Software Solutions For Educational Institutions https://selfhosted.education
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Abhas Abhinav 1ed49b6c45 Add original PDF booklet to the website 3 years ago
_layouts Initial site 3 years ago
_posts Initial site 3 years ago
_sass/custom Add original PDF booklet to the website 3 years ago
assets Add original PDF booklet to the website 3 years ago
essential Initial site 3 years ago
network Initial site 3 years ago
overview Initial site 3 years ago
.gitignore Initial site 3 years ago
404.html Initial site 3 years ago
Gemfile Add original PDF booklet to the website 3 years ago
Gemfile.lock Add original PDF booklet to the website 3 years ago
README.md Adds README.md 3 years ago
_config.yml Add original PDF booklet to the website 3 years ago
about.markdown Add original PDF booklet to the website 3 years ago
action.md Initial site 3 years ago
benefits.md Initial site 3 years ago
credits.md Initial site 3 years ago
deploy.sh Initial site 3 years ago
essential.md Initial site 3 years ago
index.markdown Initial site 3 years ago
network.md Initial site 3 years ago
overview.md Initial site 3 years ago

README.md

Welcome to selfhosted.education

Free Software Solutions For Educational Institutions

How to use this source code

  1. Install jekyll: gem install jekyll
  2. Clone this repository
  3. Install gems via bundle: bundle
  4. Run the development web server: jekyll s
  5. Browser the website on: localhost:4000