alpha-one 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/_includes/header.html +1 -1
 - data/assets/alpha-one.css +124 -0
 - data/assets/blackmamba.png +0 -0
 - data/assets/grey.png +0 -0
 - data/assets/wild_oliva.png +0 -0
 - metadata +5 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 9dd1289468981d71e54467e47ed09c8e2758b478
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: d289ff87d10aa28b6f250b56dd5fcb06e25902ca
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: b16cdc4df18eb0d6fd8f25ff89f5e4ae295775269b5415099a29b2cc96817dd71059789db20c1fe49d7a04d6bdf19554aca7c8f80d7a67d35f4bea329065b283
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: aa883e5187425d7c5bbe4630ba3e8845a04d57cc21049b1640d9ce7a96d539883bdbb96deafe285860330a7efd10974c579f69f9f0fbeba8879228066d476ede
         
     | 
    
        data/_includes/header.html
    CHANGED
    
    | 
         @@ -20,7 +20,7 @@ 
     | 
|
| 
       20 
20 
     | 
    
         
             
                <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Merriweather|Titillium+Web'>
         
     | 
| 
       21 
21 
     | 
    
         
             
                <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
         
     | 
| 
       22 
22 
     | 
    
         
             
                <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">  
         
     | 
| 
       23 
     | 
    
         
            -
                <link rel="stylesheet" href="{{ "alpha-one.css" | relative_url }}">
         
     | 
| 
      
 23 
     | 
    
         
            +
                <link rel="stylesheet" href="{{ "assets/alpha-one.css" | relative_url }}">
         
     | 
| 
       24 
24 
     | 
    
         | 
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
         
     | 
| 
         @@ -0,0 +1,124 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            body {
         
     | 
| 
      
 2 
     | 
    
         
            +
                font-family: 'Titillium Web';
         
     | 
| 
      
 3 
     | 
    
         
            +
                font-size: 1.6em;
         
     | 
| 
      
 4 
     | 
    
         
            +
                margin: 0px;
         
     | 
| 
      
 5 
     | 
    
         
            +
                background-image: url("wild_oliva.png");   
         
     | 
| 
      
 6 
     | 
    
         
            +
                background-attachment: fixed; 
         
     | 
| 
      
 7 
     | 
    
         
            +
            }
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            nav {
         
     | 
| 
      
 10 
     | 
    
         
            +
                background-image: url("blackmamba.png");
         
     | 
| 
      
 11 
     | 
    
         
            +
                background-attachment: fixed;
         
     | 
| 
      
 12 
     | 
    
         
            +
            }
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            .navbar {
         
     | 
| 
      
 15 
     | 
    
         
            +
                border-radius: 0px;
         
     | 
| 
      
 16 
     | 
    
         
            +
            }
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            .navbar-default {
         
     | 
| 
      
 19 
     | 
    
         
            +
                margin: 0px;
         
     | 
| 
      
 20 
     | 
    
         
            +
                border: 0px;
         
     | 
| 
      
 21 
     | 
    
         
            +
            }
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            .navbar-default .navbar-brand {
         
     | 
| 
      
 24 
     | 
    
         
            +
                color: #dddddd;
         
     | 
| 
      
 25 
     | 
    
         
            +
            }
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            .subtitle {
         
     | 
| 
      
 29 
     | 
    
         
            +
                font-family: 'Titillium Web';
         
     | 
| 
      
 30 
     | 
    
         
            +
            }
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            article > * {
         
     | 
| 
      
 33 
     | 
    
         
            +
                font-family: 'Merriweather';
         
     | 
| 
      
 34 
     | 
    
         
            +
            }
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            article {
         
     | 
| 
      
 37 
     | 
    
         
            +
                padding-top: 50px;
         
     | 
| 
      
 38 
     | 
    
         
            +
                padding-bottom: 100px; 
         
     | 
| 
      
 39 
     | 
    
         
            +
                background-image: url("grey.png");
         
     | 
| 
      
 40 
     | 
    
         
            +
                box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
         
     | 
| 
      
 41 
     | 
    
         
            +
            }
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            footer {
         
     | 
| 
      
 44 
     | 
    
         
            +
                padding-top: 60px;
         
     | 
| 
      
 45 
     | 
    
         
            +
                padding-bottom: 60px;
         
     | 
| 
      
 46 
     | 
    
         
            +
                color: #dddddd;
         
     | 
| 
      
 47 
     | 
    
         
            +
                box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.5);
         
     | 
