steve-for-jekyll 1.2.1 → 1.2.3
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/404.html +9 -9
 - data/LICENSE.txt +21 -21
 - data/README.md +46 -46
 - data/_config.yml +1 -2
 - data/_includes/blog/custom-widgets.html +3 -3
 - data/_includes/blog/post.html +57 -57
 - data/_includes/blog/sidebar.html +42 -42
 - data/_includes/footer/custom-text.html +5 -5
 - data/_includes/footer/links.html +11 -11
 - data/_includes/footer.html +11 -11
 - data/_includes/head.html +9 -9
 - data/_includes/header/menu.html +12 -12
 - data/_includes/header.html +17 -17
 - data/_includes/post/comment-form.html +69 -69
 - data/_includes/post/comments.html +47 -47
 - data/_includes/search-form.html +13 -13
 - data/_layouts/archive.html +21 -21
 - data/_layouts/blog.html +9 -9
 - data/_layouts/default.html +18 -18
 - data/_layouts/home.html +23 -23
 - data/_layouts/page.html +15 -15
 - data/_layouts/post.html +115 -115
 - data/_sass/steve/_base.scss +269 -269
 - data/_sass/steve/_layout.scss +477 -472
 - data/_sass/steve/_syntax.scss +252 -252
 - data/_sass/steve-for-jekyll.scss +51 -51
 - data/assets/css/screen.scss +34 -34
 - data/assets/js/responsive-videos.js +79 -79
 - data/staticman.yml +30 -30
 - metadata +7 -35
 
    
        data/_sass/steve/_layout.scss
    CHANGED
    
    | 
         @@ -1,472 +1,477 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            body {
         
     | 
| 
       2 
     | 
    
         
            -
              display: flex;
         
     | 
| 
       3 
     | 
    
         
            -
              flex-flow: column nowrap;
         
     | 
| 
       4 
     | 
    
         
            -
              min-height: 100vh;
         
     | 
| 
       5 
     | 
    
         
            -
              max-width: var(--container);
         
     | 
| 
       6 
     | 
    
         
            -
              margin: var(--gap) auto;
         
     | 
| 
       7 
     | 
    
         
            -
              padding-left: calc(var(--gap) / 2);
         
     | 
| 
       8 
     | 
    
         
            -
              padding-right: calc(var(--gap) / 2);
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
             
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
                 
     | 
| 
       25 
     | 
    
         
            -
                 
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
                 
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
             
     | 
| 
       36 
     | 
    
         
            -
             
     | 
| 
       37 
     | 
    
         
            -
                   
     | 
| 
       38 
     | 
    
         
            -
                }
         
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
             
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
               
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
             
     | 
| 
       47 
     | 
    
         
            -
             
     | 
| 
       48 
     | 
    
         
            -
             
     | 
| 
       49 
     | 
    
         
            -
             
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
             
     | 
| 
       53 
     | 
    
         
            -
                - 
     | 
| 
       54 
     | 
    
         
            -
                - 
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
                 
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
                 
     | 
| 
       59 
     | 
    
         
            -
             
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
             
     | 
| 
       63 
     | 
    
         
            -
                 
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
              &:: 
     | 
| 
       68 
     | 
    
         
            -
                 
     | 
| 
       69 
     | 
    
         
            -
                 
     | 
| 
       70 
     | 
    
         
            -
              }
         
     | 
| 
       71 
     | 
    
         
            -
             
     | 
| 
       72 
     | 
    
         
            -
              &:: 
     | 
| 
       73 
     | 
    
         
            -
                margin- 
     | 
| 
       74 
     | 
    
         
            -
                padding- 
     | 
| 
       75 
     | 
    
         
            -
              }
         
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
             
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
               
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
               
     | 
| 
       85 
     | 
    
         
            -
             
     | 
| 
       86 
     | 
    
         
            -
               
     | 
| 
       87 
     | 
    
         
            -
             
     | 
| 
       88 
     | 
    
         
            -
             
     | 
| 
       89 
     | 
    
         
            -
             
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
             
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
                 
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
             
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
               
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
             
     | 
| 
       111 
     | 
    
         
            -
             
     | 
| 
       112 
     | 
    
         
            -
             
     | 
| 
       113 
     | 
    
         
            -
               
     | 
| 
       114 
     | 
    
         
            -
             
     | 
| 
       115 
     | 
    
         
            -
               
     | 
| 
       116 
     | 
    
         
            -
                 
     | 
| 
       117 
     | 
    
         
            -
             
     | 
| 
       118 
     | 
    
         
            -
            }
         
     | 
| 
       119 
     | 
    
         
            -
             
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
             
     | 
| 
       122 
     | 
    
         
            -
               
     | 
| 
       123 
     | 
    
         
            -
             
     | 
| 
       124 
     | 
    
         
            -
             
     | 
| 
       125 
     | 
    
         
            -
             
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
             
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
       141 
     | 
    
         
            -
                   
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
       144 
     | 
    
         
            -
             
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
             
     | 
| 
       148 
     | 
    
         
            -
            }
         
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
               
     | 
| 
       153 
     | 
    
         
            -
             
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
             
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
             
     | 
| 
       162 
     | 
    
         
            -
             
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
             
     | 
| 
       165 
     | 
    
         
            -
             
     | 
| 
       166 
     | 
    
         
            -
             
     | 
| 
       167 
     | 
    
         
            -
             
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
                     
     | 
| 
       171 
     | 
    
         
            -
             
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
       173 
     | 
    
         
            -
             
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
             
     | 
| 
       176 
     | 
    
         
            -
             
     | 
| 
       177 
     | 
    
         
            -
             
     | 
| 
       178 
     | 
    
         
            -
             
     | 
| 
       179 
     | 
    
         
            -
             
     | 
| 
       180 
     | 
    
         
            -
             
     | 
| 
       181 
     | 
    
         
            -
             
     | 
| 
       182 
     | 
    
         
            -
               
     | 
| 
       183 
     | 
    
         
            -
             
     | 
| 
       184 
     | 
    
         
            -
             
     | 
| 
       185 
     | 
    
         
            -
             
     | 
| 
       186 
     | 
    
         
            -
              
     | 
| 
       187 
     | 
    
         
            -
             
     | 
| 
       188 
     | 
    
         
            -
             
     | 
| 
       189 
     | 
    
         
            -
             
     | 
| 
       190 
     | 
    
         
            -
                 
     | 
| 
       191 
     | 
    
         
            -
             
     | 
| 
       192 
     | 
    
         
            -
             
     | 
| 
       193 
     | 
    
         
            -
             
     | 
| 
       194 
     | 
    
         
            -
             
     | 
| 
       195 
     | 
    
         
            -
                 
     | 
| 
       196 
     | 
    
         
            -
             
     | 
| 
       197 
     | 
    
         
            -
                 
     | 
| 
       198 
     | 
    
         
            -
                   
     | 
| 
       199 
     | 
    
         
            -
                  margin- 
     | 
| 
       200 
     | 
    
         
            -
                }
         
     | 
| 
       201 
     | 
    
         
            -
             
     | 
| 
       202 
     | 
    
         
            -
                &. 
     | 
| 
       203 
     | 
    
         
            -
                  justify-self: flex- 
     | 
| 
       204 
     | 
    
         
            -
                  margin- 
     | 
| 
       205 
     | 
    
         
            -
             
     | 
| 
       206 
     | 
    
         
            -
             
     | 
| 
       207 
     | 
    
         
            -
             
     | 
| 
       208 
     | 
    
         
            -
             
     | 
| 
       209 
     | 
    
         
            -
             
     | 
