oss-soft-serve 0.1.0
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 +7 -0
 - data/LICENSE.txt +21 -0
 - data/README.md +45 -0
 - data/_includes/footer.html +17 -0
 - data/_includes/getting-started.md +69 -0
 - data/_includes/head.html +16 -0
 - data/_includes/scripts.html +3 -0
 - data/_layouts/default.html +11 -0
 - data/_layouts/document.html +48 -0
 - data/_layouts/home.html +57 -0
 - data/_posts/2017-03-10-getting-started.md +7 -0
 - data/_posts/2017-03-14-building-documentation.md +19 -0
 - data/_sass/_code.scss +21 -0
 - data/_sass/_docs.scss +40 -0
 - data/_sass/_home.scss +77 -0
 - data/_sass/_mixins.scss +92 -0
 - data/_sass/_solarized-dark.scss +87 -0
 - data/_sass/_solarized-light.scss +87 -0
 - data/_sass/syntax-one-dark.scss +1 -0
 - metadata +104 -0
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA1:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 3376a5b8a0fefb701d0bb7041be410abcf72067f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 62c8a9594ac7895cf0599993096a7e066d581a39
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 143d7a1780f37c1f5167fcaec8943467cada55331a52accf7982cca55550fd30d0e741245b8ff9cdaf6412c444c0c873c06b428756d86772c5f25ac387d6d844
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: ad97f35475902e9b71b9751983c72962a3f0f7cc2b6b2dbc81c008d9bf5bfb135e7d3523139aec8aa74d3dc09df204f64ad15da64d6976e2c7bfea8258127b02
         
     | 
    
        data/LICENSE.txt
    ADDED
    
    | 
         @@ -0,0 +1,21 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            The MIT License (MIT)
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            Copyright (c) 2016 
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            Permission is hereby granted, free of charge, to any person obtaining a copy
         
     | 
| 
      
 6 
     | 
    
         
            +
            of this software and associated documentation files (the "Software"), to deal
         
     | 
| 
      
 7 
     | 
    
         
            +
            in the Software without restriction, including without limitation the rights
         
     | 
| 
      
 8 
     | 
    
         
            +
            to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         
     | 
| 
      
 9 
     | 
    
         
            +
            copies of the Software, and to permit persons to whom the Software is
         
     | 
| 
      
 10 
     | 
    
         
            +
            furnished to do so, subject to the following conditions:
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            The above copyright notice and this permission notice shall be included in
         
     | 
| 
      
 13 
     | 
    
         
            +
            all copies or substantial portions of the Software.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         
     | 
| 
      
 16 
     | 
    
         
            +
            IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         
     | 
| 
      
 17 
     | 
    
         
            +
            FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         
     | 
| 
      
 18 
     | 
    
         
            +
            AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         
     | 
| 
      
 19 
     | 
    
         
            +
            LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         
     | 
| 
      
 20 
     | 
    
         
            +
            OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
         
     | 
| 
      
 21 
     | 
    
         
            +
            THE SOFTWARE.
         
     | 
    
        data/README.md
    ADDED
    
    | 
         @@ -0,0 +1,45 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # oss-soft-serve
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ## Installation
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            Add this line to your Jekyll site's Gemfile:
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            ```ruby
         
     | 
| 
      
 10 
     | 
    
         
            +
            gem "oss-soft-serve"
         
     | 
| 
      
 11 
     | 
    
         
            +
            ```
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            And add this line to your Jekyll site's `_config.yml`:
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            ```yaml
         
     | 
| 
      
 16 
     | 
    
         
            +
            theme: oss-soft-serve
         
     | 
| 
      
 17 
     | 
    
         
            +
            ```
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            And then execute:
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
                $ bundle
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            Or install it yourself as:
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
                $ gem install oss-soft-serve
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            ## Usage
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
            TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
            ## Contributing
         
     | 
| 
      
 32 
     | 
    
         
            +
             
     | 
| 
      
 33 
     | 
    
         
            +
            Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
            ## Development
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
            To set up your environment to develop this theme, run `bundle install`.
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
            Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            ## License
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
            The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
         
     | 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
             
     | 
| 
      
 2 
     | 
    
         
            +
            <footer class="ui text container">
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
              <div class="ui horizontal divider">
         
     | 
| 
      
 5 
     | 
    
         
            +
                {% if site.github %}<a href="https://github.com/{{ site.github }}"><i class="large github icon"></i></a>{% endif %}
         
     | 
| 
      
 6 
     | 
    
         
            +
                {% if site.email %}<a href="{{ site.email | prepend: "mailto:" }}"><i class="large envelope icon"></i></a>{% endif %}
         
     | 
| 
      
 7 
     | 
    
         
            +
                {% if site.twitter %}<a href="https://twitter.com/{{ site.twitter }}"><i class="large twitter icon"></i></a>{% endif %}
         
     | 
| 
      
 8 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
              <p>©<time></time> {{ site.name }}</p>
         
     | 
| 
      
 11 
     | 
    
         
            +
              {% if site.version ||site.license %}
         
     | 
| 
      
 12 
     | 
    
         
            +
              <p class="versioning">
         
     | 
| 
      
 13 
     | 
    
         
            +
                {% if site.version %}<span>Version: {{ site.version }}</span>{% endif %}
         
     | 
| 
      
 14 
     | 
    
         
            +
                {% if site.license %}<span>License: {{ site.license }}</span>{% endif %}
         
     | 
| 
      
 15 
     | 
    
         
            +
              </p>
         
     | 
| 
      
 16 
     | 
    
         
            +
              {% endif %}
         
     | 
| 
      
 17 
     | 
    
         
            +
            </footer>
         
     | 
| 
         @@ -0,0 +1,69 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
             
     | 
| 
      
 2 
     | 
    
         
            +
            There are quite a few well-done, and over-done, templates for agencies, portfolios and blogs. What about the developer who wants to just promote this great thing they made?
         
     | 
| 
      
 3 
     | 
    
         
            +
             
     | 
| 
      
 4 
     | 
    
         
            +
            Your thing, simply presented & well documented for all to see. Nothing aggressive, just soft-serve?
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            ## Installation
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            Add this to your `Gemfile`.
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            ```ruby
         
     | 
| 
      
 11 
     | 
    
         
            +
            gem "oss-soft-serve"
         
     | 
| 
      
 12 
     | 
    
         
            +
            ```
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            Add this to your `_config.yaml`.
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ```yaml
         
     | 
| 
      
 17 
     | 
    
         
            +
            theme: oss-soft-serve
         
     | 
| 
      
 18 
     | 
    
         
            +
            permalink: /docs/:title
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            # Basic product information.
         
     | 
| 
      
 21 
     | 
    
         
            +
            name: OSS Soft Serve
         
     | 
| 
      
 22 
     | 
    
         
            +
            logo: #/images/path/to/logo
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            # Version and license
         
     | 
| 
      
 25 
     | 
    
         
            +
            version: 1.0  # http://semver.org/
         
     | 
| 
      
 26 
     | 
    
         
            +
            license: MIT # https://opensource.org/licenses/MIT
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            # Where is your product available?
         
     | 
| 
      
 29 
     | 
    
         
            +
            # If you need a source not listed, add below. OSS Soft-Serve will loop.
         
     | 
| 
      
 30 
     | 
    
         
            +
            main_repo:
         
     | 
| 
      
 31 
     | 
    
         
            +
              name: Github
         
     | 
| 
      
 32 
     | 
    
         
            +
              url: https://github.com/hougasian/oss-soft-serve
         
     | 
| 
      
 33 
     | 
    
         
            +
              fork: true # assumes Github if true; adds upper corner badge
         
     | 
| 
      
 34 
     | 
    
         
            +
              color: olive # fork badge color: Red Orange Yellow Olive Green Teal Blue Violet Purple Pink Brown Grey Black
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            # Any secondary distribution sources?
         
     | 
| 
      
 37 
     | 
    
         
            +
            repos:
         
     | 
| 
      
 38 
     | 
    
         
            +
              gem:
         
     | 
| 
      
 39 
     | 
    
         
            +
              nuget:
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
            # Product CTAs (Calls to Action).
         
     | 
| 
      
 42 
     | 
    
         
            +
            cta:
         
     | 
| 
      
 43 
     | 
    
         
            +
              main: "A Jekyll template for that thing you made!"
         
     | 
| 
      
 44 
     | 
    
         
            +
              secondary: "Build it, document it, promote it, the <span>soft-serve</span> way."
         
     | 
| 
      
 45 
     | 
    
         
            +
            ```
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
            Delete `about.md`.
         
     | 