| 
      
 48 
     | 
    
         
            +
            }
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
            a {
         
     | 
| 
      
 51 
     | 
    
         
            +
                transition: color 0.25s ease;
         
     | 
| 
      
 52 
     | 
    
         
            +
            }
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
            a:hover, a:focus {
         
     | 
| 
      
 55 
     | 
    
         
            +
                color: #6dd4b1;
         
     | 
| 
      
 56 
     | 
    
         
            +
                text-decoration: none;
         
     | 
| 
      
 57 
     | 
    
         
            +
            }
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
             
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
            /* Based on https://richleland.github.io/pygments-css/ */
         
     | 
| 
      
 63 
     | 
    
         
            +
            .highlight { background-color: #ffffff }
         
     | 
| 
      
 64 
     | 
    
         
            +
            .highlight .hll { background-color: #ffffcc }
         
     | 
| 
      
 65 
     | 
    
         
            +
            .highlight .c { color: #999988; font-style: italic } /* Comment */
         
     | 
| 
      
 66 
     | 
    
         
            +
            .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
         
     | 
| 
      
 67 
     | 
    
         
            +
            .highlight .k { color: #000000; font-weight: bold } /* Keyword */
         
     | 
| 
      
 68 
     | 
    
         
            +
            .highlight .o { color: #000000; font-weight: bold } /* Operator */
         
     | 
| 
      
 69 
     | 
    
         
            +
            .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
         
     | 
| 
      
 70 
     | 
    
         
            +
            .highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
         
     | 
| 
      
 71 
     | 
    
         
            +
            .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
         
     | 
| 
      
 72 
     | 
    
         
            +
            .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
         
     | 
| 
      
 73 
     | 
    
         
            +
            .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
         
     | 
| 
      
 74 
     | 
    
         
            +
            .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
         
     | 
| 
      
 75 
     | 
    
         
            +
            .highlight .gr { color: #aa0000 } /* Generic.Error */
         
     | 
| 
      
 76 
     | 
    
         
            +
            .highlight .gh { color: #999999 } /* Generic.Heading */
         
     | 
| 
      
 77 
     | 
    
         
            +
            .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
         
     | 
| 
      
 78 
     | 
    
         
            +
            .highlight .go { color: #888888 } /* Generic.Output */
         
     | 
| 
      
 79 
     | 
    
         
            +
            .highlight .gp { color: #555555 } /* Generic.Prompt */
         
     | 
| 
      
 80 
     | 
    
         
            +
            .highlight .gs { font-weight: bold } /* Generic.Strong */
         
     | 
| 
      
 81 
     | 
    
         
            +
            .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
         
     | 
| 
      
 82 
     | 
    
         
            +
            .highlight .gt { color: #aa0000 } /* Generic.Traceback */
         
     | 
| 
      
 83 
     | 
    
         
            +
            .highlight .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
         
     | 
| 
      
 84 
     | 
    
         
            +
            .highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
         
     | 
| 
      
 85 
     | 
    
         
            +
            .highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
         
     | 
| 
      
 86 
     | 
    
         
            +
            .highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
         
     | 
| 
      
 87 
     | 
    
         
            +
            .highlight .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
         
     | 
| 
      
 88 
     | 
    
         
            +
            .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
         
     | 
| 
      
 89 
     | 
    
         
            +
            .highlight .m { color: #009999 } /* Literal.Number */
         
     | 
| 
      
 90 
     | 
    
         
            +
            .highlight .s { color: #d01040 } /* Literal.String */
         
     | 
| 
      
 91 
     | 
    
         
            +
            .highlight .na { color: #008080 } /* Name.Attribute */
         
     | 
| 
      
 92 
     | 
    
         
            +
            .highlight .nb { color: #0086B3 } /* Name.Builtin */
         
     | 
| 
      
 93 
     | 
    
         
            +
            .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
         
     | 
| 
      
 94 
     | 
    
         
            +
            .highlight .no { color: #008080 } /* Name.Constant */
         
     | 
| 
      
 95 
     | 
    
         
            +
            .highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
         
     | 
| 
      
 96 
     | 
    
         
            +
            .highlight .ni { color: #800080 } /* Name.Entity */
         
     | 
| 
      
 97 
     | 
    
         
            +
            .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
         
     | 
| 
      
 98 
     | 
    
         
            +
            .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
         
     | 
| 
      
 99 
     | 
    
         
            +
            .highlight .nl { color: #990000; font-weight: bold } /* Name.Label */
         
     | 
| 
      
 100 
     | 
    
         
            +
            .highlight .nn { color: #555555 } /* Name.Namespace */
         
     | 
| 
      
 101 
     | 
    
         
            +
            .highlight .nt { color: #000080 } /* Name.Tag */
         
     | 
| 
      
 102 
     | 
    
         
            +
            .highlight .nv { color: #008080 } /* Name.Variable */
         
     | 
| 
      
 103 
     | 
    
         
            +
            .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
         
     | 
| 
      
 104 
     | 
    
         
            +
            .highlight .w { color: #bbbbbb } /* Text.Whitespace */
         
     | 
| 
      
 105 
     | 
    
         
            +
            .highlight .mf { color: #009999 } /* Literal.Number.Float */
         
     | 
| 
      
 106 
     | 
    
         
            +
            .highlight .mh { color: #009999 } /* Literal.Number.Hex */
         
     | 
| 
      
 107 
     | 
    
         
            +
            .highlight .mi { color: #009999 } /* Literal.Number.Integer */
         
     | 
| 
      
 108 
     | 
    
         
            +
            .highlight .mo { color: #009999 } /* Literal.Number.Oct */
         
     | 
| 
      
 109 
     | 
    
         
            +
            .highlight .sb { color: #d01040 } /* Literal.String.Backtick */
         
     | 
| 
      
 110 
     | 
    
         
            +
            .highlight .sc { color: #d01040 } /* Literal.String.Char */
         
     | 
| 
      
 111 
     | 
    
         
            +
            .highlight .sd { color: #d01040 } /* Literal.String.Doc */
         
     | 
| 
      
 112 
     | 
    
         
            +
            .highlight .s2 { color: #d01040 } /* Literal.String.Double */
         
     | 
| 
      
 113 
     | 
    
         
            +
            .highlight .se { color: #d01040 } /* Literal.String.Escape */
         
     | 
| 
      
 114 
     | 
    
         
            +
            .highlight .sh { color: #d01040 } /* Literal.String.Heredoc */
         
     | 
| 
      
 115 
     | 
    
         
            +
            .highlight .si { color: #d01040 } /* Literal.String.Interpol */
         
     | 
| 
      
 116 
     | 
    
         
            +
            .highlight .sx { color: #d01040 } /* Literal.String.Other */
         
     | 
| 
      
 117 
     | 
    
         
            +
            .highlight .sr { color: #009926 } /* Literal.String.Regex */
         
     | 
| 
      
 118 
     | 
    
         
            +
            .highlight .s1 { color: #d01040 } /* Literal.String.Single */
         
     | 
| 
      
 119 
     | 
    
         
            +
            .highlight .ss { color: #990073 } /* Literal.String.Symbol */
         
     | 
| 
      
 120 
     | 
    
         
            +
            .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
         
     | 
| 
      
 121 
     | 
    
         
            +
            .highlight .vc { color: #008080 } /* Name.Variable.Class */
         
     | 
| 
      
 122 
     | 
    
         
            +
            .highlight .vg { color: #008080 } /* Name.Variable.Global */
         
     | 
| 
      
 123 
     | 
    
         
            +
            .highlight .vi { color: #008080 } /* Name.Variable.Instance */
         
     | 
| 
      
 124 
     | 
    
         
            +
            .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
         
     | 
| 
         Binary file 
     | 
    
        data/assets/grey.png
    ADDED
    
    | 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: alpha-one
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.2. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.2.4
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Pierre ROUDIER
         
     | 
| 
         @@ -66,6 +66,10 @@ files: 
     | 
|
| 
       66 
66 
     | 
    
         
             
            - _layouts/default.html
         
     | 
| 
       67 
67 
     | 
    
         
             
            - _layouts/page.html
         
     | 
| 
       68 
68 
     | 
    
         
             
            - _layouts/post.html
         
     | 
| 
      
 69 
     | 
    
         
            +
            - assets/alpha-one.css
         
     | 
| 
      
 70 
     | 
    
         
            +
            - assets/blackmamba.png
         
     | 
| 
      
 71 
     | 
    
         
            +
            - assets/grey.png
         
     | 
| 
      
 72 
     | 
    
         
            +
            - assets/wild_oliva.png
         
     | 
| 
       69 
73 
     | 
    
         
             
            homepage: https://github.com/proudier/alpha-one
         
     | 
| 
       70 
74 
     | 
    
         
             
            licenses:
         
     | 
| 
       71 
75 
     | 
    
         
             
            - MIT
         
     |