| 
       210 
     | 
    
         
            -
             
     | 
| 
       211 
     | 
    
         
            -
             
     | 
| 
       212 
     | 
    
         
            -
             
     | 
| 
       213 
     | 
    
         
            -
             
     | 
| 
       214 
     | 
    
         
            -
             
     | 
| 
       215 
     | 
    
         
            -
             
     | 
| 
       216 
     | 
    
         
            -
             
     | 
| 
       217 
     | 
    
         
            -
             
     | 
| 
       218 
     | 
    
         
            -
             
     | 
| 
       219 
     | 
    
         
            -
             
     | 
| 
       220 
     | 
    
         
            -
             
     | 
| 
       221 
     | 
    
         
            -
             
     | 
| 
       222 
     | 
    
         
            -
             
     | 
| 
       223 
     | 
    
         
            -
             
     | 
| 
       224 
     | 
    
         
            -
                 
     | 
| 
       225 
     | 
    
         
            -
                   
     | 
| 
       226 
     | 
    
         
            -
                   
     | 
| 
       227 
     | 
    
         
            -
             
     | 
| 
       228 
     | 
    
         
            -
             
     | 
| 
       229 
     | 
    
         
            -
             
     | 
| 
       230 
     | 
    
         
            -
             
     | 
| 
       231 
     | 
    
         
            -
             
     | 
| 
       232 
     | 
    
         
            -
             
     | 
| 
       233 
     | 
    
         
            -
             
     | 
| 
       234 
     | 
    
         
            -
             
     | 
| 
       235 
     | 
    
         
            -
             
     | 
| 
       236 
     | 
    
         
            -
               
     | 
| 
       237 
     | 
    
         
            -
            }
         
     | 
| 
       238 
     | 
    
         
            -
             
     | 
| 
       239 
     | 
    
         
            -
             
     | 
| 
       240 
     | 
    
         
            -
             
     | 
| 
       241 
     | 
    
         
            -
               
     | 
| 
       242 
     | 
    
         
            -
             
     | 
| 
       243 
     | 
    
         
            -
             
     | 
| 
       244 
     | 
    
         
            -
             
     | 
| 
       245 
     | 
    
         
            -
             
     | 
| 
       246 
     | 
    
         
            -
             
     | 
| 
       247 
     | 
    
         
            -
             
     | 
| 
       248 
     | 
    
         
            -
             
     | 
| 
       249 
     | 
    
         
            -
             
     | 
| 
       250 
     | 
    
         
            -
             
     | 
| 
       251 
     | 
    
         
            -
             
     | 
| 
       252 
     | 
    
         
            -
             
     | 
| 
       253 
     | 
    
         
            -
             
     | 
| 
       254 
     | 
    
         
            -
             
     | 
| 
       255 
     | 
    
         
            -
             
     | 
| 
       256 
     | 
    
         
            -
             
     | 
| 
       257 
     | 
    
         
            -
             
     | 
| 
       258 
     | 
    
         
            -
             
     | 
| 
       259 
     | 
    
         
            -
             
     | 
| 
       260 
     | 
    
         
            -
               
     | 
| 
       261 
     | 
    
         
            -
             
     | 
| 
       262 
     | 
    
         
            -
             
     | 
| 
       263 
     | 
    
         
            -
             
     | 
| 
       264 
     | 
    
         
            -
             
     | 
| 
       265 
     | 
    
         
            -
               
     | 
| 
       266 
     | 
    
         
            -
               
     | 
| 
       267 
     | 
    
         
            -
             
     | 
| 
       268 
     | 
    
         
            -
             
     | 
| 
       269 
     | 
    
         
            -
             
     | 
| 
       270 
     | 
    
         
            -
               
     | 
| 
       271 
     | 
    
         
            -
             
     | 
| 
       272 
     | 
    
         
            -
             
     | 
| 
       273 
     | 
    
         
            -
             
     | 
| 
       274 
     | 
    
         
            -
             
     | 
| 
       275 
     | 
    
         
            -
               
     | 
| 
       276 
     | 
    
         
            -
             
     | 
| 
       277 
     | 
    
         
            -
             
     | 
| 
       278 
     | 
    
         
            -
             
     | 
| 
       279 
     | 
    
         
            -
               
     | 
| 
       280 
     | 
    
         
            -
             
     | 
| 
       281 
     | 
    
         
            -
             
     | 
| 
       282 
     | 
    
         
            -
             
     | 
| 
       283 
     | 
    
         
            -
             
     | 
| 
       284 
     | 
    
         
            -
            }
         
     | 
| 
       285 
     | 
    
         
            -
             
     | 
| 
       286 
     | 
    
         
            -
             
     | 
| 
       287 
     | 
    
         
            -
             
     | 
| 
       288 
     | 
    
         
            -
               
     | 
| 
       289 
     | 
    
         
            -
             
     | 
| 
       290 
     | 
    
         
            -
             
     | 
| 
       291 
     | 
    
         
            -
             
     | 
| 
       292 
     | 
    
         
            -
               
     | 
| 
       293 
     | 
    
         
            -
             
     | 
| 
       294 
     | 
    
         
            -
               
     | 
| 
       295 
     | 
    
         
            -
             
     | 
| 
       296 
     | 
    
         
            -
             
     | 
| 
       297 
     | 
    
         
            -
             
     | 
| 
       298 
     | 
    
         
            -
             
     | 
| 
       299 
     | 
    
         
            -
             
     | 
| 
       300 
     | 
    
         
            -
             
     | 
| 
       301 
     | 
    
         
            -
             
     | 
| 
       302 
     | 
    
         
            -
                 
     | 
| 
       303 
     | 
    
         
            -
             
     | 
| 
       304 
     | 
    
         
            -
             
     | 
| 
       305 
     | 
    
         
            -
             
     | 
| 
       306 
     | 
    
         
            -
            . 
     | 
| 
       307 
     | 
    
         
            -
             
     | 
| 
       308 
     | 
    
         
            -
             
     | 
| 
       309 
     | 
    
         
            -
             
     | 
| 
       310 
     | 
    
         
            -
             
     | 
| 
       311 
     | 
    
         
            -
             
     | 
| 
       312 
     | 
    
         
            -
              .blogroll- 
     | 
| 
       313 
     | 
    
         
            -
                 
     | 
| 
       314 
     | 
    
         
            -
                margin- 
     | 
| 
       315 
     | 
    
         
            -
             
     | 
| 
       316 
     | 
    
         
            -
             
     | 
| 
       317 
     | 
    
         
            -
             
     | 
| 
       318 
     | 
    
         
            -
             
     | 
| 
       319 
     | 
    
         
            -
             
     | 
| 
       320 
     | 
    
         
            -
             
     | 
| 
       321 
     | 
    
         
            -
             
     | 
| 
       322 
     | 
    
         
            -
             
     | 
| 
       323 
     | 
    
         
            -
                   
     | 
| 
       324 
     | 
    
         
            -
             
     | 
| 
       325 
     | 
    
         
            -
             
     | 
| 
       326 
     | 
    
         
            -
             
     | 
| 
       327 
     | 
    
         
            -
             
     | 
| 
       328 
     | 
    
         
            -
             
     | 
| 
       329 
     | 
    
         
            -
             
     | 
| 
       330 
     | 
    
         
            -
             
     | 
| 
       331 
     | 
    
         
            -
                     
     | 
| 
       332 
     | 
    
         
            -
             
     | 
| 
       333 
     | 
    
         
            -
             
     | 
| 
       334 
     | 
    
         
            -
             
     | 
