_config.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. # Site settings
  11. # These are used to personalize your new site. If you look in the HTML files,
  12. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  13. # You can create any custom variable you would like, and they will be accessible
  14. # in the templates via {{ site.myvariable }}.
  15. title: Lokalise APIv2 Node SDK
  16. email: bodrovis@protonmail.com
  17. description: >- # this means to ignore newlines until "baseurl:"
  18. Node interface for the Lokalise APIv2.
  19. baseurl: "/node-lokalise-api" # the subpath of your site, e.g. /blog
  20. url: "" # the base hostname & protocol for your site, e.g. http://example.com
  21. twitter_username: lokalise
  22. github_username: lokalise
  23. # Build settings
  24. markdown: kramdown
  25. theme: jekyll-theme-minimal
  26. plugins:
  27. - jekyll-feed
  28. # Exclude from processing.
  29. # The following items will not be processed, by default. Create a custom list
  30. # to override the default setting.
  31. # exclude:
  32. # - Gemfile
  33. # - Gemfile.lock
  34. # - node_modules
  35. # - vendor/bundle/
  36. # - vendor/cache/
  37. # - vendor/gems/
  38. # - vendor/ruby/