Skip to content
Snippets Groups Projects
Select Git revision
  • 7abf74942d98f58b3eb10c8ef7c05a17c46f815f
  • apertis/v2026dev3 default protected
  • pristine-lfs-source
  • apertis/v2026dev2 protected
  • debian/trixie protected
  • pristine-lfs protected
  • upstream/trixie protected
  • proposed-updates/debian/sid/ba7bb66e
  • apertis/v2025 protected
  • apertis/v2025dev1 protected
  • apertis/v2025dev2 protected
  • apertis/v2025dev3 protected
  • apertis/v2025pre protected
  • apertis/v2026dev0 protected
  • apertis/v2026dev1 protected
  • upstream/bookworm protected
  • debian/bookworm-backports protected
  • apertis/v2024 protected
  • apertis/v2024pre protected
  • apertis/v2025dev0 protected
  • apertis/v2024dev1 protected
  • apertis/0.5.8-2+apertis1
  • debian/0.5.8-2
  • apertis/0.5.8-1+apertis1
  • debian/0.5.8-1
  • upstream/0.5.8
  • debian/0.5.3-1
  • upstream/0.5.3
  • apertis/0.4.17-1_bpo12+1+apertis2
  • apertis/0.4.17-1_bpo12+1+apertis1
  • debian/0.4.17-1_bpo12+1
  • upstream/0.4.17
  • debian/0.4.15-1_bpo12+1
  • upstream/0.4.15
  • apertis/0.4.14-4_bpo12+1+apertis2
  • apertis/0.4.14-4_bpo12+1+apertis1
  • debian/0.4.14-4_bpo12+1
  • upstream/0.4.14
  • apertis/0.4.13-1+apertis1
  • debian/0.4.13-1
  • upstream/0.4.13
41 results

session.h

Blame
  • 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"