| 
      
 48 
     | 
    
         
            +
            ```
         
     | 
| 
      
 49 
     | 
    
         
            +
            rm about.md
         
     | 
| 
      
 50 
     | 
    
         
            +
            ```
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            Add `docs.md` and paste the following
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
            ```ruby
         
     | 
| 
      
 55 
     | 
    
         
            +
            ---
         
     | 
| 
      
 56 
     | 
    
         
            +
            layout: document
         
     | 
| 
      
 57 
     | 
    
         
            +
            permalink: /docs/
         
     | 
| 
      
 58 
     | 
    
         
            +
            ---
         
     | 
| 
      
 59 
     | 
    
         
            +
            {% raw %}  
         
     | 
| 
      
 60 
     | 
    
         
            +
            {% include getting-started.md %}
         
     | 
| 
      
 61 
     | 
    
         
            +
            {% endraw %}
         
     | 
| 
      
 62 
     | 
    
         
            +
            ```
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
            Bring it all together with...
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
            ```
         
     | 
| 
      
 67 
     | 
    
         
            +
            $ bundle install
         
     | 
| 
      
 68 
     | 
    
         
            +
            $ jekyll s
         
     | 
| 
      
 69 
     | 
    
         
            +
            ```
         
     | 
    
        data/_includes/head.html
    ADDED
    
    | 
         @@ -0,0 +1,16 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <head>
         
     | 
| 
      
 2 
     | 
    
         
            +
              <meta charset="utf-8">
         
     | 
| 
      
 3 
     | 
    
         
            +
              <meta http-equiv="X-UA-Compatible" content="IE=edge">
         
     | 
| 
      
 4 
     | 
    
         
            +
              <meta name="viewport" content="width=device-width, initial-scale=1">
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
              <title>{% if site.title %}{{ site.title }}{% else %}{{ site.description }}{% endif %}</title>
         
     | 
| 
      
 7 
     | 
    
         
            +
              <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
         
     | 
| 
      
 8 
     | 
    
         
            +
              <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600|Shrikhand">
         
     | 
| 
      
 9 
     | 
    
         
            +
              <link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/2.2.4/semantic.min.css">
         
     | 
| 
      
 10 
     | 
    
         
            +
              <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
              <link rel="canonical" href="{{ page.url | replace:"index.html","" | prepend: site.baseurl | prepend: site.url }}">
         
     | 
| 
      
 13 
     | 
    
         
            +
              <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
              <link rel="shortcut icon" href="/favicon.ico">
         
     | 
| 
      
 16 
     | 
    
         
            +
            </head>
         
     | 
| 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <script src="https://cdn.jsdelivr.net/semantic-ui/2.2.4/semantic.min.js"></script>
         
     | 
| 
      
 3 
     | 
    
         
            +
            <script src="{{ "/assets/main.js" | relative_url }}"></script>
         
     | 
| 
         @@ -0,0 +1,48 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            layout: default
         
     | 
| 
      
 3 
     | 
    
         
            +
            ---
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            <div class="oss docs ui middle aligned column masthead">
         
     | 
| 
      
 6 
     | 
    
         
            +
              <div class="ui container">
         
     | 
| 
      
 7 
     | 
    
         
            +
                <div class="ui top fixed inverted menu">
         
     | 
| 
      
 8 
     | 
    
         
            +
                  <a href="/">
         
     | 
| 
      
 9 
     | 
    
         
            +
                  <h1>{% if site.logo %}<img src="{{ site.logo }}" alt="{{ site.name }}" height="50px">{% else %}{{ site.name }}{% endif %}</h1>
         
     | 
| 
      
 10 
     | 
    
         
            +
                  </a>
         
     | 
| 
      
 11 
     | 
    
         
            +
                  <div class="right floated menu">
         
     | 
| 
      
 12 
     | 
    
         
            +
                    {% if site.version %}<div class="item">{{ site.name }} {{ site.version }}</div>{% endif %}
         
     | 
| 
      
 13 
     | 
    
         
            +
                    {% if site.main_repo.name == "Github" %}<a class="item" href="{{ site.main_repo.url }}" target="_blank"><i class="large github alternate icon"></i></a>{% endif %}
         
     | 
| 
      
 14 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 15 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 16 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 17 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            <div class="oss docs main ui vertical segment">
         
     | 
| 
      
 20 
     | 
    
         
            +
              <div class="ui dividing left rail">
         
     | 
| 
      
 21 
     | 
    
         
            +
                <div class="ui vertical following fluid accordion text menu">
         
     | 
| 
      
 22 
     | 
    
         
            +
                  {% assign sorted_cats = site.categories | sort %}
         
     | 
| 
      
 23 
     | 
    
         
            +
                  {% for category in sorted_cats %}
         
     | 
| 
      
 24 
     | 
    
         
            +
                  {% assign sorted_posts = category[1] | sort | reversed %}
         
     | 
| 
      
 25 
     | 
    
         
            +
                  <div class="item">
         
     | 
| 
      
 26 
     | 
    
         
            +
                    <a class="title active"><i class="dropdown icon"></i> <strong>{{ category[0] | capitalize }}</strong></a>
         
     | 
| 
      
 27 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 28 
     | 
    
         
            +
                  <div class="content menu">
         
     | 
| 
      
 29 
     | 
    
         
            +
                    {% for post in sorted_posts %}
         
     | 
| 
      
 30 
     | 
    
         
            +
                   	<div class="item"><a href="{{ site.url }}{{ site.baseurl }}{{  post.url }}">{{  post.title }}</a></div>
         
     | 
| 
      
 31 
     | 
    
         
            +
                    {% endfor %}
         
     | 
| 
      
 32 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 33 
     | 
    
         
            +
                  {% endfor %}
         
     | 
| 
      
 34 
     | 
    
         
            +
                </div>
         
     | 
| 
      
 35 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
              {% if post.title %}
         
     | 
| 
      
 38 
     | 
    
         
            +
              <h2 class="ui header">{{ post.title }}</h2>
         
     | 
| 
      
 39 
     | 
    
         
            +
              <div class="horizontal divider"></div>
         
     | 
| 
      
 40 
     | 
    
         
            +
              {% endif %}
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
              <div class="toc">
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
              {{ content }}
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
            </div>
         
     | 
    
        data/_layouts/home.html
    ADDED
    
    | 
         @@ -0,0 +1,57 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            layout: default
         
     | 
| 
      
 3 
     | 
    
         
            +
            ---
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            <div class="oss landing ui vertical center aligned one column grid masthead">
         
     | 
| 
      
 6 
     | 
    
         
            +
              <div class="ui text container">
         
     | 
| 
      
 7 
     | 
    
         
            +
                {% if site.main_repo.fork == true %}
         
     | 
| 
      
 8 
     | 
    
         
            +
                {% assign color = site.main_repo.color %}
         
     | 
| 
      
 9 
     | 
    
         
            +
                <a href="{{ site.main_repo.url }}" class="ui {{ color }} right corner huge label">
         
     | 
| 
      
 10 
     | 
    
         
            +
                  <i class="github alt icon"></i>
         
     | 
| 
      
 11 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 12 
     | 
    
         
            +
                {% endif %}
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                {% if site.logo %}
         
     | 
| 
      
 15 
     | 
    
         
            +
                  <div class="logo">
         
     | 
| 
      
 16 
     | 
    
         
            +
                    <img src="{{ site.logo }}" alt="{{ site.name }}" />
         
     | 
| 
      
 17 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 18 
     | 
    
         
            +
                  <h1>{{ site.cta.main }}</h1>
         
     | 
| 
      
 19 
     | 
    
         
            +
                {% else %}
         
     | 
| 
      
 20 
     | 
    
         
            +
                  <h1 class="logo">{{ site.name }}</h1>
         
     | 
| 
      
 21 
     | 
    
         
            +
                  <h2>{{ site.cta.main }}</h2>
         
     | 
| 
      
 22 
     | 
    
         
            +
                {% endif %}
         
     | 
| 
      
 23 
     | 
    
         
            +
                <hr>
         
     | 
| 
      
 24 
     | 
    
         
            +
                <div class="tag-line">{{ site.cta.secondary }}</div>
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
                <a class="ui large inverted icon button" href="{{ site.main_repo.url }}">View on {{ site.main_repo.name }} <i class="hand rock icon"></i></a>
         
     | 
| 
      
 27 
     | 
    
         
            +
                <a class="ui large inverted icon button" href="#installation">Getting Started <i class="hand paper icon"></i></a>
         
     | 
| 
      
 28 
     | 
    
         
            +
                <a class="ui large inverted icon button" href="{{ "/docs/" | relative_url }}">Documentation <i class="hand scissors icon"></i></a>
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            <div class="ui stacked text container oss introduction">
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
              <div class="ui hidden divider"></div>
         
     | 