| 
       335 
     | 
    
         
            -
             
     | 
| 
       336 
     | 
    
         
            -
             
     | 
| 
       337 
     | 
    
         
            -
             
     | 
| 
       338 
     | 
    
         
            -
             
     | 
| 
       339 
     | 
    
         
            -
             
     | 
| 
       340 
     | 
    
         
            -
             
     | 
| 
       341 
     | 
    
         
            -
             
     | 
| 
       342 
     | 
    
         
            -
             
     | 
| 
       343 
     | 
    
         
            -
             
     | 
| 
       344 
     | 
    
         
            -
             
     | 
| 
       345 
     | 
    
         
            -
              display:  
     | 
| 
       346 
     | 
    
         
            -
               
     | 
| 
       347 
     | 
    
         
            -
             
     | 
| 
       348 
     | 
    
         
            -
             
     | 
| 
       349 
     | 
    
         
            -
             
     | 
| 
       350 
     | 
    
         
            -
             
     | 
| 
       351 
     | 
    
         
            -
             
     | 
| 
       352 
     | 
    
         
            -
               
     | 
| 
       353 
     | 
    
         
            -
             
     | 
| 
       354 
     | 
    
         
            -
             
     | 
| 
       355 
     | 
    
         
            -
             
     | 
| 
       356 
     | 
    
         
            -
             
     | 
| 
       357 
     | 
    
         
            -
             
     | 
| 
       358 
     | 
    
         
            -
             
     | 
| 
       359 
     | 
    
         
            -
             
     | 
| 
       360 
     | 
    
         
            -
             
     | 
| 
       361 
     | 
    
         
            -
             
     | 
| 
       362 
     | 
    
         
            -
             
     | 
| 
       363 
     | 
    
         
            -
              margin-bottom:  
     | 
| 
       364 
     | 
    
         
            -
             
     | 
| 
       365 
     | 
    
         
            -
             
     | 
| 
       366 
     | 
    
         
            -
             
     | 
| 
       367 
     | 
    
         
            -
             
     | 
| 
       368 
     | 
    
         
            -
               
     | 
| 
       369 
     | 
    
         
            -
               
     | 
| 
       370 
     | 
    
         
            -
             
     | 
| 
       371 
     | 
    
         
            -
             
     | 
| 
       372 
     | 
    
         
            -
             
     | 
| 
       373 
     | 
    
         
            -
             
     | 
| 
       374 
     | 
    
         
            -
             
     | 
| 
       375 
     | 
    
         
            -
             
     | 
| 
       376 
     | 
    
         
            -
             
     | 
| 
       377 
     | 
    
         
            -
             
     | 
| 
       378 
     | 
    
         
            -
             
     | 
| 
       379 
     | 
    
         
            -
             
     | 
| 
       380 
     | 
    
         
            -
             
     | 
| 
       381 
     | 
    
         
            -
             
     | 
| 
       382 
     | 
    
         
            -
             
     | 
| 
       383 
     | 
    
         
            -
             
     | 
| 
       384 
     | 
    
         
            -
             
     | 
| 
       385 
     | 
    
         
            -
             
     | 
| 
       386 
     | 
    
         
            -
             
     | 
| 
       387 
     | 
    
         
            -
             
     | 
| 
       388 
     | 
    
         
            -
                 
     | 
| 
       389 
     | 
    
         
            -
             
     | 
| 
       390 
     | 
    
         
            -
             
     | 
| 
       391 
     | 
    
         
            -
             
     | 
| 
       392 
     | 
    
         
            -
             
     | 
| 
       393 
     | 
    
         
            -
             
     | 
| 
       394 
     | 
    
         
            -
             
     | 
| 
       395 
     | 
    
         
            -
                 
     | 
| 
       396 
     | 
    
         
            -
             
     | 
| 
       397 
     | 
    
         
            -
            }
         
     | 
| 
       398 
     | 
    
         
            -
             
     | 
| 
       399 
     | 
    
         
            -
            .comment- 
     | 
| 
       400 
     | 
    
         
            -
             
     | 
| 
       401 
     | 
    
         
            -
            }
         
     | 
| 
       402 
     | 
    
         
            -
             
     | 
| 
       403 
     | 
    
         
            -
             
     | 
| 
       404 
     | 
    
         
            -
             
     | 
| 
       405 
     | 
    
         
            -
               
     | 
| 
       406 
     | 
    
         
            -
            }
         
     | 
| 
       407 
     | 
    
         
            -
             
     | 
| 
       408 
     | 
    
         
            -
            . 
     | 
| 
       409 
     | 
    
         
            -
               
     | 
| 
       410 
     | 
    
         
            -
               
     | 
| 
       411 
     | 
    
         
            -
             
     | 
| 
       412 
     | 
    
         
            -
             
     | 
| 
       413 
     | 
    
         
            -
             
     | 
| 
       414 
     | 
    
         
            -
               
     | 
| 
       415 
     | 
    
         
            -
             
     | 
| 
       416 
     | 
    
         
            -
             
     | 
| 
       417 
     | 
    
         
            -
               
     | 
| 
       418 
     | 
    
         
            -
             
     | 
| 
       419 
     | 
    
         
            -
               
     | 
| 
       420 
     | 
    
         
            -
                 
     | 
| 
       421 
     | 
    
         
            -
                 
     | 
| 
       422 
     | 
    
         
            -
              }
         
     | 
| 
       423 
     | 
    
         
            -
             
     | 
| 
       424 
     | 
    
         
            -
             
     | 
| 
       425 
     | 
    
         
            -
             
     | 
| 
       426 
     | 
    
         
            -
             
     | 
| 
       427 
     | 
    
         
            -
               
     | 
| 
       428 
     | 
    
         
            -
            }
         
     | 
| 
       429 
     | 
    
         
            -
             
     | 
| 
       430 
     | 
    
         
            -
             
     | 
| 
       431 
     | 
    
         
            -
               
     | 
| 
       432 
     | 
    
         
            -
             
     | 
| 
       433 
     | 
    
         
            -
             
     | 
| 
       434 
     | 
    
         
            -
             
     | 
| 
       435 
     | 
    
         
            -
             
     | 
| 
       436 
     | 
    
         
            -
               
     | 
| 
       437 
     | 
    
         
            -
             
     | 
| 
       438 
     | 
    
         
            -
             
     | 
| 
       439 
     | 
    
         
            -
             
     | 
| 
       440 
     | 
    
         
            -
             
     | 
| 
       441 
     | 
    
         
            -
             
     | 
| 
       442 
     | 
    
         
            -
             
     | 
| 
       443 
     | 
    
         
            -
             
     | 
| 
       444 
     | 
    
         
            -
             
     | 
| 
       445 
     | 
    
         
            -
             
     | 
| 
       446 
     | 
    
         
            -
             
     | 
| 
       447 
     | 
    
         
            -
             
     | 
| 
       448 
     | 
    
         
            -
             
     | 
| 
       449 
     | 
    
         
            -
             
     | 
| 
       450 
     | 
    
         
            -
                 
     | 
| 
       451 
     | 
    
         
            -
             
     | 
| 
       452 
     | 
    
         
            -
             
     | 
| 
       453 
     | 
    
         
            -
             
     | 
| 
       454 
     | 
    
         
            -
             
     | 
| 
       455 
     | 
    
         
            -
             
     | 
| 
       456 
     | 
    
         
            -
             
     | 
| 
       457 
     | 
    
         
            -
             
     | 
| 
       458 
     | 
    
         
            -
             
     | 
| 
       459 
     | 
    
         
            -
                   
     | 
