Skip to content
Snippets Groups Projects
Select Git revision
  • 60f565dffe9bd504b11f5e5fee64ae9abdc7f7c9
  • master default protected
2 results

hugo.toml

Blame
  • TheJoeCoder's avatar
    e59eab62
    History
    hugo.toml 2.92 KiB
    baseURL = "https://blog.radialbog9.uk/"
    defaultContentLanguage = "en"
    defaultContentLanguageInSubdir = true
    theme = "hermit-v2"
    timeZone = "Europe/London"
    
    # [outputs]
    #   home = ['html', 'rss']
    #   page = ['html']
    #   rss = ['rss']
    #   section = ['html', 'rss']
    #   taxonomy = ['html', 'rss']
    #   term = ['html', 'rss']
    
    [languages]
      [languages.en]
        title = 'bog9 blog'
        [languages.en.params]
          homeSubtitle = "programming and stuff i guess"
        weight = 1
     
    languageCode = "en-gb"
    
    # title = "Hermit - V2"
    # enableGitInfo = true
    
    pygmentsCodefences  = true
    pygmentsUseClasses  = true
    #hasCJKLanguage = true
    
    rssLimit = 10
    
    copyright = "Content is copyright - all rights reserved."
    enableEmoji = true
    
    #[services]
    #  [services.disqus]
    #    shortname = ''
    #  [services.googleAnalytics]
    #    id = ''
    
    
    [frontmatter]
    date = ["lastmod", "date", "publishDate"]
    lastmod = ["date", "lastmod", ":git", "publishDate"]
    publishDate = ["publishDate", "date"]
    expiryDate = ["expiryDate"]
    
    
    [params.author]
      name = "TheJoeCoder"
      #about = "about-hugo"
    
    [blackfriday]
      # hrefTargetBlank = true
      # noreferrerLinks = true
      # nofollowLinks = true
    
    [taxonomies]
      tag = "tags"
      # Categories are disabled by default.
      # category = "categories"
    
    [markup]
      [markup.goldmark]
        [markup.goldmark.renderer]
          unsafe = true
        [markup.goldmark.extensions]
          [markup.goldmark.extensions.passthrough]
            enable = true
            [markup.goldmark.extensions.passthrough.delimiters]
              block = [['\[', '\]'], ['$$', '$$']]
              inline = [['\(', '\)']]
    
    
    [params]
      dateform        = "Jan 2, 2006"
      dateformShort   = "Jan 2"
      dateformNum     = "2006-01-02"
      dateformNumTime = "2006-01-02 15:04 -0700"
    
      # Metadata mostly used in document's head
      description = "programming and stuff i guess"
      # images = [""]
      themeColor = "#494f5c"
    
      #homeSubtitle = "programming and stuff i guess"
      footerCopyright = ' TheJoeCoder'
      # bgImg = ""
      # gitUrl = "https://github.com/1bl4z3r/hermit-V2/tree/staging"
    
      justifyContent = false
    
      relatedPosts = true
      code_copy_button = true
    
      homeSubtitlePrinter = true
      scrollToTop = true 
      global_mathjax = false
      readTime = true
      readTimeSeparator = "\u2026 \u23F2 Reading Time:"
      # legacyLayout = false
      shareSocial = true
      # googleTagManager = "GTM-XXXXXXXX"
      # tagSymbol = "#"
      # categorySymbol = "⊲"
      pinned = "Pinned Posts"
      # pinnedSVGname = "pin"
      descriptionInPosts = true
      # initialPublish = "Initally Posted on: "
      human = ["single","posts"]
      # denyRobots = "noindex, nofollow, noarchive"
      # allowRobots = "index, follow"
      # siteNoIndex = false
      # noIndexPages = ["404 Page not found"]
      # footerHideThemeName = false
      # usesAnimation = true
    
      [[params.socialLinks]]
        name = "github"
        url = "https://github.com/TheJoeCoder"
      [[params.socialLinks]]
        name = "gitlab"
        url = "https://git.rb9.xyz/TheJoeCoder"
    
    [menu]
    
      [[menu.main]]
        name = "Posts"
        url = "posts/"
        weight = 10