| 
      
 37 
     | 
    
         
            +
              {% if site.description %}
         
     | 
| 
      
 38 
     | 
    
         
            +
                <p>{{ site.description }}</p>
         
     | 
| 
      
 39 
     | 
    
         
            +
              {% endif %}
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
              {% capture introduction %}
         
     | 
| 
      
 42 
     | 
    
         
            +
                {% include getting-started.md %}
         
     | 
| 
      
 43 
     | 
    
         
            +
              {% endcapture %}
         
     | 
| 
      
 44 
     | 
    
         
            +
              {{ introduction | markdownify }}
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
              <div class="ui hidden divider"></div>
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
              <div class="ui center aligned grid last">
         
     | 
| 
      
 49 
     | 
    
         
            +
                <a class="ui animated huge button" href="/docs/">
         
     | 
| 
      
 50 
     | 
    
         
            +
                  <div class="visible content">Keep Reading <i class="right angle icon"></i></div>
         
     | 
| 
      
 51 
     | 
    
         
            +
                  <div class="hidden content">
         
     | 
| 
      
 52 
     | 
    
         
            +
                    Documentation <i class="book icon"></i>
         
     | 
| 
      
 53 
     | 
    
         
            +
                  </div>
         
     | 
| 
      
 54 
     | 
    
         
            +
                </a>
         
     | 
| 
      
 55 
     | 
    
         
            +
              </div>
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
            </div>
         
     | 
| 
         @@ -0,0 +1,19 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            layout: document
         
     | 
| 
      
 3 
     | 
    
         
            +
            title:  "Building documentation"
         
     | 
| 
      
 4 
     | 
    
         
            +
            date:   2017-03-14 14:35:52 -0500
         
     | 
| 
      
 5 
     | 
    
         
            +
            categories: Introduction
         
     | 
| 
      
 6 
     | 
    
         
            +
            ---
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ## Building documentation
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
            Your documentation is based on `_posts` and `categories`, so create a post in the `_posts` folder and add the following front matter:
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            ```ruby
         
     | 
| 
      
 13 
     | 
    
         
            +
            ---
         
     | 
| 
      
 14 
     | 
    
         
            +
            layout: document
         
     | 
| 
      
 15 
     | 
    
         
            +
            title:  "Building documentation"
         
     | 
| 
      
 16 
     | 
    
         
            +
            date:   2017-03-14 14:35:52 -0500
         
     | 
| 
      
 17 
     | 
    
         
            +
            categories: Introduction
         
     | 
| 
      
 18 
     | 
    
         
            +
            ---
         
     | 
| 
      
 19 
     | 
    
         
            +
            ```
         
     | 
    
        data/_sass/_code.scss
    ADDED
    
    | 
         @@ -0,0 +1,21 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            // Code inline
         
     | 
| 
      
 2 
     | 
    
         
            +
            p ,
         
     | 
| 
      
 3 
     | 
    
         
            +
            li {
         
     | 
| 
      
 4 
     | 
    
         
            +
              > code {
         
     | 
| 
      
 5 
     | 
    
         
            +
                background: $grey-light;
         
     | 
| 
      
 6 
     | 
    
         
            +
                color: darken($grey, 10%);
         
     | 
| 
      
 7 
     | 
    
         
            +
                font-size: 90%;
         
     | 
| 
      
 8 
     | 
    
         
            +
                padding: 0.1em 0.5em;
         
     | 
| 
      
 9 
     | 
    
         
            +
                @include border-radius(3px);
         
     | 
| 
      
 10 
     | 
    
         
            +
              }
         
     | 
| 
      
 11 
     | 
    
         
            +
            }
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
            // Code blocks
         
     | 