| 
       460 
     | 
    
         
            -
             
     | 
| 
       461 
     | 
    
         
            -
                   
     | 
| 
       462 
     | 
    
         
            -
                     
     | 
| 
       463 
     | 
    
         
            -
             
     | 
| 
       464 
     | 
    
         
            -
             
     | 
| 
       465 
     | 
    
         
            -
             
     | 
| 
       466 
     | 
    
         
            -
             
     | 
| 
       467 
     | 
    
         
            -
             
     | 
| 
       468 
     | 
    
         
            -
             
     | 
| 
       469 
     | 
    
         
            -
             
     | 
| 
       470 
     | 
    
         
            -
             
     | 
| 
       471 
     | 
    
         
            -
             
     | 
| 
       472 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
            body {
         
     | 
| 
      
 2 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 3 
     | 
    
         
            +
              flex-flow: column nowrap;
         
     | 
| 
      
 4 
     | 
    
         
            +
              min-height: 100vh;
         
     | 
| 
      
 5 
     | 
    
         
            +
              max-width: var(--container);
         
     | 
| 
      
 6 
     | 
    
         
            +
              margin: var(--gap) auto;
         
     | 
| 
      
 7 
     | 
    
         
            +
              padding-left: calc(var(--gap) / 2);
         
     | 
| 
      
 8 
     | 
    
         
            +
              padding-right: calc(var(--gap) / 2);
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
              @media screen and (max-width: 600px) {
         
     | 
| 
      
 11 
     | 
    
         
            +
                padding-left: 0;
         
     | 
| 
      
 12 
     | 
    
         
            +
                padding-right: 0;
         
     | 
| 
      
 13 
     | 
    
         
            +
              }
         
     | 
| 
      
 14 
     | 
    
         
            +
            }
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            /*
         
     | 
| 
      
 17 
     | 
    
         
            +
              Site Header
         
     | 
| 
      
 18 
     | 
    
         
            +
            */
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            .masthead {
         
     | 
| 
      
 21 
     | 
    
         
            +
              margin-bottom: calc(var(--gap) * 2);
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
              .site-title {
         
     | 
| 
      
 24 
     | 
    
         
            +
                font-size: 2rem;
         
     | 
| 
      
 25 
     | 
    
         
            +
                font-weight: bold;
         
     | 
| 
      
 26 
     | 
    
         
            +
                line-height: 1.2;
         
     | 
| 
      
 27 
     | 
    
         
            +
                margin-bottom: var(--gap);
         
     | 
| 
      
 28 
     | 
    
         
            +
                text-align: center;
         
     | 
| 
      
 29 
     | 
    
         
            +
                color: var(--color-link);
         
     | 
| 
      
 30 
     | 
    
         
            +
                overflow: visible;
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
                .logo {
         
     | 
| 
      
 33 
     | 
    
         
            +
                  display: inline-block;
         
     | 
| 
      
 34 
     | 
    
         
            +
                  max-width: 250px;
         
     | 
| 
      
 35 
     | 
    
         
            +
                  margin: calc(var(--gap) / 4);
         
     | 
| 
      
 36 
     | 
    
         
            +
                  box-shadow: none;
         
     | 
| 
      
 37 
     | 
    
         
            +
                  filter: drop-shadow(0 0 var(--gap) var(--color-details-lighter));
         
     | 
| 
      
 38 
     | 
    
         
            +
                }
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
                &:hover,
         
     | 
| 
      
 41 
     | 
    
         
            +
                &:focus {
         
     | 
| 
      
 42 
     | 
    
         
            +
                  text-decoration: none;
         
     | 
| 
      
 43 
     | 
    
         
            +
                }
         
     | 
| 
      
 44 
     | 
    
         
            +
              }
         
     | 
| 
      
 45 
     | 
    
         
            +
            }
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
            .site-menu {
         
     | 
| 
      
 48 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 49 
     | 
    
         
            +
              flex-flow: row wrap;
         
     | 
| 
      
 50 
     | 
    
         
            +
              justify-content: center;
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
              @media screen and (max-width: 600px) {
         
     | 
| 
      
 53 
     | 
    
         
            +
                flex-flow: row nowrap;
         
     | 
| 
      
 54 
     | 
    
         
            +
                justify-content: flex-start;
         
     | 
| 
      
 55 
     | 
    
         
            +
                overflow-x: auto;
         
     | 
| 
      
 56 
     | 
    
         
            +
                margin-left: calc(var(--gap) / -2);
         
     | 
| 
      
 57 
     | 
    
         
            +
                margin-right: calc(var(--gap) / -2);
         
     | 
| 
      
 58 
     | 
    
         
            +
                -webkit-overflow-scrolling: touch;
         
     | 
| 
      
 59 
     | 
    
         
            +
                -ms-overflow-style: -ms-autohiding-scrollbar;
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
                &::-webkit-scrollbar {
         
     | 
| 
      
 62 
     | 
    
         
            +
                  display: none;
         
     | 
| 
      
 63 
     | 
    
         
            +
                }
         
     | 
| 
      
 64 
     | 
    
         
            +
              }
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
              &::before,
         
     | 
| 
      
 67 
     | 
    
         
            +
              &::after {
         
     | 
| 
      
 68 
     | 
    
         
            +
                content: " ";
         
     | 
| 
      
 69 
     | 
    
         
            +
                display: block;
         
     | 
| 
      
 70 
     | 
    
         
            +
              }
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
              &::before {
         
     | 
| 
      
 73 
     | 
    
         
            +
                margin-left: auto;
         
     | 
| 
      
 74 
     | 
    
         
            +
                padding-left: calc(var(--gap) / 2);
         
     | 
| 
      
 75 
     | 
    
         
            +
              }
         
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
      
 77 
     | 
    
         
            +
              &::after {
         
     | 
| 
      
 78 
     | 
    
         
            +
                margin-right: auto;
         
     | 
| 
      
 79 
     | 
    
         
            +
                padding-right: calc(var(--gap) / 2);
         
     | 
| 
      
 80 
     | 
    
         
            +
              }
         
     | 
| 
      
 81 
     | 
    
         
            +
            }
         
     | 
| 
      
 82 
     | 
    
         
            +
             
     | 
| 
      
 83 
     | 
    
         
            +
            .menu-item {
         
     | 
| 
      
 84 
     | 
    
         
            +
              flex: 0 0 auto;
         
     | 
| 
      
 85 
     | 
    
         
            +
              color: rgba(255, 255, 255, 0.7);
         
     | 
| 
      
 86 
     | 
    
         
            +
              background-color: var(--color-link);
         
     | 
| 
      
 87 
     | 
    
         
            +
              border-radius: 1.5rem;
         
     | 
| 
      
 88 
     | 
    
         
            +
              font-weight: bolder;
         
     | 
| 
      
 89 
     | 
    
         
            +
              padding: 0.5rem 1rem;
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
              &:not(:last-child) {
         
     | 
| 
      
 92 
     | 
    
         
            +
                margin-right: var(--gap);
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
                @media screen and (max-width: 600px) {
         
     | 
| 
      
 95 
     | 
    
         
            +
                  margin-right: calc(var(--gap) / 2);
         
     | 
| 
      
 96 
     | 
    
         
            +
                }
         
     | 
| 
      
 97 
     | 
    
         
            +
              }
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
              &:hover,
         
     | 
| 
      
 100 
     | 
    
         
            +
              &:focus {
         
     | 
| 
      
 101 
     | 
    
         
            +
                color: rgba(255, 255, 255, 1);
         
     | 
| 
      
 102 
     | 
    
         
            +
                text-decoration: none;
         
     | 
| 
      
 103 
     | 
    
         
            +
              }
         
     | 
| 
      
 104 
     | 
    
         
            +
            }
         
     | 
