contents of rezept-schneider.de https://rezept-schneider.de
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.

44 lines
1.2 KiB

5 years ago
  1. baseURL = "https://rezept-schneider.de"
  2. languageCode = "de-de"
  3. title = "Rezeptschneider"
  4. theme = 'toasted-cactus'
  5. [params]
  6. name = "Rezeptschneider"
  7. description = "Leckere Rezepte, meist ohne Fleisch"
  8. bio = ""
  9. # Enter optionally your twitter account
  10. #twitter = "derSchneiderr"
  11. enableRSS = true
  12. # Integrate Javascript files or stylesheets by adding the url to the external assets or by
  13. # linking local files with their path relative to the static folder, e.g. "css/styles.css"
  14. customCSS = []
  15. customJS = []
  16. # The variables below are optionally too and can be used to
  17. # translate or customize each string of the theme.
  18. # Navigation links
  19. home = ""
  20. about = ""
  21. subscribe = ""
  22. # Pagination links
  23. olderPosts = ""
  24. newerPosts = ""
  25. readMore = ""
  26. copyright = ""
  27. # Sharing options and author information in posts
  28. aboutAuthor = "I like programming"
  29. tweet = ""
  30. share = ""
  31. # 404 page
  32. title404 = "Ooops"
  33. subtitle404 = "This is not what you're looking for"
  34. # The social icons can be styled differently if you use mono as font - circle, rounded, or empty
  35. socialIconStyle = "empty"
  36. [params.piwik]
  37. ID = "10"
  38. SiteURL = "piwik.webschneider.org"