1
0
Fork 0
Free Software Solutions For Educational Institutions https://selfhosted.education
Find a file
2021-03-01 09:42:45 +05:30
_layouts Initial site 2021-02-25 20:07:59 +05:30
_posts Initial site 2021-02-25 20:07:59 +05:30
_sass/custom Add original PDF booklet to the website 2021-03-01 09:42:45 +05:30
assets Add original PDF booklet to the website 2021-03-01 09:42:45 +05:30
essential Initial site 2021-02-25 20:07:59 +05:30
network Initial site 2021-02-25 20:07:59 +05:30
overview Initial site 2021-02-25 20:07:59 +05:30
.gitignore Initial site 2021-02-25 20:07:59 +05:30
404.html Initial site 2021-02-25 20:07:59 +05:30
_config.yml Add original PDF booklet to the website 2021-03-01 09:42:45 +05:30
about.markdown Add original PDF booklet to the website 2021-03-01 09:42:45 +05:30
action.md Initial site 2021-02-25 20:07:59 +05:30
benefits.md Initial site 2021-02-25 20:07:59 +05:30
credits.md Initial site 2021-02-25 20:07:59 +05:30
deploy.sh Initial site 2021-02-25 20:07:59 +05:30
essential.md Initial site 2021-02-25 20:07:59 +05:30
Gemfile Add original PDF booklet to the website 2021-03-01 09:42:45 +05:30
Gemfile.lock Add original PDF booklet to the website 2021-03-01 09:42:45 +05:30
index.markdown Initial site 2021-02-25 20:07:59 +05:30
network.md Initial site 2021-02-25 20:07:59 +05:30
overview.md Initial site 2021-02-25 20:07:59 +05:30
README.md Adds README.md 2021-02-26 11:24:13 +05:30

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