| 
      
 105 
     | 
    
         
            +
             
     | 
| 
      
 106 
     | 
    
         
            +
            /*
         
     | 
| 
      
 107 
     | 
    
         
            +
              Content
         
     | 
| 
      
 108 
     | 
    
         
            +
            */
         
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
            .content {
         
     | 
| 
      
 111 
     | 
    
         
            +
              background-color: var(--color-bg);
         
     | 
| 
      
 112 
     | 
    
         
            +
              padding: calc(var(--gap) * 2);
         
     | 
| 
      
 113 
     | 
    
         
            +
              margin-bottom: var(--gap);
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
              @media screen and (max-width: 600px) {
         
     | 
| 
      
 116 
     | 
    
         
            +
                padding-left: var(--gap);
         
     | 
| 
      
 117 
     | 
    
         
            +
                padding-right: var(--gap);
         
     | 
| 
      
 118 
     | 
    
         
            +
              }
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
              & > *:last-child {
         
     | 
| 
      
 121 
     | 
    
         
            +
                margin-bottom: 0;
         
     | 
| 
      
 122 
     | 
    
         
            +
              }
         
     | 
| 
      
 123 
     | 
    
         
            +
            }
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
            .content-header {
         
     | 
| 
      
 126 
     | 
    
         
            +
              margin-bottom: var(--gap);
         
     | 
| 
      
 127 
     | 
    
         
            +
              text-align: center;
         
     | 
| 
      
 128 
     | 
    
         
            +
             
     | 
| 
      
 129 
     | 
    
         
            +
              .content-title {
         
     | 
| 
      
 130 
     | 
    
         
            +
                font-size: 2rem;
         
     | 
| 
      
 131 
     | 
    
         
            +
             
     | 
| 
      
 132 
     | 
    
         
            +
                a {
         
     | 
| 
      
 133 
     | 
    
         
            +
                  color: var(--color-text);
         
     | 
| 
      
 134 
     | 
    
         
            +
                }
         
     | 
| 
      
 135 
     | 
    
         
            +
              }
         
     | 
| 
      
 136 
     | 
    
         
            +
             
     | 
| 
      
 137 
     | 
    
         
            +
              .content-meta {
         
     | 
| 
      
 138 
     | 
    
         
            +
                font-size: 0.75rem;
         
     | 
| 
      
 139 
     | 
    
         
            +
             
     | 
| 
      
 140 
     | 
    
         
            +
                a {
         
     | 
| 
      
 141 
     | 
    
         
            +
                  color: var(--color-details);
         
     | 
| 
      
 142 
     | 
    
         
            +
                  display: inline-block;
         
     | 
| 
      
 143 
     | 
    
         
            +
             
     | 
| 
      
 144 
     | 
    
         
            +
                  &:not(:last-child) {
         
     | 
| 
      
 145 
     | 
    
         
            +
                    margin-right: calc(var(--gap) / 2);
         
     | 
| 
      
 146 
     | 
    
         
            +
                  }
         
     | 
| 
      
 147 
     | 
    
         
            +
                }
         
     | 
| 
      
 148 
     | 
    
         
            +
              }
         
     | 
| 
      
 149 
     | 
    
         
            +
            }
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
            .content-body > :last-child {
         
     | 
| 
      
 152 
     | 
    
         
            +
              margin-bottom: 0;
         
     | 
| 
      
 153 
     | 
    
         
            +
            }
         
     | 
| 
      
 154 
     | 
    
         
            +
             
     | 
| 
      
 155 
     | 
    
         
            +
            .content-footer {
         
     | 
| 
      
 156 
     | 
    
         
            +
              margin-top: var(--gap);
         
     | 
| 
      
 157 
     | 
    
         
            +
              font-size: 0.75rem;
         
     | 
| 
      
 158 
     | 
    
         
            +
              color: var(--color-details);
         
     | 
| 
      
 159 
     | 
    
         
            +
             
     | 
| 
      
 160 
     | 
    
         
            +
              .content-tags {
         
     | 
| 
      
 161 
     | 
    
         
            +
                display: block;
         
     | 
| 
      
 162 
     | 
    
         
            +
                list-style: none;
         
     | 
| 
      
 163 
     | 
    
         
            +
                margin-left: 0;
         
     | 
| 
      
 164 
     | 
    
         
            +
             
     | 
| 
      
 165 
     | 
    
         
            +
                li {
         
     | 
| 
      
 166 
     | 
    
         
            +
                  display: inline-block;
         
     | 
| 
      
 167 
     | 
    
         
            +
                  font-size: 0.875rem;
         
     | 
| 
      
 168 
     | 
    
         
            +
             
     | 
| 
      
 169 
     | 
    
         
            +
                  &:not(:last-child) {
         
     | 
| 
      
 170 
     | 
    
         
            +
                    &::after {
         
     | 
| 
      
 171 
     | 
    
         
            +
                      padding-left: calc(var(--gap) / 4);
         
     | 
| 
      
 172 
     | 
    
         
            +
                      padding-right: calc(var(--gap) / 4);
         
     | 
| 
      
 173 
     | 
    
         
            +
                      content: "/";
         
     | 
| 
      
 174 
     | 
    
         
            +
                      color: var(--color-details-lighter);
         
     | 
| 
      
 175 
     | 
    
         
            +
                    }
         
     | 
| 
      
 176 
     | 
    
         
            +
                  }
         
     | 
| 
      
 177 
     | 
    
         
            +
             
     | 
| 
      
 178 
     | 
    
         
            +
                  a {
         
     | 
| 
      
 179 
     | 
    
         
            +
                    color: var(--color-details-darker);
         
     | 
| 
      
 180 
     | 
    
         
            +
                  }
         
     | 
| 
      
 181 
     | 
    
         
            +
                }
         
     | 
| 
      
 182 
     | 
    
         
            +
              }
         
     | 
| 
      
 183 
     | 
    
         
            +
            }
         
     | 
| 
      
 184 
     | 
    
         
            +
             
     | 
| 
      
 185 
     | 
    
         
            +
            .content-navigation {
         
     | 
| 
      
 186 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 187 
     | 
    
         
            +
              align-items: center;
         
     | 
| 
      
 188 
     | 
    
         
            +
             
     | 
| 
      
 189 
     | 
    
         
            +
              @media screen and (max-width: 600) {
         
     | 
| 
      
 190 
     | 
    
         
            +
                flex-flow: column nowrap;
         
     | 
| 
      
 191 
     | 
    
         
            +
             }
         
     | 
| 
      
 192 
     | 
    
         
            +
             
     | 
| 
      
 193 
     | 
    
         
            +
              .nav-link {
         
     | 
| 
      
 194 
     | 
    
         
            +
                background: var(--color-bg);
         
     | 
| 
      
 195 
     | 
    
         
            +
                padding: calc(var(--gap) / 2) var(--gap);
         
     | 
| 
      
 196 
     | 
    
         
            +
             
     | 
| 
      
 197 
     | 
    
         
            +
                @media screen and (max-width: 600px) {
         
     | 
| 
      
 198 
     | 
    
         
            +
                  width: 100%;
         
     | 
| 
      
 199 
     | 
    
         
            +
                  margin-bottom: var(--gap);
         
     | 
| 
      
 200 
     | 
    
         
            +
                }
         
     | 
| 
      
 201 
     | 
    
         
            +
             
     | 
| 
      
 202 
     | 
    
         
            +
                &.prev-link {
         
     | 
| 
      
 203 
     | 
    
         
            +
                  justify-self: flex-start;
         
     | 
| 
      
 204 
     | 
    
         
            +
                  margin-right: auto;
         
     | 
| 
      
 205 
     | 
    
         
            +
                }
         
     | 
| 
      
 206 
     | 
    
         
            +
             
     | 
| 
      
 207 
     | 
    
         
            +
                &.next-link {
         
     | 
| 
      
 208 
     | 
    
         
            +
                  justify-self: flex-end;
         
     | 
| 
      
 209 
     | 
    
         
            +
                  margin-left: auto;
         
     | 
| 
      
 210 
     | 
    
         
            +
                  text-align: right;
         
     | 
| 
      
 211 
     | 
    
         
            +
                }
         
     | 
| 
      
 212 
     | 
    
         
            +
              }
         
     | 
| 
      
 213 
     | 
    
         
            +
            }
         
     | 
