Skip to content
Snippets Groups Projects
Select Git revision
  • 22643a986d7886dfa9baba54e6863eaeb2510e13
  • wip/d4s/rockpro64
  • wip/d4s/T7421_force_signed_deltas
  • wip/d4s/apertis-image-recipes_rpi64
  • apertis-image-recipes_rpi64
  • apertis-image-recipes_rpi3
  • apertis/v2021dev3
  • apertis/v2021dev2
  • apertis/v2020
  • apertis/v2019
  • apertis/v2021dev1
  • wip/d4s/T6553
  • apertis/v2021dev0
  • apertis/v2020pre
  • apertis/v2020dev0
  • wip/d4s/sign
  • apertis/v2019pre
  • wip/sjoerd/v2019dev0-rpi3
  • wip/d4s/apertis/v2019pre
  • apertis/v2019dev0
  • wip/d4s/collectionid
21 results

README

Blame
  • Forked from infrastructure / apertis-image-recipes
    Source project has a limited visibility.
    config.toml 2.27 KiB
    baseurl = "https://www.apertis.org/"
    title = "Apertis"
    
    theme = "beautifulhugo"
    
    canonifyURLs = true
    
    languageCode = "en-us"
    
    [Author]
      name = "Apertis Project"
      website = "https://www.apertis.org"
    
    [Params]
      subtitle = "Collaborative OS platform for products"
      logo = "logo-white.svg"
      favicon = "favicon.ico"
      dateFormat  = "2006-01-02"
      rss = true
      license = "Content is available under Creative Commons Attribution Share Alike unless otherwise noted."
      pager = false
      sourceLink = "https://gitlab.apertis.org/docs/apertis-website/-/blob/master/content/"
    
    # Menu
    [menu]
      # Header
      [[menu.main]]
        url = "https://stats.uptimerobot.com/R8MlxtrZXO"
        name = "Service Status"
        weight = 1
      [[menu.main]]
        url = "download/"
        name = "Download"
        weight = 2
      [[menu.main]]
        url = "https://gitlab.apertis.org"
        name = "GitLab"
        weight = 3
    
      # Footer
      [[menu.footer]]
        url = "policies/copyrights/"
        name = "Copyright Statement"
        weight = 1
      [[menu.footer]]
        url = "policies/privacy_policy/"
        name = "Privacy Policy"
        weight = 3
      [[menu.footer]]
        url = "policies/terms_of_use/"
        name = "Terms of Use"
        weight = 4
      [[menu.footer]]
        url = "policies/code_of_conduct/"
        name = "Code of Conduct"
        weight = 5
    
    # Links format
    #[permalinks]
    #  posts = "/posts/:year/:month/:title/"
    
    [outputs]
      home = ["HTML", "RSS", "JSON"]
    #  page = ["HTML", "PDF-IN"]
    
    
    # This is a bit of a hack to generate simplified HTML files that get ingested
    # by an external tool to generate PDFs for the HTML pages. We create a file
    # named `index.pdf-in` that gets used to create a PDF.
    [outputFormats]
      [outputFormats.PDF-IN]
        mediaType = "html/pdf-in"
    
    [mediaTypes]
      [mediaTypes."html/pdf-in"]
        suffixes = ["pdf-in"]
    
    # By default Goldmark does not render raw HTMLs and potentially dangerous
    # links. As we have HTML tables in places (that can't readily be implemented
    # in pure Markdown due to large cells with complex content) and can be sure
    # of the content being rendered, switch "unsafe" on to allow these HTML
    # elements to be created.
    [markup]
      [markup.goldmark.renderer]
        unsafe = true
    
      [markup.tableOfContents]
        startLevel = 1
        endLevel = 2
    
      [markup.highlight]
        lineNos = true
        lineNumbersInTable = true
        noClasses = false
        style = "vs"