_config.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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: Seader
  21. email: bettse@fastmail.fm
  22. description: >- # this means to ignore newlines until "baseurl:"
  23. Interface with a SAM from the Flipper Zero over UART
  24. baseurl: "" # the subpath of your site, e.g. /blog
  25. url: "https://seader.ericbetts.dev" # the base hostname & protocol for your site, e.g. http://example.com
  26. github_username: bettse
  27. gitlab_username: bettse
  28. responsive_image:
  29. template: _includes/responsive-image.html
  30. sizes:
  31. - width: 320
  32. - width: 480
  33. - width: 800
  34. # Build settings
  35. theme: minima
  36. plugins:
  37. - jekyll-feed
  38. - jekyll-responsive-image
  39. - jekyll-clicky
  40. jekyll_clicky: #Add this if you want to track with Clicky analytics
  41. site:
  42. id: 101415968
  43. # Exclude from processing.
  44. # The following items will not be processed, by default.
  45. # Any item listed under the `exclude:` key here will be automatically added to
  46. # the internal "default list".
  47. #
  48. # Excluded items can be processed by explicitly listing the directories or
  49. # their entries' file path in the `include:` list.
  50. #
  51. # exclude:
  52. # - .sass-cache/
  53. # - .jekyll-cache/
  54. # - gemfiles/
  55. # - Gemfile
  56. # - Gemfile.lock
  57. # - node_modules/
  58. # - vendor/bundle/
  59. # - vendor/cache/
  60. # - vendor/gems/
  61. # - vendor/ruby/