| 
      
 214 
     | 
    
         
            +
             
     | 
| 
      
 215 
     | 
    
         
            +
            // The Blog Layout
         
     | 
| 
      
 216 
     | 
    
         
            +
            .layout-blog,
         
     | 
| 
      
 217 
     | 
    
         
            +
            .layout-post,
         
     | 
| 
      
 218 
     | 
    
         
            +
            .layout-archive,
         
     | 
| 
      
 219 
     | 
    
         
            +
            .layout-home {
         
     | 
| 
      
 220 
     | 
    
         
            +
              .container {
         
     | 
| 
      
 221 
     | 
    
         
            +
                display: grid;
         
     | 
| 
      
 222 
     | 
    
         
            +
                gap: var(--gap);
         
     | 
| 
      
 223 
     | 
    
         
            +
                grid-template-columns: 2fr 1fr;
         
     | 
| 
      
 224 
     | 
    
         
            +
                grid-template-areas:
         
     | 
| 
      
 225 
     | 
    
         
            +
                  "content sidebar"
         
     | 
| 
      
 226 
     | 
    
         
            +
                  "content sidebar"
         
     | 
| 
      
 227 
     | 
    
         
            +
                  "content .";
         
     | 
| 
      
 228 
     | 
    
         
            +
             
     | 
| 
      
 229 
     | 
    
         
            +
                @media screen and (max-width: 600px) {
         
     | 
| 
      
 230 
     | 
    
         
            +
                  grid-template-columns: 100%;
         
     | 
| 
      
 231 
     | 
    
         
            +
                  grid-template-areas:
         
     | 
| 
      
 232 
     | 
    
         
            +
                    "search"
         
     | 
| 
      
 233 
     | 
    
         
            +
                    "content"
         
     | 
| 
      
 234 
     | 
    
         
            +
                    "sidebar";
         
     | 
| 
      
 235 
     | 
    
         
            +
                }
         
     | 
| 
      
 236 
     | 
    
         
            +
              }
         
     | 
| 
      
 237 
     | 
    
         
            +
            }
         
     | 
| 
      
 238 
     | 
    
         
            +
             
     | 
| 
      
 239 
     | 
    
         
            +
            .blog-page {
         
     | 
| 
      
 240 
     | 
    
         
            +
              grid-area: content;
         
     | 
| 
      
 241 
     | 
    
         
            +
              min-width: 0;
         
     | 
| 
      
 242 
     | 
    
         
            +
            }
         
     | 
| 
      
 243 
     | 
    
         
            +
             
     | 
| 
      
 244 
     | 
    
         
            +
            // The Archive Layout
         
     | 
| 
      
 245 
     | 
    
         
            +
            .archive-header {
         
     | 
| 
      
 246 
     | 
    
         
            +
              padding: var(--gap);
         
     | 
| 
      
 247 
     | 
    
         
            +
              background: var(--color-bg);
         
     | 
| 
      
 248 
     | 
    
         
            +
              margin-bottom: var(--gap);
         
     | 
| 
      
 249 
     | 
    
         
            +
             
     | 
| 
      
 250 
     | 
    
         
            +
              h1 {
         
     | 
| 
      
 251 
     | 
    
         
            +
                font-size: 0.75rem;
         
     | 
| 
      
 252 
     | 
    
         
            +
                font-weight: normal;
         
     | 
| 
      
 253 
     | 
    
         
            +
                color: var(--color-details);
         
     | 
| 
      
 254 
     | 
    
         
            +
             
     | 
| 
      
 255 
     | 
    
         
            +
                strong {
         
     | 
| 
      
 256 
     | 
    
         
            +
                  font-size: 1.75rem;
         
     | 
| 
      
 257 
     | 
    
         
            +
                  color: var(--color-text);
         
     | 
| 
      
 258 
     | 
    
         
            +
                  text-transform: uppercase;
         
     | 
| 
      
 259 
     | 
    
         
            +
                }
         
     | 
| 
      
 260 
     | 
    
         
            +
              }
         
     | 
| 
      
 261 
     | 
    
         
            +
            }
         
     | 
| 
      
 262 
     | 
    
         
            +
             
     | 
| 
      
 263 
     | 
    
         
            +
            // Sidebar
         
     | 
| 
      
 264 
     | 
    
         
            +
            .widget {
         
     | 
| 
      
 265 
     | 
    
         
            +
              background-color: var(--color-bg);
         
     | 
| 
      
 266 
     | 
    
         
            +
              padding: var(--gap);
         
     | 
| 
      
 267 
     | 
    
         
            +
            }
         
     | 
| 
      
 268 
     | 
    
         
            +
             
     | 
| 
      
 269 
     | 
    
         
            +
            .-search {
         
     | 
| 
      
 270 
     | 
    
         
            +
              grid-area: sidebar;
         
     | 
| 
      
 271 
     | 
    
         
            +
              grid-row: 1;
         
     | 
| 
      
 272 
     | 
    
         
            +
             
     | 
| 
      
 273 
     | 
    
         
            +
              @media screen and (max-width: 600px) {
         
     | 
| 
      
 274 
     | 
    
         
            +
                grid-area: search;
         
     | 
| 
      
 275 
     | 
    
         
            +
              }
         
     | 
| 
      
 276 
     | 
    
         
            +
            }
         
     | 
| 
      
 277 
     | 
    
         
            +
             
     | 
| 
      
 278 
     | 
    
         
            +
            .-sidebar {
         
     | 
| 
      
 279 
     | 
    
         
            +
              grid-area: sidebar;
         
     | 
| 
      
 280 
     | 
    
         
            +
              grid-row: 2;
         
     | 
| 
      
 281 
     | 
    
         
            +
             
     | 
| 
      
 282 
     | 
    
         
            +
              @media screen and (max-width: 600px) {
         
     | 
| 
      
 283 
     | 
    
         
            +
                grid-row: auto;
         
     | 
| 
      
 284 
     | 
    
         
            +
              }
         
     | 
| 
      
 285 
     | 
    
         
            +
             
     | 
| 
      
 286 
     | 
    
         
            +
              & > *:not(:last-child) {
         
     | 
| 
      
 287 
     | 
    
         
            +
                margin-bottom: calc(var(--gap) * 2);
         
     | 
| 
      
 288 
     | 
    
         
            +
              }
         
     | 
| 
      
 289 
     | 
    
         
            +
            }
         
     | 
| 
      
 290 
     | 
    
         
            +
             
     | 
