Skip to content
Snippets Groups Projects
  1. Jul 13, 2020
  2. Jul 11, 2020
  3. Jul 02, 2020
    • Martyn Welch's avatar
      Update the README.md · 0c2bbecd
      Martyn Welch authored
      
      The README.md is currently the stock one added by the gitlab Hugo
      template. Make the README.md more relevant for the Apertis website and
      provide some information on how to cause PDFs to be generated.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      0c2bbecd
    • Martyn Welch's avatar
      Tag existing concept documents for PDF generation · 78025790
      Martyn Welch authored
      
      We currently have no PDFs being generated. Add the required frontmatter
      to the existing concept documents to cause them to have PDFs generated.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      78025790
    • Martyn Welch's avatar
      Add functionality to generate simplified HTML for PDF generation · c753100f
      Martyn Welch authored
      
      Apertis currently has a large number of concept documents on
      designs.apertis.org. To improve branding, searchability and reduce
      maintenance, it would be better to have all these documents under the
      main website. One feature that the website is currently missing that is
      provided on designs.a.o is PDF generation, which is used when reviewing
      concepts with Bosch.
      
      Carry over the PDF generation functionality from designs.a.o and
      implement a mechanism for generating PDFs from the Hugo site on
      www.apertis.org so that we can move documents over from designs.a.o
      without loosing needed functionality.
      
      To do this we will generate simplfied HTML documents, with the
      extension `.pdf-in` when documents require this to be generated in
      their frontmatter, for example to generate html and the simplified HTML
      add:
      
          outputs = ["html", "pdf-in"]
      
      The create-pdf script will be run for each of these via the CI pipeline
      which will use a lightly modified version of the tooling used for
      designs.a.o to create the PDF and place it back into the site.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      c753100f
  4. Jul 01, 2020
  5. Jun 30, 2020
  6. Jun 29, 2020
  7. Jun 26, 2020
  8. Jun 25, 2020
    • Martyn Welch's avatar
      Add ability to add notice blocks to markdown · 15f77bf9
      Martyn Welch authored
      
      Add Hugo shortcodes and CSS to Hugo theme to allow notice blocks to be
      added to the markdown. There are 4 types available:
      
      - warning
      - info
      - note
      - tip
      
      By adding the following hugo shortcode around some text a formatted box is
      added to the HTML output:
      
          {{% notice info %}}
          Text for notice
          {{% /notice %}}
      
      This will be useful for highlighting important information.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      15f77bf9
  9. Jun 19, 2020
  10. Jun 18, 2020
    • Martyn Welch's avatar
      Update roadmap · 18db60a2
      Martyn Welch authored
      
      The roadmap currently visible on the website is out-of-date. Update the
      roadmap based on the roadmap topics found on the Apertis workboard,
      covering the 3 quarters of 2020 that have been planned. Move roadmap under
      "policies/" which is probably the best fit for it.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      18db60a2
Loading