1. 21 Sep, 2018 1 commit
  2. 18 Aug, 2018 1 commit
    • Ben Kochie's avatar
      Upgrade to Nanoc 4.0 · 1c4d72e0
      Ben Kochie authored
      * Update Ruby gems.
      * Remove nanoc-cachebuster due to incompatibility.
      * Add README item about GitHub auth to improve build reliability.
      * Fix various required config changes for 4.0
      Signed-off-by: 's avatarBen Kochie <superq@gmail.com>
      1c4d72e0
  3. 02 Jul, 2018 1 commit
  4. 08 Nov, 2017 1 commit
  5. 07 Nov, 2017 3 commits
  6. 26 Oct, 2017 3 commits
    • Tobias Schmidt's avatar
      Add support for subsections · ab04bb6f
      Tobias Schmidt authored
      ab04bb6f
    • Tobias Schmidt's avatar
      Fix relative links in repo docs · 8d8e494e
      Tobias Schmidt authored
      Relative links always need to point to one level below the current path,
      as nanoc path end on a trailing slash.
      8d8e494e
    • Tobias Schmidt's avatar
      Add repository documentation data source · bd570947
      Tobias Schmidt authored
      With this commit it becomes possible to define additional data sources
      for content pages. The content will be cloned from the specified
      repository. Links in these pages will be normalized to work inside the
      docs project. It's assumed the documentation pages include the standard
      nanoc config options and set :title and optionall :sort_rank.
      bd570947
  7. 15 Apr, 2017 1 commit
  8. 04 Mar, 2017 1 commit
  9. 07 Oct, 2016 1 commit
  10. 17 Apr, 2016 1 commit
  11. 16 Apr, 2016 2 commits
    • Tobias Schmidt's avatar
      Fix asset download URL · d68a07b0
      Tobias Schmidt authored
      d68a07b0
    • Tobias Schmidt's avatar
      Add download section · ffbdada1
      Tobias Schmidt authored
      This adds a new download section to the page with list for all available
      precompiled versions for officially maintained components. The release
      information are fetched via the Github API and rendered as static list.
      
      Currently only the latest release and the newest pre-release (if
      available) are show. This could be extended later. In order to keep the
      list usable besides the massive list of prebuilt binaries, a javascript
      os/arch filter has been added, defaulting to popular versions.
      
      The following changes have been made on the way:
      
      * Ensure all pages have a footer.
      * Remove duplicated jquery inclusion.
      * Use CSS to define text case of jumbotron buttons.
      * Add Download section to the header.
      * Reduce Github link to just the logo to save space.
      * Update Getting Started and Installing sections.
      ffbdada1
  12. 15 Apr, 2016 1 commit
  13. 08 Apr, 2016 1 commit
  14. 02 Apr, 2016 1 commit
  15. 30 Mar, 2016 1 commit
  16. 20 Jan, 2016 2 commits
  17. 28 May, 2015 1 commit
    • Julius Volz's avatar
      Sanitize and uniquify in-page anchors properly. · a9e17ba7
      Julius Volz authored
      Things like question marks or parentheses don't play nicely in URLs in
      many contexts. Replace all special characters with dashes, and also
      ensure that anchors are unique within a page if there are headers with
      identical texts.
      a9e17ba7
  18. 22 Apr, 2015 1 commit
    • Julius Volz's avatar
      Add initial blog code. · 8ab96295
      Julius Volz authored
      This is based roughly on
      
        http://clarkdave.net/2012/02/building-a-static-blog-with-nanoc/
      
      with a lot of small modifications to make it fit the existing docs site.
      
      Blog posts should be added as:
      
          content/blog/YYYY-MM-DD-post-title.md
      
      They need to state the title, kind, created_at, and author in the
      frontmatter, e.g.:
      
          ---
          title: "This is a blog post title"
          created_at: 2015-04-22
          kind: article
          author: Julius Volz
          ---
      8ab96295
  19. 25 Dec, 2014 1 commit
  20. 22 Dec, 2014 1 commit
  21. 19 Dec, 2014 1 commit