| 
      
 291 
     | 
    
         
            +
            .social-links {
         
     | 
| 
      
 292 
     | 
    
         
            +
              margin-left: 0;
         
     | 
| 
      
 293 
     | 
    
         
            +
              list-style: none;
         
     | 
| 
      
 294 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 295 
     | 
    
         
            +
              flex-flow: row wrap;
         
     | 
| 
      
 296 
     | 
    
         
            +
              justify-content: center;
         
     | 
| 
      
 297 
     | 
    
         
            +
              align-items: center;
         
     | 
| 
      
 298 
     | 
    
         
            +
             
     | 
| 
      
 299 
     | 
    
         
            +
              .link {
         
     | 
| 
      
 300 
     | 
    
         
            +
                display: inline-block;
         
     | 
| 
      
 301 
     | 
    
         
            +
                margin: calc(var(--gap) / 2);
         
     | 
| 
      
 302 
     | 
    
         
            +
                margin-top: 0;
         
     | 
| 
      
 303 
     | 
    
         
            +
             
     | 
| 
      
 304 
     | 
    
         
            +
                svg {
         
     | 
| 
      
 305 
     | 
    
         
            +
                  width: 1.5rem;
         
     | 
| 
      
 306 
     | 
    
         
            +
                  height: 1.5rem;
         
     | 
| 
      
 307 
     | 
    
         
            +
                }
         
     | 
| 
      
 308 
     | 
    
         
            +
              }
         
     | 
| 
      
 309 
     | 
    
         
            +
            }
         
     | 
| 
      
 310 
     | 
    
         
            +
             
     | 
| 
      
 311 
     | 
    
         
            +
            .blogroll {
         
     | 
| 
      
 312 
     | 
    
         
            +
              .blogroll-title {
         
     | 
| 
      
 313 
     | 
    
         
            +
                font-weight: normal;
         
     | 
| 
      
 314 
     | 
    
         
            +
                margin-bottom: calc(var(--gap) / 2);
         
     | 
| 
      
 315 
     | 
    
         
            +
              }
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
              .blogroll-list {
         
     | 
| 
      
 318 
     | 
    
         
            +
                list-style: none;
         
     | 
| 
      
 319 
     | 
    
         
            +
                margin-left: 0;
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
                .link {
         
     | 
| 
      
 322 
     | 
    
         
            +
                  padding-top: calc(var(--gap) / 2);
         
     | 
| 
      
 323 
     | 
    
         
            +
                  padding-bottom: calc(var(--gap) / 2);
         
     | 
| 
      
 324 
     | 
    
         
            +
                  border-bottom: 1px solid var(--color-details-lighter);
         
     | 
| 
      
 325 
     | 
    
         
            +
             
     | 
| 
      
 326 
     | 
    
         
            +
                  &:first-child {
         
     | 
| 
      
 327 
     | 
    
         
            +
                    border-top: 1px solid var(--color-details-lighter);
         
     | 
| 
      
 328 
     | 
    
         
            +
                  }
         
     | 
| 
      
 329 
     | 
    
         
            +
             
     | 
| 
      
 330 
     | 
    
         
            +
                  a {
         
     | 
| 
      
 331 
     | 
    
         
            +
                    color: var(--color-details);
         
     | 
| 
      
 332 
     | 
    
         
            +
             
     | 
| 
      
 333 
     | 
    
         
            +
                    &:hover,
         
     | 
| 
      
 334 
     | 
    
         
            +
                    &:focus {
         
     | 
| 
      
 335 
     | 
    
         
            +
                      color: var(--color-details-darker);
         
     | 
| 
      
 336 
     | 
    
         
            +
                    }
         
     | 
| 
      
 337 
     | 
    
         
            +
                  }
         
     | 
| 
      
 338 
     | 
    
         
            +
                }
         
     | 
| 
      
 339 
     | 
    
         
            +
              }
         
     | 
| 
      
 340 
     | 
    
         
            +
            }
         
     | 
| 
      
 341 
     | 
    
         
            +
             
     | 
| 
      
 342 
     | 
    
         
            +
            // Search Form
         
     | 
| 
      
 343 
     | 
    
         
            +
             
     | 
| 
      
 344 
     | 
    
         
            +
            label[for="search_terms"] {
         
     | 
| 
      
 345 
     | 
    
         
            +
              display: inline-block;
         
     | 
| 
      
 346 
     | 
    
         
            +
              margin-bottom: calc(var(--gap) / 2);
         
     | 
| 
      
 347 
     | 
    
         
            +
            }
         
     | 
| 
      
 348 
     | 
    
         
            +
             
     | 
| 
      
 349 
     | 
    
         
            +
            .search-controls {
         
     | 
| 
      
 350 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 351 
     | 
    
         
            +
              flex-flow: row nowrap;
         
     | 
| 
      
 352 
     | 
    
         
            +
              font-size: 0.75rem;
         
     | 
| 
      
 353 
     | 
    
         
            +
             
     | 
| 
      
 354 
     | 
    
         
            +
              input[name="q"] {
         
     | 
| 
      
 355 
     | 
    
         
            +
                max-width: 400px;
         
     | 
| 
      
 356 
     | 
    
         
            +
                width: 100%;
         
     | 
| 
      
 357 
     | 
    
         
            +
              }
         
     | 
| 
      
 358 
     | 
    
         
            +
            }
         
     | 
| 
      
 359 
     | 
    
         
            +
             
     | 
| 
      
 360 
     | 
    
         
            +
            // Comments
         
     | 
| 
      
 361 
     | 
    
         
            +
             
     | 
| 
      
 362 
     | 
    
         
            +
            .comments-title {
         
     | 
| 
      
 363 
     | 
    
         
            +
              margin-bottom: var(--gap);
         
     | 
| 
      
 364 
     | 
    
         
            +
            }
         
     | 
| 
      
 365 
     | 
    
         
            +
             
     | 
| 
      
 366 
     | 
    
         
            +
            .comments-notice {
         
     | 
| 
      
 367 
     | 
    
         
            +
              margin-top: calc(var(--gap) / 2);
         
     | 
| 
      
 368 
     | 
    
         
            +
              margin-bottom: calc(var(--gap) / 2);
         
     | 
| 
      
 369 
     | 
    
         
            +
              color: var(--color-details-darker);
         
     | 
| 
      
 370 
     | 
    
         
            +
            }
         
     | 
| 
      
 371 
     | 
    
         
            +
             
     | 
| 
      
 372 
     | 
    
         
            +
            .comments-list {
         
     | 
| 
      
 373 
     | 
    
         
            +
              list-style: none;
         
     | 
| 
      
 374 
     | 
    
         
            +
              margin-left: 0;
         
     | 
| 
      
 375 
     | 
    
         
            +
              margin-bottom: var(--gap);
         
     | 
| 
      
 376 
     | 
    
         
            +
             
     | 
| 
      
 377 
     | 
    
         
            +
              .comment-item {
         
     | 
| 
      
 378 
     | 
    
         
            +
                margin-bottom: var(--gap);
         
     | 
| 
      
 379 
     | 
    
         
            +
                padding-bottom: var(--gap);
         
     | 
| 
      
 380 
     | 
    
         
            +
                border-bottom: 3px dotted var(--color-details-lighter);
         
     | 
| 
      
 381 
     | 
    
         
            +
              }
         
     | 
| 
      
 382 
     | 
    
         
            +
            }
         
     | 
| 
      
 383 
     | 
    
         
            +
             
     | 
