dataworkbench-jekyll-theme 0.3.1 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/conventions.md +16 -7
- data/_layouts/default.html +1 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 4b596e3aff35ad0cc8f2397500afc41963c934e22eea9737779587dd8225ae65
         | 
| 4 | 
            +
              data.tar.gz: 454a63f3a694f2d7b5d8ac9780db35b0b7a6a2035cc194c6eb4bdc955f3d819b
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: ae47a2a0e18a6eb519cd412b8546645bf4847ab43be82c5b3b96df00e7f5b2ca97087b2154202fd65d60f5e74b7ffee54c0c7e627f8842514a052f0e13fe71ca
         | 
| 7 | 
            +
              data.tar.gz: 2ab7c6b98b007fc3d44a12eec7f6d6e763b825ebbd72f4d12b41556806155f46452b5f4bfc9fe724063bb7369b8d48a4566ef997efd5a6badbe9c40243f16c4c
         | 
    
        data/_includes/conventions.md
    CHANGED
    
    | @@ -12,23 +12,32 @@ In general, code blocks have the same left-hand border colour. | |
| 12 12 | 
             
            There is one main variation for code blocks.
         | 
| 13 13 |  | 
| 14 14 | 
             
            ```bash
         | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 17 | 
            -
             | 
| 15 | 
            +
            # This is a sample block of command line code, using bash syntax highlighting.
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            ls -lh
         | 
| 18 | 
            +
            for f in *; do
         | 
| 19 | 
            +
              cp $f ${f}2
         | 
| 20 | 
            +
            done
         | 
| 18 21 | 
             
            ```
         | 
| 19 22 |  | 
| 20 23 | 
             
            There are a few ways to highlight a paragraph.
         | 
| 21 24 |  | 
| 25 | 
            +
            To create a warning block, include a line above it like this:
         | 
| 26 | 
            +
             | 
| 27 | 
            +
            ```md
         | 
| 22 28 | 
             
            {:.warning}
         | 
| 23 29 |  | 
| 24 | 
            -
             | 
| 30 | 
            +
            This paragraph will become a warning.
         | 
| 31 | 
            +
            ```
         | 
| 25 32 |  | 
| 26 | 
            -
             | 
| 33 | 
            +
            {:.warning}
         | 
| 34 | 
            +
             | 
| 35 | 
            +
            A warning block offers information about potential pitfalls or errors.
         | 
| 27 36 |  | 
| 28 37 | 
             
            ```md
         | 
| 29 | 
            -
            { | 
| 38 | 
            +
            {:.info}
         | 
| 30 39 |  | 
| 31 | 
            -
            This paragraph will become  | 
| 40 | 
            +
            This paragraph will become an info block.
         | 
| 32 41 | 
             
            ```
         | 
| 33 42 |  | 
| 34 43 | 
             
            {:.info}
         | 
    
        data/_layouts/default.html
    CHANGED
    
    | @@ -23,7 +23,7 @@ | |
| 23 23 | 
             
                      <span class="icon-bar"></span>
         | 
| 24 24 | 
             
                    </button>
         | 
| 25 25 | 
             
                    <div class="navbar-brand">
         | 
| 26 | 
            -
                      <a href="{{ site.brand_url | default: "/ | 
| 26 | 
            +
                      <a href="{{ site.brand_url | default: "/" }}">{{site.brand}}</a>
         | 
| 27 27 | 
             
                    </div>
         | 
| 28 28 | 
             
                  </div>
         | 
| 29 29 | 
             
                  <div class="navbar-collapse collapse">
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: dataworkbench-jekyll-theme
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.3. | 
| 4 | 
            +
              version: 0.3.4
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Rolf Kleef
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2019- | 
| 11 | 
            +
            date: 2019-05-27 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: jekyll
         | 
| @@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 106 106 | 
             
                  version: '0'
         | 
| 107 107 | 
             
            requirements: []
         | 
| 108 108 | 
             
            rubyforge_project: 
         | 
| 109 | 
            -
            rubygems_version: 2.7.6
         | 
| 109 | 
            +
            rubygems_version: 2.7.6.2
         | 
| 110 110 | 
             
            signing_key: 
         | 
| 111 111 | 
             
            specification_version: 4
         | 
| 112 112 | 
             
            summary: 'Theme assembly for DataWorkbench: Jekyll, Typora.'
         |