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.

59 lines
2.1 KiB

3 years ago
3 years ago
  1. # Welcome to Jekyll!
  2. #
  3. # This config file is meant for settings that affect your whole blog, values
  4. # which you are expected to set up once and rarely edit after that. If you find
  5. # yourself editing this file very often, consider using Jekyll's data files
  6. # feature for the data you need to update frequently.
  7. #
  8. # For technical reasons, this file is *NOT* reloaded automatically when you use
  9. # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
  10. #
  11. # If you need help with YAML syntax, here are some quick references for you:
  12. # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
  13. # https://learnxinyminutes.com/docs/yaml/
  14. #
  15. # Site settings
  16. # These are used to personalize your new site. If you look in the HTML files,
  17. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  18. # You can create any custom variable you would like, and they will be accessible
  19. # in the templates via {{ site.myvariable }}.
  20. title: Self Hosted Education
  21. email: abhas@abhas.io
  22. description: >- # this means to ignore newlines until "baseurl:"
  23. Write an awesome description for your new site here. You can edit this
  24. line in _config.yml. It will appear in your document head meta (for
  25. Google search results) and in your feed.xml site description.
  26. baseurl: "" # the subpath of your site, e.g. /blog
  27. url: "https://selfhosted.education" # the base hostname & protocol for your site, e.g. http://example.com
  28. twitter_username: abhasabhinav
  29. github_username: abhas
  30. logo: "/assets/she-logo.png"
  31. search_enabled: false
  32. # Build settings
  33. theme: "just-the-docs"
  34. plugins:
  35. - jekyll-feed
  36. - jekyll-pdf-embed
  37. # Exclude from processing.
  38. # The following items will not be processed, by default.
  39. # Any item listed under the `exclude:` key here will be automatically added to
  40. # the internal "default list".
  41. #
  42. # Excluded items can be processed by explicitly listing the directories or
  43. # their entries' file path in the `include:` list.
  44. #
  45. # exclude:
  46. # - .sass-cache/
  47. # - .jekyll-cache/
  48. # - gemfiles/
  49. # - Gemfile
  50. # - Gemfile.lock
  51. # - node_modules/
  52. # - vendor/bundle/
  53. # - vendor/cache/
  54. # - vendor/gems/
  55. # - vendor/ruby/