| 
      
 384 
     | 
    
         
            +
            .comment {
         
     | 
| 
      
 385 
     | 
    
         
            +
              font-size: 95%;
         
     | 
| 
      
 386 
     | 
    
         
            +
             
     | 
| 
      
 387 
     | 
    
         
            +
              .comment-meta {
         
     | 
| 
      
 388 
     | 
    
         
            +
                margin-bottom: 1rem;
         
     | 
| 
      
 389 
     | 
    
         
            +
              }
         
     | 
| 
      
 390 
     | 
    
         
            +
             
     | 
| 
      
 391 
     | 
    
         
            +
              .author-avatar {
         
     | 
| 
      
 392 
     | 
    
         
            +
                width: 2.5rem;
         
     | 
| 
      
 393 
     | 
    
         
            +
                border-radius: 5px;
         
     | 
| 
      
 394 
     | 
    
         
            +
                box-shadow: 0 0 2px var(--color-details);
         
     | 
| 
      
 395 
     | 
    
         
            +
                float: left;
         
     | 
| 
      
 396 
     | 
    
         
            +
                margin-right: 1rem;
         
     | 
| 
      
 397 
     | 
    
         
            +
              }
         
     | 
| 
      
 398 
     | 
    
         
            +
             
     | 
| 
      
 399 
     | 
    
         
            +
              .comment-body > *:not(:last-child) {
         
     | 
| 
      
 400 
     | 
    
         
            +
                margin-bottom: 0.5rem;
         
     | 
| 
      
 401 
     | 
    
         
            +
              }
         
     | 
| 
      
 402 
     | 
    
         
            +
            }
         
     | 
| 
      
 403 
     | 
    
         
            +
             
     | 
| 
      
 404 
     | 
    
         
            +
            .comment-message-area {
         
     | 
| 
      
 405 
     | 
    
         
            +
              margin-bottom: calc(var(--gap) / 2);
         
     | 
| 
      
 406 
     | 
    
         
            +
            }
         
     | 
| 
      
 407 
     | 
    
         
            +
             
     | 
| 
      
 408 
     | 
    
         
            +
            .message-area {
         
     | 
| 
      
 409 
     | 
    
         
            +
              width: 100%;
         
     | 
| 
      
 410 
     | 
    
         
            +
              resize: vertical;
         
     | 
| 
      
 411 
     | 
    
         
            +
            }
         
     | 
| 
      
 412 
     | 
    
         
            +
             
     | 
| 
      
 413 
     | 
    
         
            +
            .comment-fields {
         
     | 
| 
      
 414 
     | 
    
         
            +
              display: grid;
         
     | 
| 
      
 415 
     | 
    
         
            +
              grid-template-columns: 1fr 1fr 1fr;
         
     | 
| 
      
 416 
     | 
    
         
            +
              gap: calc(var(--gap) / 2);
         
     | 
| 
      
 417 
     | 
    
         
            +
              margin-bottom: calc(var(--gap) / 2);
         
     | 
| 
      
 418 
     | 
    
         
            +
             
     | 
| 
      
 419 
     | 
    
         
            +
              @media screen and (max-width: 800px) {
         
     | 
| 
      
 420 
     | 
    
         
            +
                grid-template-columns: 1fr;
         
     | 
| 
      
 421 
     | 
    
         
            +
                flex-flow: column nowrap;
         
     | 
| 
      
 422 
     | 
    
         
            +
              }
         
     | 
| 
      
 423 
     | 
    
         
            +
             
     | 
| 
      
 424 
     | 
    
         
            +
              input {
         
     | 
| 
      
 425 
     | 
    
         
            +
                min-width: 0;
         
     | 
| 
      
 426 
     | 
    
         
            +
                width: auto;
         
     | 
| 
      
 427 
     | 
    
         
            +
              }
         
     | 
| 
      
 428 
     | 
    
         
            +
            }
         
     | 
| 
      
 429 
     | 
    
         
            +
             
     | 
| 
      
 430 
     | 
    
         
            +
            .comment-actions {
         
     | 
| 
      
 431 
     | 
    
         
            +
              display: flex;
         
     | 
| 
      
 432 
     | 
    
         
            +
              justify-content: flex-end;
         
     | 
| 
      
 433 
     | 
    
         
            +
            }
         
     | 
| 
      
 434 
     | 
    
         
            +
             
     | 
| 
      
 435 
     | 
    
         
            +
            /*
         
     | 
| 
      
 436 
     | 
    
         
            +
              Site Footer
         
     | 
| 
      
 437 
     | 
    
         
            +
            */
         
     | 
| 
      
 438 
     | 
    
         
            +
             
     | 
| 
      
 439 
     | 
    
         
            +
            .colophon {
         
     | 
| 
      
 440 
     | 
    
         
            +
              margin-top: calc(var(--gap) * 2);
         
     | 
| 
      
 441 
     | 
    
         
            +
              font-size: 0.875rem;
         
     | 
| 
      
 442 
     | 
    
         
            +
             
     | 
| 
      
 443 
     | 
    
         
            +
              h5 {
         
     | 
| 
      
 444 
     | 
    
         
            +
                a {
         
     | 
| 
      
 445 
     | 
    
         
            +
                  color: currentColor;
         
     | 
| 
      
 446 
     | 
    
         
            +
                }
         
     | 
| 
      
 447 
     | 
    
         
            +
              }
         
     | 
| 
      
 448 
     | 
    
         
            +
             
     | 
| 
      
 449 
     | 
    
         
            +
              .site-info {
         
     | 
| 
      
 450 
     | 
    
         
            +
                text-align: center;
         
     | 
| 
      
 451 
     | 
    
         
            +
              }
         
     | 
| 
      
 452 
     | 
    
         
            +
             
     | 
| 
      
 453 
     | 
    
         
            +
              .external-links {
         
     | 
| 
      
 454 
     | 
    
         
            +
                text-align: center;
         
     | 
| 
      
 455 
     | 
    
         
            +
                list-style: none;
         
     | 
| 
      
 456 
     | 
    
         
            +
                margin: calc(var(--gap) / 2) 0;
         
     | 
| 
      
 457 
     | 
    
         
            +
             
     | 
| 
      
 458 
     | 
    
         
            +
                .link {
         
     | 
| 
      
 459 
     | 
    
         
            +
                  display: inline-block;
         
     | 
| 
      
 460 
     | 
    
         
            +
             
     | 
| 
      
 461 
     | 
    
         
            +
                  a {
         
     | 
| 
      
 462 
     | 
    
         
            +
                    color: var(--color-details-darker);
         
     | 
| 
      
 463 
     | 
    
         
            +
                    display: inline-block;
         
     | 
| 
      
 464 
     | 
    
         
            +
                  }
         
     | 
| 
      
 465 
     | 
    
         
            +
             
     | 
| 
      
 466 
     | 
    
         
            +
                  &:not(:last-child) {
         
     | 
| 
      
 467 
     | 
    
         
            +
                    &::after {
         
     | 
| 
      
 468 
     | 
    
         
            +
                      content: "/";
         
     | 
| 
      
 469 
     | 
    
         
            +
                      color: var(--color-details-lighter);
         
     | 
| 
      
 470 
     | 
    
         
            +
                      display: inline-block;
         
     | 
| 
      
 471 
     | 
    
         
            +
                      margin-left: calc(var(--gap) / 4);
         
     | 
| 
      
 472 
     | 
    
         
            +
                      margin-right: calc(var(--gap) / 4);
         
     | 
| 
      
 473 
     | 
    
         
            +
                    }
         
     | 
| 
      
 474 
     | 
    
         
            +
                  }
         
     | 
| 
      
 475 
     | 
    
         
            +
                }
         
     | 
| 
      
 476 
     | 
    
         
            +
              }
         
     | 
| 
      
 477 
     | 
    
         
            +
            }
         
     |