Skip to content
Snippets Groups Projects
  1. 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
  2. May 28, 2020
  3. Apr 23, 2020
    • Martyn Welch's avatar
      Tweak site indexing to include all pages · a76b3704
      Martyn Welch authored
      
      The current search indexing only looks at "regular pages". This ensures
      that a lot of the content is indexed and avoids the indexing of taxonomies
      and other broadly irrelevant types of content in the index. However, it
      does result in certain lists pages not being included in the index that
      may contain valuable information.
      
      The value of having the list pages indexed currently outweights the impact
      of potentially including other tertiary data in the index, for a start
      we're not currently using taxonomies. This should be re-evaluated as and
      when we're able to spend time better structuring the website.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      a76b3704
  4. Apr 09, 2020
  5. Mar 26, 2020
    • Martyn Welch's avatar
      Fixing URL used for search · bf10f8b0
      Martyn Welch authored
      
      The current search is using the URL "<site>/search", which is getting
      redirected to the true location "<site>/search/". When running through
      Hugo, the server it runs on localhost is maintaining the GET request
      across the redirect, the hosting isn't.
      
      The easiest (and arguably best) way or dealing with this is to correct the
      URL so that no redirect is needed.
      
      Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
      bf10f8b0
  6. Mar 25, 2020
  7. Jan 30, 2020
  8. Jan 28, 2020
  9. Jan 16, 2020
  10. Jan 15, 2020
  11. Jan 14, 2020
  12. Mar 06, 2019
Loading