123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- baseurl = "https://www.nobad.news/"
- title = "News"
- author = "news"
- paginate = 8
- PaginatePath = "/posts/"
- theme = "hugo-curious"
- publishDir= "/opt/www_nobad_news"
- DefaultContentLanguage = "en"
- [taxonomies]
- category = "categories"
- tag = "tags"
- series = "series"
- [markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- hardWraps = false
- unsafe = true
- xhtml = false
- [markup.goldmark.extensions]
- typographer = false
- [markup.highlight]
- codeFences = true
- guessSyntax = false
- hl_Lines = "--"
- lineNoStart = 1
- lineNos = true
- lineNumbersInTable = false
- noClasses = false
-
- tabWidth = 2
- [permalinks]
- page = "/:slug/"
- posts = "/:slug/"
- notes = "/:slug/"
- [params]
- author = "steelers"
- twitter = "@vietanhdev"
- largeTwitterCard = false
- introDescription = "test"
- description = "test"
- searchTypes = ["posts", "notes"]
- codeLineNumbers = true
- ga_analytics = "UA-176023093-1"
- numberOfTagsShown = 8
- fallBackOgImage = "images/thumbnail.jpg"
- mainSections = ["posts"]
- centerLogo = false
- logo = "logo.png"
- mobileNavigation = "right"
- enforceLightMode = true
- numberOfRecentPosts = 8
- numberOfFeaturedPosts = 8
- talkyardServerUrl = "https://comments-for-aicurious-io.talkyard.net"
- talkyardScriptUrl = "https://c1.ty-cdn.net/-/talkyard-comments.min.js"
- contactFormSubmitUrl = "https://formspree.io/xaypalea"
- buyMeACoffeeId = "vietanhdev"
- mailChimpUrl = "https://vietanhdev.us13.list-manage.com/subscribe/post?u=c5f9d88238b4c0ec0106fe459&id=e74e121dc8"
- showCookieConsent = true
- privacyPolicyPage = "https://aicurious.io/privacy-policy/"
- [related]
- includeNewer = true
- threshold = 10
- toLower = false
- [[related.indices]]
- name = "keywords"
- weight = 100
- [[related.indices]]
- name = "date"
- weight = 10
- [outputs]
- home = ["HTML", "RSS", "JSON"]
|