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.
 
 
 
 
 

62 lines
2.1 KiB

  1. <<<<<<< HEAD
  2. # Welcome to Jekyll!
  3. #
  4. # This config file is meant for settings that affect your whole site, values
  5. # which you are expected to set up once and rarely edit after that. If you find
  6. # yourself editing these this file very often, consider using Jekyll's data files
  7. # feature for the data you need to update frequently.
  8. #
  9. # For technical reasons, this file is *NOT* reloaded automatically when you use
  10. # 'jekyll serve'. If you change this file, please restart the server process.
  11. # Site settings
  12. # These are used to personalize your new site. If you look in the HTML files,
  13. # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
  14. # You can create any custom variable you would like, and they will be accessible
  15. # in the templates via {{ site.myvariable }}.
  16. title: PiSDR Project
  17. description: Official PiSDR Project Download and Documentation Page
  18. baseurl: "/"
  19. url: "https://pisdr.luigifreitas.me" # the base hostname & protocol for your site, e.g. http://example.com
  20. permalink: pretty
  21. exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"]
  22. # Set a path/url to a logo that will be displayed instead of the title
  23. #logo: "/assets/images/just-the-docs.png"
  24. # Enable or disable the site search
  25. search_enabled: true
  26. # Set the search token separator for hyphenated-word search:
  27. search_tokenizer_separator: /[\s/]+/
  28. # Enable or disable heading anchors
  29. heading_anchors: true
  30. # Aux links for the upper right navigation
  31. aux_links:
  32. "PiSDR Project on GitHub":
  33. - "//github.com/luigifreitas/pisdr-image"
  34. # Footer content appears at the bottom of every page's main content
  35. footer_content: "Copyright &copy; 2019-2019 Luigi F. Cruz. Distributed by an <a href=\"https://raw.githubusercontent.com/luigifreitas/pisdr-image/master/LICENSE\">MIT license.</a>"
  36. color_scheme: nil
  37. ga_tracking: UA-126129402-1
  38. plugins:
  39. - jekyll-seo-tag
  40. compress_html:
  41. clippings: all
  42. comments: all
  43. endings: all
  44. startings: []
  45. blanklines: false
  46. profile: false
  47. =======
  48. theme: jekyll-theme-cayman
  49. >>>>>>> f429b03be641f7a26cadc6f92b8187dde4b423aa