| 
      
 14 
     | 
    
         
            +
            [class*="highlighter"] {
         
     | 
| 
      
 15 
     | 
    
         
            +
              width: 100%;
         
     | 
| 
      
 16 
     | 
    
         
            +
              .highlight {
         
     | 
| 
      
 17 
     | 
    
         
            +
                padding: 1rem;
         
     | 
| 
      
 18 
     | 
    
         
            +
                margin: 2rem 0;
         
     | 
| 
      
 19 
     | 
    
         
            +
                @include border-radius(3px);
         
     | 
| 
      
 20 
     | 
    
         
            +
              }
         
     | 
| 
      
 21 
     | 
    
         
            +
            }
         
     | 
    
        data/_sass/_docs.scss
    ADDED
    
    | 
         @@ -0,0 +1,40 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            .oss {
         
     | 
| 
      
 2 
     | 
    
         
            +
              &.docs {
         
     | 
| 
      
 3 
     | 
    
         
            +
                .fixed.menu {
         
     | 
| 
      
 4 
     | 
    
         
            +
                  background-color: $masthead-background;
         
     | 
| 
      
 5 
     | 
    
         
            +
                  height: 100px;
         
     | 
| 
      
 6 
     | 
    
         
            +
                  h1 {
         
     | 
| 
      
 7 
     | 
    
         
            +
                    color: $white;
         
     | 
| 
      
 8 
     | 
    
         
            +
                    font: 6vh/4rem "Shrikhand";
         
     | 
| 
      
 9 
     | 
    
         
            +
                    margin: 1.5rem 1rem;
         
     | 
| 
      
 10 
     | 
    
         
            +
                    @include text-shadow(4px, 1px, 3px, darken($masthead-background, 20%));
         
     | 
| 
      
 11 
     | 
    
         
            +
                  }
         
     | 
| 
      
 12 
     | 
    
         
            +
                }
         
     | 
| 
      
 13 
     | 
    
         
            +
                .left.rail {
         
     | 
| 
      
 14 
     | 
    
         
            +
                  width: 20vw;
         
     | 
| 
      
 15 
     | 
    
         
            +
                  padding-top: 3rem;
         
     | 
| 
      
 16 
     | 
    
         
            +
                  .title {
         
     | 
| 
      
 17 
     | 
    
         
            +
                    color: $masthead-background;
         
     | 
| 
      
 18 
     | 
    
         
            +
                    font-size: 1.4em;
         
     | 
| 
      
 19 
     | 
    
         
            +
                  }
         
     | 
| 
      
 20 
     | 
    
         
            +
                  .content {
         
     | 
| 
      
 21 
     | 
    
         
            +
                    font-size: 1.2em;
         
     | 
| 
      
 22 
     | 
    
         
            +
                  }
         
     | 
| 
      
 23 
     | 
    
         
            +
                }
         
     | 
| 
      
 24 
     | 
    
         
            +
                &.main.segment {
         
     | 
| 
      
 25 
     | 
    
         
            +
                  margin-top: 100px;
         
     | 
| 
      
 26 
     | 
    
         
            +
                  padding-left: 3rem;
         
     | 
| 
      
 27 
     | 
    
         
            +
                  padding-top: 3.5rem;
         
     | 
| 
      
 28 
     | 
    
         
            +
                  left: 33vw;
         
     | 
| 
      
 29 
     | 
    
         
            +
                  width: 55vw;
         
     | 
| 
      
 30 
     | 
    
         
            +
                  h2, h3, h4, h5, h6 {
         
     | 
| 
      
 31 
     | 
    
         
            +
                    &:before {
         
     | 
| 
      
 32 
     | 
    
         
            +
                      color: lighten($masthead-background, 30%);
         
     | 
| 
      
 33 
     | 
    
         
            +
                      content: '#';
         
     | 
| 
      
 34 
     | 
    
         
            +
                      margin-left: -2.7rem;
         
     | 
| 
      
 35 
     | 
    
         
            +
                      padding-right: 1.4rem;
         
     | 
| 
      
 36 
     | 
    
         
            +
                    }
         
     | 
| 
      
 37 
     | 
    
         
            +
                  }
         
     | 
| 
      
 38 
     | 
    
         
            +
                }
         
     | 
| 
      
 39 
     | 
    
         
            +
              }
         
     | 
| 
      
 40 
     | 
    
         
            +
            }
         
     | 
    
        data/_sass/_home.scss
    ADDED
    
    | 
         @@ -0,0 +1,77 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            .oss {
         
     | 
| 
      
 2 
     | 
    
         
            +
              &.landing {
         
     | 
| 
      
 3 
     | 
    
         
            +
                &.masthead {
         
     | 
| 
      
 4 
     | 
    
         
            +
                  background: $masthead-background;
         
     | 
| 
      
 5 
     | 
    
         
            +
                  color: $white;
         
     | 
| 
      
 6 
     | 
    
         
            +
                  text-align: center;
         
     | 
| 
      
 7 
     | 
    
         
            +
                  .container {
         
     | 
| 
      
 8 
     | 
    
         
            +
                    margin: 13vh 0 9vh;
         
     | 
| 
      
 9 
     | 
    
         
            +
                    a.button {
         
     | 
| 
      
 10 
     | 
    
         
            +
                      margin: .5rem;
         
     | 
| 
      
 11 
     | 
    
         
            +
                      &:hover {
         
     | 
| 
      
 12 
     | 
    
         
            +
                        color: $masthead-background;
         
     | 
| 
      
 13 
     | 
    
         
            +
                      }
         
     | 
| 
      
 14 
     | 
    
         
            +
                      @media (max-width: 700px) {
         
     | 
| 
      
 15 
     | 
    
         
            +
                        width: 100%;
         
     | 
| 
      
 16 
     | 
    
         
            +
                      }
         
     | 
| 
      
 17 
     | 
    
         
            +
                    }
         
     | 
| 
      
 18 
     | 
    
         
            +
                  }
         
     | 
| 
      
 19 
     | 
    
         
            +
                  h1.logo {
         
     | 
| 
      
 20 
     | 
    
         
            +
                    color: $white;
         
     | 
| 
      
 21 
     | 
    
         
            +
                    font: 9vh/4rem "Shrikhand";
         
     | 
| 
      
 22 
     | 
    
         
            +
                    @include text-shadow(4px, 1px, 3px, darken($masthead-background, 20%));
         
     | 
| 
      
 23 
     | 
    
         
            +
                  }
         
     | 
| 
      
 24 
     | 
    
         
            +
                  h1 + h2,
         
     | 
| 
      
 25 
     | 
    
         
            +
                  h1:not(.logo) {
         
     | 
| 
      
 26 
     | 
    
         
            +
                    color: $secondary-color;
         
     | 
| 
      
 27 
     | 
    
         
            +
                    font: 4vh/2rem "Open Sans";
         
     | 
| 
      
 28 
     | 
    
         
            +
                  }
         
     | 
| 
      
 29 
     | 
    
         
            +
                  hr {
         
     | 
| 
      
 30 
     | 
    
         
            +
                    background: lighten($masthead-background, 15%);
         
     | 
| 
      
 31 
     | 
    
         
            +
                    border: none;
         
     | 
| 
      
 32 
     | 
    
         
            +
                    height: 1px;
         
     | 
| 
      
 33 
     | 
    
         
            +
                    width: 20vw;
         
     | 
| 
      
 34 
     | 
    
         
            +
                    margin: 2rem auto;
         
     | 
| 
      
 35 
     | 
    
         
            +
                  }
         
     | 
| 
      
 36 
     | 
    
         
            +
                  .tag-line {
         
     | 
| 
      
 37 
     | 
    
         
            +
                    font: 300 "Open Sans";
         
     | 
| 
      
 38 
     | 
    
         
            +
                    text-transform: uppercase;
         
     | 
| 
      
 39 
     | 
    
         
            +
                    margin-bottom: 2rem;
         
     | 
| 
      
 40 
     | 
    
         
            +
                    span {
         
     | 
| 
      
 41 
     | 
    
         
            +
                      // oss soft-serve specific
         
     | 
| 
      
 42 
     | 
    
         
            +
                      font: 140% "Shrikhand";
         
     | 
| 
      
 43 
     | 
    
         
            +
                      text-transform: capitalize;
         
     | 
| 
      
 44 
     | 
    
         
            +
                    }
         
     | 
| 
      
 45 
     | 
    
         
            +
                  }
         
     | 
| 
      
 46 
     | 
    
         
            +
                }
         
     | 
| 
      
 47 
     | 
    
         
            +
              }
         
     | 
| 
      
 48 
     | 
    
         
            +
              &.introduction {
         
     | 
| 
      
 49 
     | 
    
         
            +
                p:first-of-type {
         
     | 
| 
      
 50 
     | 
    
         
            +
                  color: $grey;
         
     | 
| 
      
 51 
     | 
    
         
            +
                  font: 300 140%/2.9rem "Open Sans", sans-serif;
         
     | 
| 
      
 52 
     | 
    
         
            +
                  margin: 3rem 0;
         
     | 
| 
      
 53 
     | 
    
         
            +
                  padding-top: 2rem;
         
     | 
| 
      
 54 
     | 
    
         
            +
                }
         
     | 
| 
      
 55 
     | 
    
         
            +
                &> h2 {
         
     | 
| 
      
 56 
     | 
    
         
            +
                  font-size: 200%;
         
     | 
| 
      
 57 
     | 
    
         
            +
                  text-align: center;
         
     | 
| 
      
 58 
     | 
    
         
            +
                }
         
     | 
| 
      
 59 
     | 
    
         
            +
                .next {
         
     | 
| 
      
 60 
     | 
    
         
            +
                  background-color: $masthead-background;
         
     | 
| 
      
 61 
     | 
    
         
            +
                  color: $white;
         
     | 
| 
      
 62 
     | 
    
         
            +
                }
         
     | 
| 
      
 63 
     | 
    
         
            +
                .last {
         
     | 
| 
      
 64 
     | 
    
         
            +
                  margin: 4rem 0;
         
     | 
| 
      
 65 
     | 
    
         
            +
                }
         
     | 
| 
      
 66 
     | 
    
         
            +
                .huge.button {
         
     | 
| 
      
 67 
     | 
    
         
            +
                  background: $masthead-background;
         
     | 
| 
      
 68 
     | 
    
         
            +
                  color: $white;
         
     | 
| 
      
 69 
     | 
    
         
            +
                  > .content {
         
     | 
| 
      
 70 
     | 
    
         
            +
                    color: $white;
         
     | 
| 
      
 71 
     | 
    
         
            +
                  }
         
     | 
| 
      
 72 
     | 
    
         
            +
                  &:hover {
         
     | 
| 
      
 73 
     | 
    
         
            +
                    background: darken($masthead-background, 20%);
         
     | 
| 
      
 74 
     | 
    
         
            +
                  }
         
     | 
| 
      
 75 
     | 
    
         
            +
                }
         
     | 
| 
      
 76 
     | 
    
         
            +
              }
         
     | 
| 
      
 77 
     | 
    
         
            +
            }
         
     | 
    
        data/_sass/_mixins.scss
    ADDED
    
    | 
         @@ -0,0 +1,92 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            @mixin border($position:null,$color:$border-color) {
         
     | 
| 
      
 2 
     | 
    
         
            +
              @if $position != null {
         
     | 
| 
      
 3 
     | 
    
         
            +
                border-#{$position}: 1px solid $color;
         
     | 
| 
      
 4 
     | 
    
         
            +
              } @else {
         
     | 
| 
      
 5 
     | 
    
         
            +
                 border: 1px solid $color;
         
     | 
| 
      
 6 
     | 
    
         
            +
              }
         
     | 
| 
      
 7 
     | 
    
         
            +
            }
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            @mixin square($width, $height: $width) {
         
     | 
| 
      
 10 
     | 
    
         
            +
              width: $width;
         
     | 
| 
      
 11 
     | 
    
         
            +
              height: $height;
         
     | 
| 
      
 12 
     | 
    
         
            +
            }
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            @mixin bg-size($width, $height: null) {
         
     | 
| 
      
 15 
     | 
    
         
            +
              @if $height == null {              // use $width to set background to "cover"
         
     | 
| 
      
 16 
     | 
    
         
            +
              -webkit-background-size: $width;
         
     | 
| 
      
 17 
     | 
    
         
            +
                 -moz-background-size: $width;
         
     | 
| 
      
 18 
     | 
    
         
            +
                  -ms-background-size: $width;
         
     | 
| 
      
 19 
     | 
    
         
            +
                   -o-background-size: $width;
         
     | 
| 
      
 20 
     | 
    
         
            +
                      background-size: $width;
         
     | 
| 
      
 21 
     | 
    
         
            +
              } @else {
         
     | 
| 
      
 22 
     | 
    
         
            +
              -webkit-background-size: $width $height;
         
     | 
| 
      
 23 
     | 
    
         
            +
                 -moz-background-size: $width $height;
         
     | 
| 
      
 24 
     | 
    
         
            +
                  -ms-background-size: $width $height;
         
     | 
| 
      
 25 
     | 
    
         
            +
                   -o-background-size: $width $height;
         
     | 
| 
      
 26 
     | 
    
         
            +
                      background-size: $width $height;
         
     | 
| 
      
 27 
     | 
    
         
            +
              }
         
     | 
| 
      
 28 
     | 
    
         
            +
            }
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            @mixin border-radius($top-left, $top-right: null, $bottom-right: null, $bottom-left: null) {
         
     | 
| 
      
 31 
     | 
    
         
            +
              @if $top-right == null {
         
     | 
| 
      
 32 
     | 
    
         
            +
                -webkit-border-radius: $top-left;
         
     | 
| 
      
 33 
     | 
    
         
            +
                   -moz-border-radius: $top-left;
         
     | 
| 
      
 34 
     | 
    
         
            +
                     -o-border-radius: $top-left;
         
     | 
| 
      
 35 
     | 
    
         
            +
                        border-radius: $top-left;
         
     | 
| 
      
 36 
     | 
    
         
            +
              } @else {
         
     | 
| 
      
 37 
     | 
    
         
            +
                -webkit-border-radius: $top-left $top-right $bottom-right $bottom-left;
         
     | 
| 
      
 38 
     | 
    
         
            +
                   -moz-border-radius: $top-left $top-right $bottom-right $bottom-left;
         
     | 
| 
      
 39 
     | 
    
         
            +
                     -o-border-radius: $top-left $top-right $bottom-right $bottom-left;
         
     | 
| 
      
 40 
     | 
    
         
            +
                        border-radius: $top-left $top-right $bottom-right $bottom-left;
         
     | 
| 
      
 41 
     | 
    
         
            +
              }
         
     | 
| 
      
 42 
     | 
    
         
            +
            }
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            @mixin text-shadow($x, $y, $blur, $color) {
         
     | 
| 
      
 45 
     | 
    
         
            +
              -webkit-text-shadow: $x $y $blur $color;
         
     | 
| 
      
 46 
     | 
    
         
            +
                 -moz-text-shadow: $x $y $blur $color;
         
     | 
| 
      
 47 
     | 
    
         
            +
                   -o-text-shadow: $x $y $blur $color;
         
     | 
| 
      
 48 
     | 
    
         
            +
                      text-shadow: $x $y $blur $color;
         
     | 
| 
      
 49 
     | 
    
         
            +
            }
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            @mixin transition($style, $duration, $ease: ease-in-out, $delay: 0s) {
         
     | 
| 
      
 52 
     | 
    
         
            +
              -webkit-transition: $style $duration $ease;
         
     | 
| 
      
 53 
     | 
    
         
            +
                 -moz-transition: $style $duration $ease;
         
     | 
| 
      
 54 
     | 
    
         
            +
                   -o-transition: $style $duration $ease;
         
     | 
| 
      
 55 
     | 
    
         
            +
                      transition: $style $duration $ease;
         
     | 
| 
      
 56 
     | 
    
         
            +
            }
         
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
            @mixin rotate($deg) {
         
     | 
| 
      
 59 
     | 
    
         
            +
              -webkit-transform: rotate($deg);
         
     | 
| 
      
 60 
     | 
    
         
            +
                 -moz-transform: rotate($deg);
         
     | 
| 
      
 61 
     | 
    
         
            +
                  -ms-transform: rotate($deg);
         
     | 
| 
      
 62 
     | 
    
         
            +
                   -o-transform: rotate($deg);
         
     | 
| 
      
 63 
     | 
    
         
            +
                      transform: rotate($deg);
         
     | 
| 
      
 64 
     | 
    
         
            +
            }
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
            @mixin link-underline($height : 2px) {
         
     | 
| 
      
 67 
     | 
    
         
            +
              color: $link-color;
         
     | 
| 
      
 68 
     | 
    
         
            +
              cursor: pointer;
         
     | 
| 
      
 69 
     | 
    
         
            +
              text-decoration: none;
         
     | 
| 
      
 70 
     | 
    
         
            +
              padding-bottom: 2px;
         
     | 
| 
      
 71 
     | 
    
         
            +
              position: relative;
         
     | 
| 
      
 72 
     | 
    
         
            +
              &:before {
         
     | 
| 
      
 73 
     | 
    
         
            +
                content: "";
         
     | 
| 
      
 74 
     | 
    
         
            +
            	  position: absolute;
         
     | 
| 
      
 75 
     | 
    
         
            +
            	  left: 0;
         
     | 
| 
      
 76 
     | 
    
         
            +
                bottom: 0;
         
     | 
| 
      
 77 
     | 
    
         
            +
            	  right: 100%;
         
     | 
| 
      
 78 
     | 
    
         
            +
            	  background: $link-color;
         
     | 
| 
      
 79 
     | 
    
         
            +
            	  height: $height;
         
     | 
| 
      
 80 
     | 
    
         
            +
            	  @include transition(right, .2s);
         
     | 
| 
      
 81 
     | 
    
         
            +
              }
         
     | 
| 
      
 82 
     | 
    
         
            +
              &:hover,
         
     | 
| 
      
 83 
     | 
    
         
            +
              &:focus,
         
     | 
| 
      
 84 
     | 
    
         
            +
              &:active,
         
     | 
| 
      
 85 
     | 
    
         
            +
              &.active {
         
     | 
| 
      
 86 
     | 
    
         
            +
                text-decoration: none;
         
     | 
| 
      
 87 
     | 
    
         
            +
                color: $link-hover;
         
     | 
| 
      
 88 
     | 
    
         
            +
                &:before {
         
     | 
| 
      
 89 
     | 
    
         
            +
                  right: 0;
         
     | 
| 
      
 90 
     | 
    
         
            +
                }
         
     | 
| 
      
 91 
     | 
    
         
            +
              }
         
     | 
| 
      
 92 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,87 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /* Solarized Dark
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            For use with Jekyll and Pygments
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            http://ethanschoonover.com/solarized
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            SOLARIZED HEX      ROLE
         
     | 
| 
      
 8 
     | 
    
         
            +
            --------- -------- ------------------------------------------
         
     | 
| 
      
 9 
     | 
    
         
            +
            base03    #002b36  background
         
     | 
| 
      
 10 
     | 
    
         
            +
            base01    #586e75  comments / secondary content
         
     | 
| 
      
 11 
     | 
    
         
            +
            base1     #93a1a1  body text / default code / primary content
         
     | 
| 
      
 12 
     | 
    
         
            +
            orange    #cb4b16  constants
         
     | 
| 
      
 13 
     | 
    
         
            +
            red       #dc322f  regex, special keywords
         
     | 
| 
      
 14 
     | 
    
         
            +
            blue      #268bd2  reserved keywords
         
     | 
| 
      
 15 
     | 
    
         
            +
            cyan      #2aa198  strings, numbers
         
     | 
| 
      
 16 
     | 
    
         
            +
            green     #859900  operators, other keywords
         
     | 
| 
      
 17 
     | 
    
         
            +
            */
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            .highlight { background-color: #002b36; color: #93a1a1 }
         
     | 
| 
      
 20 
     | 
    
         
            +
            .highlight .c { color: #586e75 } /* Comment */
         
     | 
| 
      
 21 
     | 
    
         
            +
            .highlight .err { color: #93a1a1 } /* Error */
         
     | 
| 
      
 22 
     | 
    
         
            +
            .highlight .g { color: #93a1a1 } /* Generic */
         
     | 
| 
      
 23 
     | 
    
         
            +
            .highlight .k { color: #859900 } /* Keyword */
         
     | 
| 
      
 24 
     | 
    
         
            +
            .highlight .l { color: #93a1a1 } /* Literal */
         
     | 
| 
      
 25 
     | 
    
         
            +
            .highlight .n { color: #93a1a1 } /* Name */
         
     | 
| 
      
 26 
     | 
    
         
            +
            .highlight .o { color: #859900 } /* Operator */
         
     | 
| 
      
 27 
     | 
    
         
            +
            .highlight .x { color: #cb4b16 } /* Other */
         
     | 
| 
      
 28 
     | 
    
         
            +
            .highlight .p { color: #93a1a1 } /* Punctuation */
         
     | 
| 
      
 29 
     | 
    
         
            +
            .highlight .cm { color: #586e75 } /* Comment.Multiline */
         
     | 
| 
      
 30 
     | 
    
         
            +
            .highlight .cp { color: #859900 } /* Comment.Preproc */
         
     | 
| 
      
 31 
     | 
    
         
            +
            .highlight .c1 { color: #586e75 } /* Comment.Single */
         
     | 
| 
      
 32 
     | 
    
         
            +
            .highlight .cs { color: #859900 } /* Comment.Special */
         
     | 
| 
      
 33 
     | 
    
         
            +
            .highlight .gd { color: #2aa198 } /* Generic.Deleted */
         
     | 
| 
      
 34 
     | 
    
         
            +
            .highlight .ge { color: #93a1a1; font-style: italic } /* Generic.Emph */
         
     | 
| 
      
 35 
     | 
    
         
            +
            .highlight .gr { color: #dc322f } /* Generic.Error */
         
     | 
| 
      
 36 
     | 
    
         
            +
            .highlight .gh { color: #cb4b16 } /* Generic.Heading */
         
     | 
| 
      
 37 
     | 
    
         
            +
            .highlight .gi { color: #859900 } /* Generic.Inserted */
         
     | 
| 
      
 38 
     | 
    
         
            +
            .highlight .go { color: #93a1a1 } /* Generic.Output */
         
     | 
| 
      
 39 
     | 
    
         
            +
            .highlight .gp { color: #93a1a1 } /* Generic.Prompt */
         
     | 
| 
      
 40 
     | 
    
         
            +
            .highlight .gs { color: #93a1a1; font-weight: bold } /* Generic.Strong */
         
     | 
| 
      
 41 
     | 
    
         
            +
            .highlight .gu { color: #cb4b16 } /* Generic.Subheading */
         
     | 
| 
      
 42 
     | 
    
         
            +
            .highlight .gt { color: #93a1a1 } /* Generic.Traceback */
         
     | 
| 
      
 43 
     | 
    
         
            +
            .highlight .kc { color: #cb4b16 } /* Keyword.Constant */
         
     | 
| 
      
 44 
     | 
    
         
            +
            .highlight .kd { color: #268bd2 } /* Keyword.Declaration */
         
     | 
| 
      
 45 
     | 
    
         
            +
            .highlight .kn { color: #859900 } /* Keyword.Namespace */
         
     | 
| 
      
 46 
     | 
    
         
            +
            .highlight .kp { color: #859900 } /* Keyword.Pseudo */
         
     | 
| 
      
 47 
     | 
    
         
            +
            .highlight .kr { color: #268bd2 } /* Keyword.Reserved */
         
     | 
| 
      
 48 
     | 
    
         
            +
            .highlight .kt { color: #dc322f } /* Keyword.Type */
         
     | 
| 
      
 49 
     | 
    
         
            +
            .highlight .ld { color: #93a1a1 } /* Literal.Date */
         
     | 
| 
      
 50 
     | 
    
         
            +
            .highlight .m { color: #2aa198 } /* Literal.Number */
         
     | 
| 
      
 51 
     | 
    
         
            +
            .highlight .s { color: #2aa198 } /* Literal.String */
         
     | 
| 
      
 52 
     | 
    
         
            +
            .highlight .na { color: #93a1a1 } /* Name.Attribute */
         
     | 
| 
      
 53 
     | 
    
         
            +
            .highlight .nb { color: #B58900 } /* Name.Builtin */
         
     | 
| 
      
 54 
     | 
    
         
            +
            .highlight .nc { color: #268bd2 } /* Name.Class */
         
     | 
| 
      
 55 
     | 
    
         
            +
            .highlight .no { color: #cb4b16 } /* Name.Constant */
         
     | 
| 
      
 56 
     | 
    
         
            +
            .highlight .nd { color: #268bd2 } /* Name.Decorator */
         
     | 
| 
      
 57 
     | 
    
         
            +
            .highlight .ni { color: #cb4b16 } /* Name.Entity */
         
     | 
| 
      
 58 
     | 
    
         
            +
            .highlight .ne { color: #cb4b16 } /* Name.Exception */
         
     | 
| 
      
 59 
     | 
    
         
            +
            .highlight .nf { color: #268bd2 } /* Name.Function */
         
     | 
| 
      
 60 
     | 
    
         
            +
            .highlight .nl { color: #93a1a1 } /* Name.Label */
         
     | 
| 
      
 61 
     | 
    
         
            +
            .highlight .nn { color: #93a1a1 } /* Name.Namespace */
         
     | 
| 
      
 62 
     | 
    
         
            +
            .highlight .nx { color: #93a1a1 } /* Name.Other */
         
     | 
| 
      
 63 
     | 
    
         
            +
            .highlight .py { color: #93a1a1 } /* Name.Property */
         
     | 
| 
      
 64 
     | 
    
         
            +
            .highlight .nt { color: #268bd2 } /* Name.Tag */
         
     | 
| 
      
 65 
     | 
    
         
            +
            .highlight .nv { color: #268bd2 } /* Name.Variable */
         
     | 
| 
      
 66 
     | 
    
         
            +
            .highlight .ow { color: #859900 } /* Operator.Word */
         
     | 
| 
      
 67 
     | 
    
         
            +
            .highlight .w { color: #93a1a1 } /* Text.Whitespace */
         
     | 
| 
      
 68 
     | 
    
         
            +
            .highlight .mf { color: #2aa198 } /* Literal.Number.Float */
         
     | 
| 
      
 69 
     | 
    
         
            +
            .highlight .mh { color: #2aa198 } /* Literal.Number.Hex */
         
     | 
| 
      
 70 
     | 
    
         
            +
            .highlight .mi { color: #2aa198 } /* Literal.Number.Integer */
         
     | 
| 
      
 71 
     | 
    
         
            +
            .highlight .mo { color: #2aa198 } /* Literal.Number.Oct */
         
     | 
| 
      
 72 
     | 
    
         
            +
            .highlight .sb { color: #586e75 } /* Literal.String.Backtick */
         
     | 
| 
      
 73 
     | 
    
         
            +
            .highlight .sc { color: #2aa198 } /* Literal.String.Char */
         
     | 
| 
      
 74 
     | 
    
         
            +
            .highlight .sd { color: #93a1a1 } /* Literal.String.Doc */
         
     | 
| 
      
 75 
     | 
    
         
            +
            .highlight .s2 { color: #2aa198 } /* Literal.String.Double */
         
     | 
| 
      
 76 
     | 
    
         
            +
            .highlight .se { color: #cb4b16 } /* Literal.String.Escape */
         
     | 
| 
      
 77 
     | 
    
         
            +
            .highlight .sh { color: #93a1a1 } /* Literal.String.Heredoc */
         
     | 
| 
      
 78 
     | 
    
         
            +
            .highlight .si { color: #2aa198 } /* Literal.String.Interpol */
         
     | 
| 
      
 79 
     | 
    
         
            +
            .highlight .sx { color: #2aa198 } /* Literal.String.Other */
         
     | 
| 
      
 80 
     | 
    
         
            +
            .highlight .sr { color: #dc322f } /* Literal.String.Regex */
         
     | 
| 
      
 81 
     | 
    
         
            +
            .highlight .s1 { color: #2aa198 } /* Literal.String.Single */
         
     | 
| 
      
 82 
     | 
    
         
            +
            .highlight .ss { color: #2aa198 } /* Literal.String.Symbol */
         
     | 
| 
      
 83 
     | 
    
         
            +
            .highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */
         
     | 
| 
      
 84 
     | 
    
         
            +
            .highlight .vc { color: #268bd2 } /* Name.Variable.Class */
         
     | 
| 
      
 85 
     | 
    
         
            +
            .highlight .vg { color: #268bd2 } /* Name.Variable.Global */
         
     | 
| 
      
 86 
     | 
    
         
            +
            .highlight .vi { color: #268bd2 } /* Name.Variable.Instance */
         
     | 
| 
      
 87 
     | 
    
         
            +
            .highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
         
     | 
| 
         @@ -0,0 +1,87 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /* Solarized Light
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            For use with Jekyll and Pygments
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            http://ethanschoonover.com/solarized
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            SOLARIZED HEX      ROLE
         
     | 
| 
      
 8 
     | 
    
         
            +
            --------- -------- ------------------------------------------
         
     | 
| 
      
 9 
     | 
    
         
            +
            base01    #586e75  body text / default code / primary content
         
     | 
| 
      
 10 
     | 
    
         
            +
            base1     #93a1a1  comments / secondary content
         
     | 
| 
      
 11 
     | 
    
         
            +
            base3     #fdf6e3  background
         
     | 
| 
      
 12 
     | 
    
         
            +
            orange    #cb4b16  constants
         
     | 
| 
      
 13 
     | 
    
         
            +
            red       #dc322f  regex, special keywords
         
     | 
| 
      
 14 
     | 
    
         
            +
            blue      #268bd2  reserved keywords
         
     | 
| 
      
 15 
     | 
    
         
            +
            cyan      #2aa198  strings, numbers
         
     | 
| 
      
 16 
     | 
    
         
            +
            green     #859900  operators, other keywords
         
     | 
| 
      
 17 
     | 
    
         
            +
            */
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            .highlight { background-color: #fdf6e3; color: #586e75 }
         
     | 
| 
      
 20 
     | 
    
         
            +
            .highlight .c { color: #93a1a1 } /* Comment */
         
     | 
| 
      
 21 
     | 
    
         
            +
            .highlight .err { color: #586e75 } /* Error */
         
     | 
| 
      
 22 
     | 
    
         
            +
            .highlight .g { color: #586e75 } /* Generic */
         
     | 
| 
      
 23 
     | 
    
         
            +
            .highlight .k { color: #859900 } /* Keyword */
         
     | 
| 
      
 24 
     | 
    
         
            +
            .highlight .l { color: #586e75 } /* Literal */
         
     | 
| 
      
 25 
     | 
    
         
            +
            .highlight .n { color: #586e75 } /* Name */
         
     | 
| 
      
 26 
     | 
    
         
            +
            .highlight .o { color: #859900 } /* Operator */
         
     | 
| 
      
 27 
     | 
    
         
            +
            .highlight .x { color: #cb4b16 } /* Other */
         
     | 
| 
      
 28 
     | 
    
         
            +
            .highlight .p { color: #586e75 } /* Punctuation */
         
     | 
| 
      
 29 
     | 
    
         
            +
            .highlight .cm { color: #93a1a1 } /* Comment.Multiline */
         
     | 
| 
      
 30 
     | 
    
         
            +
            .highlight .cp { color: #859900 } /* Comment.Preproc */
         
     | 
| 
      
 31 
     | 
    
         
            +
            .highlight .c1 { color: #93a1a1 } /* Comment.Single */
         
     | 
| 
      
 32 
     | 
    
         
            +
            .highlight .cs { color: #859900 } /* Comment.Special */
         
     | 
| 
      
 33 
     | 
    
         
            +
            .highlight .gd { color: #2aa198 } /* Generic.Deleted */
         
     | 
| 
      
 34 
     | 
    
         
            +
            .highlight .ge { color: #586e75; font-style: italic } /* Generic.Emph */
         
     | 
| 
      
 35 
     | 
    
         
            +
            .highlight .gr { color: #dc322f } /* Generic.Error */
         
     | 
| 
      
 36 
     | 
    
         
            +
            .highlight .gh { color: #cb4b16 } /* Generic.Heading */
         
     | 
| 
      
 37 
     | 
    
         
            +
            .highlight .gi { color: #859900 } /* Generic.Inserted */
         
     | 
| 
      
 38 
     | 
    
         
            +
            .highlight .go { color: #586e75 } /* Generic.Output */
         
     | 
| 
      
 39 
     | 
    
         
            +
            .highlight .gp { color: #586e75 } /* Generic.Prompt */
         
     | 
| 
      
 40 
     | 
    
         
            +
            .highlight .gs { color: #586e75; font-weight: bold } /* Generic.Strong */
         
     | 
| 
      
 41 
     | 
    
         
            +
            .highlight .gu { color: #cb4b16 } /* Generic.Subheading */
         
     | 
| 
      
 42 
     | 
    
         
            +
            .highlight .gt { color: #586e75 } /* Generic.Traceback */
         
     | 
| 
      
 43 
     | 
    
         
            +
            .highlight .kc { color: #cb4b16 } /* Keyword.Constant */
         
     | 
| 
      
 44 
     | 
    
         
            +
            .highlight .kd { color: #268bd2 } /* Keyword.Declaration */
         
     | 
| 
      
 45 
     | 
    
         
            +
            .highlight .kn { color: #859900 } /* Keyword.Namespace */
         
     | 
| 
      
 46 
     | 
    
         
            +
            .highlight .kp { color: #859900 } /* Keyword.Pseudo */
         
     | 
| 
      
 47 
     | 
    
         
            +
            .highlight .kr { color: #268bd2 } /* Keyword.Reserved */
         
     | 
| 
      
 48 
     | 
    
         
            +
            .highlight .kt { color: #dc322f } /* Keyword.Type */
         
     | 
| 
      
 49 
     | 
    
         
            +
            .highlight .ld { color: #586e75 } /* Literal.Date */
         
     | 
| 
      
 50 
     | 
    
         
            +
            .highlight .m { color: #2aa198 } /* Literal.Number */
         
     | 
| 
      
 51 
     | 
    
         
            +
            .highlight .s { color: #2aa198 } /* Literal.String */
         
     | 
| 
      
 52 
     | 
    
         
            +
            .highlight .na { color: #586e75 } /* Name.Attribute */
         
     | 
| 
      
 53 
     | 
    
         
            +
            .highlight .nb { color: #B58900 } /* Name.Builtin */
         
     | 
| 
      
 54 
     | 
    
         
            +
            .highlight .nc { color: #268bd2 } /* Name.Class */
         
     | 
| 
      
 55 
     | 
    
         
            +
            .highlight .no { color: #cb4b16 } /* Name.Constant */
         
     | 
| 
      
 56 
     | 
    
         
            +
            .highlight .nd { color: #268bd2 } /* Name.Decorator */
         
     | 
| 
      
 57 
     | 
    
         
            +
            .highlight .ni { color: #cb4b16 } /* Name.Entity */
         
     | 
| 
      
 58 
     | 
    
         
            +
            .highlight .ne { color: #cb4b16 } /* Name.Exception */
         
     | 
| 
      
 59 
     | 
    
         
            +
            .highlight .nf { color: #268bd2 } /* Name.Function */
         
     | 
| 
      
 60 
     | 
    
         
            +
            .highlight .nl { color: #586e75 } /* Name.Label */
         
     | 
| 
      
 61 
     | 
    
         
            +
            .highlight .nn { color: #586e75 } /* Name.Namespace */
         
     | 
| 
      
 62 
     | 
    
         
            +
            .highlight .nx { color: #586e75 } /* Name.Other */
         
     | 
| 
      
 63 
     | 
    
         
            +
            .highlight .py { color: #586e75 } /* Name.Property */
         
     | 
| 
      
 64 
     | 
    
         
            +
            .highlight .nt { color: #268bd2 } /* Name.Tag */
         
     | 
| 
      
 65 
     | 
    
         
            +
            .highlight .nv { color: #268bd2 } /* Name.Variable */
         
     | 
| 
      
 66 
     | 
    
         
            +
            .highlight .ow { color: #859900 } /* Operator.Word */
         
     | 
| 
      
 67 
     | 
    
         
            +
            .highlight .w { color: #586e75 } /* Text.Whitespace */
         
     | 
| 
      
 68 
     | 
    
         
            +
            .highlight .mf { color: #2aa198 } /* Literal.Number.Float */
         
     | 
| 
      
 69 
     | 
    
         
            +
            .highlight .mh { color: #2aa198 } /* Literal.Number.Hex */
         
     | 
| 
      
 70 
     | 
    
         
            +
            .highlight .mi { color: #2aa198 } /* Literal.Number.Integer */
         
     | 
| 
      
 71 
     | 
    
         
            +
            .highlight .mo { color: #2aa198 } /* Literal.Number.Oct */
         
     | 
| 
      
 72 
     | 
    
         
            +
            .highlight .sb { color: #93a1a1 } /* Literal.String.Backtick */
         
     | 
| 
      
 73 
     | 
    
         
            +
            .highlight .sc { color: #2aa198 } /* Literal.String.Char */
         
     | 
| 
      
 74 
     | 
    
         
            +
            .highlight .sd { color: #586e75 } /* Literal.String.Doc */
         
     | 
| 
      
 75 
     | 
    
         
            +
            .highlight .s2 { color: #2aa198 } /* Literal.String.Double */
         
     | 
| 
      
 76 
     | 
    
         
            +
            .highlight .se { color: #cb4b16 } /* Literal.String.Escape */
         
     | 
| 
      
 77 
     | 
    
         
            +
            .highlight .sh { color: #586e75 } /* Literal.String.Heredoc */
         
     | 
| 
      
 78 
     | 
    
         
            +
            .highlight .si { color: #2aa198 } /* Literal.String.Interpol */
         
     | 
| 
      
 79 
     | 
    
         
            +
            .highlight .sx { color: #2aa198 } /* Literal.String.Other */
         
     | 
| 
      
 80 
     | 
    
         
            +
            .highlight .sr { color: #dc322f } /* Literal.String.Regex */
         
     | 
| 
      
 81 
     | 
    
         
            +
            .highlight .s1 { color: #2aa198 } /* Literal.String.Single */
         
     | 
| 
      
 82 
     | 
    
         
            +
            .highlight .ss { color: #2aa198 } /* Literal.String.Symbol */
         
     | 
| 
      
 83 
     | 
    
         
            +
            .highlight .bp { color: #268bd2 } /* Name.Builtin.Pseudo */
         
     | 
| 
      
 84 
     | 
    
         
            +
            .highlight .vc { color: #268bd2 } /* Name.Variable.Class */
         
     | 
| 
      
 85 
     | 
    
         
            +
            .highlight .vg { color: #268bd2 } /* Name.Variable.Global */
         
     | 
| 
      
 86 
     | 
    
         
            +
            .highlight .vi { color: #268bd2 } /* Name.Variable.Instance */
         
     | 
| 
      
 87 
     | 
    
         
            +
            .highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            .highlight,pre.highlight{background:#282c34;color:#abb2bf}.highlight pre{background:#282c34}.highlight .hll{background:#282c34}.highlight .c{color:#5c6370;font-style:italic}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#c678dd}.highlight .l{color:#98c379}.highlight .n{color:#abb2bf}.highlight .o{color:#abb2bf}.highlight .p{color:#abb2bf}.highlight .cm{color:#5c6370;font-style:italic}.highlight .cp{color:#5c6370;font-style:italic}.highlight .c1{color:#5c6370;font-style:italic}.highlight .cs{color:#5c6370;font-style:italic}.highlight .ge{font-style:italic}.highlight .gs{font-weight:700}.highlight .kc{color:#c678dd}.highlight .kd{color:#c678dd}.highlight .kn{color:#c678dd}.highlight .kp{color:#c678dd}.highlight .kr{color:#c678dd}.highlight .kt{color:#c678dd}.highlight .ld{color:#98c379}.highlight .m{color:#d19a66}.highlight .s{color:#98c379}.highlight .na{color:#d19a66}.highlight .nb{color:#e5c07b}.highlight .nc{color:#e5c07b}.highlight .no{color:#e5c07b}.highlight .nd{color:#e5c07b}.highlight .ni{color:#e5c07b}.highlight .ne{color:#e5c07b}.highlight .nf{color:#abb2bf}.highlight .nl{color:#e5c07b}.highlight .nn{color:#abb2bf}.highlight .nx{color:#abb2bf}.highlight .py{color:#e5c07b}.highlight .nt{color:#e06c75}.highlight .nv{color:#e5c07b}.highlight .ow{font-weight:700}.highlight .w{color:#f8f8f2}.highlight .mf{color:#d19a66}.highlight .mh{color:#d19a66}.highlight .mi{color:#d19a66}.highlight .mo{color:#d19a66}.highlight .sb{color:#98c379}.highlight .sc{color:#98c379}.highlight .sd{color:#98c379}.highlight .s2{color:#98c379}.highlight .se{color:#98c379}.highlight .sh{color:#98c379}.highlight .si{color:#98c379}.highlight .sx{color:#98c379}.highlight .sr{color:#56b6c2}.highlight .s1{color:#98c379}.highlight .ss{color:#56b6c2}.highlight .bp{color:#e5c07b}.highlight .vc{color:#e5c07b}.highlight .vg{color:#e5c07b}.highlight .vi{color:#e06c75}.highlight .il{color:#d19a66}.highlight .gu{color:#75715e}.highlight .gd{color:#f92672}.highlight .gi{color:#a6e22e}
         
     | 
    
        metadata
    ADDED
    
    | 
         @@ -0,0 +1,104 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
      
 2 
     | 
    
         
            +
            name: oss-soft-serve
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.1.0
         
     | 
| 
      
 5 
     | 
    
         
            +
            platform: ruby
         
     | 
| 
      
 6 
     | 
    
         
            +
            authors:
         
     | 
| 
      
 7 
     | 
    
         
            +
            - Kevin Hougasian
         
     | 
| 
      
 8 
     | 
    
         
            +
            autorequire: 
         
     | 
| 
      
 9 
     | 
    
         
            +
            bindir: bin
         
     | 
| 
      
 10 
     | 
    
         
            +
            cert_chain: []
         
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2017-03-15 00:00:00.000000000 Z
         
     | 
| 
      
 12 
     | 
    
         
            +
            dependencies:
         
     | 
| 
      
 13 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 14 
     | 
    
         
            +
              name: jekyll
         
     | 
| 
      
 15 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 16 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 17 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 18 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 19 
     | 
    
         
            +
                    version: '3.3'
         
     | 
| 
      
 20 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 21 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 22 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 23 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 24 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 25 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 26 
     | 
    
         
            +
                    version: '3.3'
         
     | 
| 
      
 27 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 28 
     | 
    
         
            +
              name: bundler
         
     | 
| 
      
 29 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 30 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 31 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 33 
     | 
    
         
            +
                    version: '1.12'
         
     | 
| 
      
 34 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 35 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 36 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 37 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 38 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 39 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 40 
     | 
    
         
            +
                    version: '1.12'
         
     | 
| 
      
 41 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 42 
     | 
    
         
            +
              name: rake
         
     | 
| 
      
 43 
     | 
    
         
            +
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
      
 44 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 45 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 47 
     | 
    
         
            +
                    version: '10.0'
         
     | 
| 
      
 48 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 49 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 50 
     | 
    
         
            +
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
      
 51 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 52 
     | 
    
         
            +
                - - "~>"
         
     | 
| 
      
 53 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 54 
     | 
    
         
            +
                    version: '10.0'
         
     | 
| 
      
 55 
     | 
    
         
            +
            description: 
         
     | 
| 
      
 56 
     | 
    
         
            +
            email:
         
     | 
| 
      
 57 
     | 
    
         
            +
            - khougasian@gmail.com
         
     | 
| 
      
 58 
     | 
    
         
            +
            executables: []
         
     | 
| 
      
 59 
     | 
    
         
            +
            extensions: []
         
     | 
| 
      
 60 
     | 
    
         
            +
            extra_rdoc_files: []
         
     | 
| 
      
 61 
     | 
    
         
            +
            files:
         
     | 
| 
      
 62 
     | 
    
         
            +
            - LICENSE.txt
         
     | 
| 
      
 63 
     | 
    
         
            +
            - README.md
         
     | 
| 
      
 64 
     | 
    
         
            +
            - _includes/footer.html
         
     | 
| 
      
 65 
     | 
    
         
            +
            - _includes/getting-started.md
         
     | 
| 
      
 66 
     | 
    
         
            +
            - _includes/head.html
         
     | 
| 
      
 67 
     | 
    
         
            +
            - _includes/scripts.html
         
     | 
| 
      
 68 
     | 
    
         
            +
            - _layouts/default.html
         
     | 
| 
      
 69 
     | 
    
         
            +
            - _layouts/document.html
         
     | 
| 
      
 70 
     | 
    
         
            +
            - _layouts/home.html
         
     | 
| 
      
 71 
     | 
    
         
            +
            - _posts/2017-03-10-getting-started.md
         
     | 
| 
      
 72 
     | 
    
         
            +
            - _posts/2017-03-14-building-documentation.md
         
     | 
| 
      
 73 
     | 
    
         
            +
            - _sass/_code.scss
         
     | 
| 
      
 74 
     | 
    
         
            +
            - _sass/_docs.scss
         
     | 
| 
      
 75 
     | 
    
         
            +
            - _sass/_home.scss
         
     | 
| 
      
 76 
     | 
    
         
            +
            - _sass/_mixins.scss
         
     | 
| 
      
 77 
     | 
    
         
            +
            - _sass/_solarized-dark.scss
         
     | 
| 
      
 78 
     | 
    
         
            +
            - _sass/_solarized-light.scss
         
     | 
| 
      
 79 
     | 
    
         
            +
            - _sass/syntax-one-dark.scss
         
     | 
| 
      
 80 
     | 
    
         
            +
            homepage: https://github.com/hougasian/oss-soft-serve
         
     | 
| 
      
 81 
     | 
    
         
            +
            licenses:
         
     | 
| 
      
 82 
     | 
    
         
            +
            - MIT
         
     | 
| 
      
 83 
     | 
    
         
            +
            metadata: {}
         
     | 
| 
      
 84 
     | 
    
         
            +
            post_install_message: 
         
     | 
| 
      
 85 
     | 
    
         
            +
            rdoc_options: []
         
     | 
| 
      
 86 
     | 
    
         
            +
            require_paths:
         
     | 
| 
      
 87 
     | 
    
         
            +
            - lib
         
     | 
| 
      
 88 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 89 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 90 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 91 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 92 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 93 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 94 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 95 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 96 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 97 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 98 
     | 
    
         
            +
            requirements: []
         
     | 
| 
      
 99 
     | 
    
         
            +
            rubyforge_project: 
         
     | 
| 
      
 100 
     | 
    
         
            +
            rubygems_version: 2.6.8
         
     | 
| 
      
 101 
     | 
    
         
            +
            signing_key: 
         
     | 
| 
      
 102 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
      
 103 
     | 
    
         
            +
            summary: OSS software documentation
         
     | 
| 
      
 104 
     | 
    
         
            +
            test_files: []
         
     |