Browse Source

moved site to /i2p directory

sidebar-styles
eupiteco 6 years ago
parent
commit
1d078d4a9a
  1. 2
      _config.yml
  2. 34
      _site/404.html
  3. 46
      _site/components/index.html
  4. 44
      _site/copywriting/index.html
  5. 2
      _site/feed.xml
  6. 44
      _site/getting-started/index.html
  7. 521
      _site/i2p.ses
  8. 44
      _site/index.html
  9. 36
      _site/jekyll/update/2018/05/06/welcome-to-jekyll.html
  10. 44
      _site/visuals/index.html
  11. 521
      i2p.ses

2
_config.yml

@ -20,7 +20,7 @@ description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog # empty to github.io work properly
baseurl: "/i2p" # the subpath of your site, e.g. /blog # empty to github.io work properly
url: "https://uracreative.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll

34
_site/404.html

@ -3,19 +3,19 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -23,19 +23,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -62,11 +62,11 @@
<p>The requested page could not be found.</p>
</div>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>
</body>

46
_site/components/index.html

@ -3,19 +3,19 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -23,19 +23,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -48,23 +48,23 @@
<div class="sidebar rb-sidebar__1" id="sidebar1">
<ul id="sidebar-left" class="col-md-2 col-sm-16 col-xs-12 p-0 list-group pt-3 sidebar-fill">
<li class="list-group-item rb-main-sidebar">
<a href="/" class="sidebar__link__light">About</a>
<a href="/i2p/" class="sidebar__link__light">About</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/getting-started/" class="sidebar__link__light">Getting Started</a>
<a href="/i2p/getting-started/" class="sidebar__link__light">Getting Started</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/visuals/" class="sidebar__link__light">Visuals</a>
<a href="/i2p/visuals/" class="sidebar__link__light">Visuals</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/components/" class="sidebar__link__light">Components</a>
<a href="/i2p/components/" class="sidebar__link__light">Components</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/copywriting/" class="sidebar__link__light">Copywriting</a>
<a href="/i2p/copywriting/" class="sidebar__link__light">Copywriting</a>
</li>
</ul>
</div>
@ -286,7 +286,7 @@
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="card">
<img class="card-img-top"
src="/assets/images/placeholder.jpg" alt="Card image cap">
src="/i2p/assets/images/placeholder.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">A few things everyone can do now</h4>
<p class="card-text text-muted">Numerous people contribute to the project to varying extents.</p>
@ -394,11 +394,11 @@
</div>
</div>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>
</body>

44
_site/copywriting/index.html

@ -3,19 +3,19 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -23,19 +23,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -48,23 +48,23 @@
<div class="sidebar rb-sidebar__1" id="sidebar1">
<ul id="sidebar-left" class="col-md-2 col-sm-16 col-xs-12 p-0 list-group pt-3 sidebar-fill">
<li class="list-group-item rb-main-sidebar">
<a href="/" class="sidebar__link__light">About</a>
<a href="/i2p/" class="sidebar__link__light">About</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/getting-started/" class="sidebar__link__light">Getting Started</a>
<a href="/i2p/getting-started/" class="sidebar__link__light">Getting Started</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/visuals/" class="sidebar__link__light">Visuals</a>
<a href="/i2p/visuals/" class="sidebar__link__light">Visuals</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/components/" class="sidebar__link__light">Components</a>
<a href="/i2p/components/" class="sidebar__link__light">Components</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/copywriting/" class="sidebar__link__light">Copywriting</a>
<a href="/i2p/copywriting/" class="sidebar__link__light">Copywriting</a>
</li>
</ul>
</div>
@ -213,11 +213,11 @@
</div>
</div>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>
</body>

2
_site/feed.xml

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2018-07-28T14:55:42-03:00</updated><id>http://localhost:4000/</id><title type="html">I2P Styleguide</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">Reproducible Builds Styleguide</title><link href="http://localhost:4000/jekyll/update/2018/05/06/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Reproducible Builds Styleguide" /><published>2018-05-06T07:24:53-03:00</published><updated>2018-05-06T07:24:53-03:00</updated><id>http://localhost:4000/jekyll/update/2018/05/06/welcome-to-jekyll</id><content type="html" xml:base="http://localhost:4000/jekyll/update/2018/05/06/welcome-to-jekyll.html">&lt;p&gt;You’ll find this post in your &lt;code class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run &lt;code class=&quot;highlighter-rouge&quot;&gt;jekyll serve&lt;/code&gt;, which launches a web server and auto-regenerates your site when a file is updated.&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.3">Jekyll</generator><link href="http://localhost:4000/i2p/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/i2p/" rel="alternate" type="text/html" /><updated>2018-07-30T14:41:33-03:00</updated><id>http://localhost:4000/i2p/</id><title type="html">I2P Styleguide</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">Reproducible Builds Styleguide</title><link href="http://localhost:4000/i2p/jekyll/update/2018/05/06/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Reproducible Builds Styleguide" /><published>2018-05-06T07:24:53-03:00</published><updated>2018-05-06T07:24:53-03:00</updated><id>http://localhost:4000/i2p/jekyll/update/2018/05/06/welcome-to-jekyll</id><content type="html" xml:base="http://localhost:4000/i2p/jekyll/update/2018/05/06/welcome-to-jekyll.html">&lt;p&gt;You’ll find this post in your &lt;code class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run &lt;code class=&quot;highlighter-rouge&quot;&gt;jekyll serve&lt;/code&gt;, which launches a web server and auto-regenerates your site when a file is updated.&lt;/p&gt;
&lt;p&gt;To add new posts, simply add a file in the &lt;code class=&quot;highlighter-rouge&quot;&gt;_posts&lt;/code&gt; directory that follows the convention &lt;code class=&quot;highlighter-rouge&quot;&gt;YYYY-MM-DD-name-of-post.ext&lt;/code&gt; and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.&lt;/p&gt;

44
_site/getting-started/index.html

@ -3,19 +3,19 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -23,19 +23,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -48,23 +48,23 @@
<div class="sidebar rb-sidebar__1" id="sidebar1">
<ul id="sidebar-left" class="col-md-2 col-sm-16 col-xs-12 p-0 list-group pt-3 sidebar-fill">
<li class="list-group-item rb-main-sidebar">
<a href="/" class="sidebar__link__light">About</a>
<a href="/i2p/" class="sidebar__link__light">About</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/getting-started/" class="sidebar__link__light">Getting Started</a>
<a href="/i2p/getting-started/" class="sidebar__link__light">Getting Started</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/visuals/" class="sidebar__link__light">Visuals</a>
<a href="/i2p/visuals/" class="sidebar__link__light">Visuals</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/components/" class="sidebar__link__light">Components</a>
<a href="/i2p/components/" class="sidebar__link__light">Components</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/copywriting/" class="sidebar__link__light">Copywriting</a>
<a href="/i2p/copywriting/" class="sidebar__link__light">Copywriting</a>
</li>
</ul>
</div>
@ -149,11 +149,11 @@
</main>
</div>
</div>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>
</body>

521
_site/i2p.ses

@ -1,521 +0,0 @@
let SessionLoad = 1
if &cp | set nocp | endif
let s:cpo_save=&cpo
set cpo&vim
imap <S-Tab> <Plug>SuperTabBackward
inoremap <C-Tab> 
map <silent>  :call ToggleVExplorer()
vmap "" c""P
vmap '' c''P
vmap () c()P
vmap <> c<>P
vmap [% [%m'gv``
vmap [] c[]P
vmap ]% ]%m'gv``
vmap a% [%v]%
vmap gx <Plug>NetrwBrowseXVis
nmap gx <Plug>NetrwBrowseX
vmap n'' c'PO'
vmap n"" c"PO"
vmap n<> c>PO<
vmap n() c)PO(
vmap n[] c]PO[
vmap n{} c}PO{
vmap {} c{}P
vnoremap <silent> <Plug>NetrwBrowseXVis :call netrw#BrowseXVis()
nnoremap <silent> <Plug>NetrwBrowseX :call netrw#BrowseX(expand((exists("g:netrw_gx")? g:netrw_gx : '<cfile>')),netrw#CheckIfRemote())
map <F6> :setlocal spell! spelllang=pt_br
imap  <Plug>SuperTabForward
inoremap   /<++> "_c4l
imap ;html <!DOCTYPE html> <head> <title><++></title> <link rel="stylesheet" type="text/css" href="<++>.css"> <++> </head>  <body> <++> </body> </html>ggi
let &cpo=s:cpo_save
unlet s:cpo_save
set autoindent
set background=dark
set backspace=indent,eol,start
set fileencodings=ucs-bom,utf-8,default,latin1
set helplang=pt
set hlsearch
set incsearch
set nomodeline
set printoptions=paper:a4
set ruler
set runtimepath=~/.vim,~/.vim/bundle/matchit,~/.vim/bundle/supertab-master,~/.vim/bundle/wal-vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim80,/usr/share/vim/vim80/pack/dist/opt/matchit,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
set scrolloff=5
set shiftwidth=2
set showmatch
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
set noswapfile
set tabstop=2
set wildmenu
set wildmode=list:longest
set window=57
set nowritebackup
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
let v:this_session=expand("<sfile>:p")
silent only
cd ~/prj/freelas/UraTest/securedrop-styleguide
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
set shortmess=aoO
badd +1 ~/prj/freelas/UraTest/securedrop-styleguide
badd +1 ~/prj/freelas/UraTest/logs.txt
badd +2 assets/fonts/sourcesans.css
badd +8 assets/fonts/sourcecode.css
badd +7 _layouts/default.html
badd +4 _includes/head.html
badd +1 assets/styles/vars.scss
badd +42 _includes/visuals/typography.html
badd +31 _includes/scrollspy.html
badd +4 assets/styles/visuals.scss
badd +1 ~/prj/freelas/UraTest/logs
badd +1 assets/styles/main.scss
badd +183 assets/styles/components.scss
badd +18 _includes/components/buttons.html
badd +18 assets/styles/layout.scss
badd +1 assets/styles/state.scss
badd +2 _includes/navbar.html
badd +3 _includes/visuals/colors.html
badd +1 assets/styles/navbar_side.html
badd +19 _includes/navbar_side.html
badd +1 components.md
badd +1 components.scss
badd +5 _includes/sidebar.html
badd +1 _includes/_config.yml
badd +29 _config.yml
badd +1 assets/styles/navbar.html
badd +1 _includes/layout.scss
badd +1 assets/styles/head.html
badd +1 ...logs
badd +75 _includes/visuals/assets.html
badd +31 _includes/components/cards.html
badd +19 _includes/components/forms.html
badd +1 _includes/components/components.md
argglobal
silent! argdel *
$argadd ~/prj/freelas/UraTest/securedrop-styleguide
edit NetrwTreeListing\ 61
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd _ | wincmd |
split
1wincmd k
wincmd w
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
exe '1resize ' . ((&lines * 28 + 29) / 58)
exe 'vert 1resize ' . ((&columns * 34 + 73) / 146)
exe '2resize ' . ((&lines * 27 + 29) / 58)
exe 'vert 2resize ' . ((&columns * 34 + 73) / 146)
exe 'vert 3resize ' . ((&columns * 111 + 73) / 146)
argglobal
let s:cpo_save=&cpo
set cpo&vim
nmap <buffer>  <Plug>NetrwHideEdit
nmap <buffer>  <Plug>NetrwRefresh
nnoremap <buffer> <F1> :he netrw-quickhelp
nmap <buffer> <nowait> <silent> <S-CR> <Plug>NetrwTreeSqueeze
nnoremap <buffer> <silent> <S-Up> :Pexplore
nnoremap <buffer> <silent> <S-Down> :Nexplore
let &cpo=s:cpo_save
unlet s:cpo_save
setlocal keymap=
setlocal noarabic
setlocal autoindent
setlocal backupcopy=
setlocal balloonexpr=
setlocal nobinary
setlocal nobreakindent
setlocal breakindentopt=
setlocal bufhidden=hide
setlocal nobuflisted
setlocal buftype=
setlocal nocindent
setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal cinoptions=
setlocal cinwords=if,else,while,do,for,switch
setlocal colorcolumn=
setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
setlocal commentstring=/*%s*/
setlocal complete=.,w,b,u,t,i
setlocal concealcursor=
setlocal conceallevel=0
setlocal completefunc=
setlocal nocopyindent
setlocal cryptmethod=
setlocal nocursorbind
setlocal nocursorcolumn
setlocal cursorline
setlocal define=
setlocal dictionary=
setlocal nodiff
setlocal equalprg=
setlocal errorformat=
setlocal noexpandtab
if &filetype != 'netrw'
setlocal filetype=netrw
endif
setlocal fixendofline
setlocal foldcolumn=0
setlocal foldenable
setlocal foldexpr=0
setlocal foldignore=#
setlocal foldlevel=0
setlocal foldmarker={{{,}}}
setlocal foldmethod=manual
setlocal foldminlines=1
setlocal foldnestmax=20
setlocal foldtext=foldtext()
setlocal formatexpr=
setlocal formatoptions=tcq
setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
setlocal formatprg=
setlocal grepprg=
setlocal iminsert=0
setlocal imsearch=-1
setlocal include=
setlocal includeexpr=
setlocal indentexpr=
setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
setlocal noinfercase
setlocal iskeyword=@,48-57,_,192-255
setlocal keywordprg=
setlocal nolinebreak
setlocal nolisp
setlocal lispwords=
setlocal nolist
setlocal makeencoding=
setlocal makeprg=
setlocal matchpairs=(:),{:},[:]
setlocal nomodeline
setlocal nomodifiable
setlocal nrformats=bin,octal,hex
set number
setlocal nonumber
setlocal numberwidth=4
setlocal omnifunc=
setlocal path=
setlocal nopreserveindent
setlocal nopreviewwindow
setlocal quoteescape=\\
setlocal readonly
set relativenumber
setlocal norelativenumber
setlocal norightleft
setlocal rightleftcmd=search
setlocal noscrollbind
setlocal shiftwidth=2
setlocal noshortname
setlocal signcolumn=auto
setlocal nosmartindent
setlocal softtabstop=0
setlocal nospell
setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
setlocal spellfile=
setlocal spelllang=en
setlocal statusline=
setlocal suffixesadd=
setlocal noswapfile
setlocal synmaxcol=3000
if &syntax != 'netrw'
setlocal syntax=netrw
endif
setlocal tabstop=33
setlocal tagcase=
setlocal tags=
setlocal termkey=
setlocal termsize=
setlocal textwidth=0
setlocal thesaurus=
setlocal noundofile
setlocal undolevels=-123456
setlocal nowinfixheight
setlocal nowinfixwidth
setlocal nowrap
setlocal wrapmargin=0
silent! normal! zE
let s:l = 30 - ((20 * winheight(0) + 14) / 28)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
30
normal! 02|
lcd ~/prj/freelas/UraTest/securedrop-styleguide
wincmd w
argglobal
if bufexists('~/prj/freelas/UraTest/logs.txt') | buffer ~/prj/freelas/UraTest/logs.txt | else | edit ~/prj/freelas/UraTest/logs.txt | endif
setlocal keymap=
setlocal noarabic
setlocal autoindent
setlocal backupcopy=
setlocal balloonexpr=
setlocal nobinary
setlocal nobreakindent
setlocal breakindentopt=
setlocal bufhidden=
setlocal buflisted
setlocal buftype=
setlocal nocindent
setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal cinoptions=
setlocal cinwords=if,else,while,do,for,switch
setlocal colorcolumn=
setlocal comments=fb:-,fb:*
setlocal commentstring=
setlocal complete=.,w,b,u,t,i
setlocal concealcursor=
setlocal conceallevel=0
setlocal completefunc=
setlocal nocopyindent
setlocal cryptmethod=
setlocal nocursorbind
setlocal nocursorcolumn
setlocal nocursorline
setlocal define=
setlocal dictionary=
setlocal nodiff
setlocal equalprg=
setlocal errorformat=
setlocal noexpandtab
if &filetype != 'text'
setlocal filetype=text
endif
setlocal fixendofline
setlocal foldcolumn=0
setlocal foldenable
setlocal foldexpr=0
setlocal foldignore=#
setlocal foldlevel=0
setlocal foldmarker={{{,}}}
setlocal foldmethod=manual
setlocal foldminlines=1
setlocal foldnestmax=20
setlocal foldtext=foldtext()
setlocal formatexpr=
setlocal formatoptions=tcq
setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
setlocal formatprg=
setlocal grepprg=
setlocal iminsert=0
setlocal imsearch=-1
setlocal include=
setlocal includeexpr=
setlocal indentexpr=
setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
setlocal noinfercase
setlocal iskeyword=@,48-57,_,192-255
setlocal keywordprg=
setlocal nolinebreak
setlocal nolisp
setlocal lispwords=
setlocal nolist
setlocal makeencoding=
setlocal makeprg=
setlocal matchpairs=(:),{:},[:]
setlocal nomodeline
setlocal modifiable
setlocal nrformats=bin,octal,hex
set number
setlocal number
setlocal numberwidth=4
setlocal omnifunc=
setlocal path=
setlocal nopreserveindent
setlocal nopreviewwindow
setlocal quoteescape=\\
setlocal noreadonly
set relativenumber
setlocal relativenumber
setlocal norightleft
setlocal rightleftcmd=search
setlocal noscrollbind
setlocal shiftwidth=2
setlocal noshortname
setlocal signcolumn=auto
setlocal nosmartindent
setlocal softtabstop=0
setlocal nospell
setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
setlocal spellfile=
setlocal spelllang=en
setlocal statusline=
setlocal suffixesadd=
setlocal noswapfile
setlocal synmaxcol=3000
if &syntax != 'text'
setlocal syntax=text
endif
setlocal tabstop=2
setlocal tagcase=
setlocal tags=
setlocal termkey=
setlocal termsize=
setlocal textwidth=0
setlocal thesaurus=
setlocal noundofile
setlocal undolevels=-123456
setlocal nowinfixheight
setlocal nowinfixwidth
setlocal wrap
setlocal wrapmargin=0
silent! normal! zE
let s:l = 51 - ((20 * winheight(0) + 13) / 27)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
51
normal! 050|
lcd ~/prj/freelas/UraTest/securedrop-styleguide
wincmd w
argglobal
if bufexists('~/prj/freelas/UraTest/securedrop-styleguide/assets/styles/components.scss') | buffer ~/prj/freelas/UraTest/securedrop-styleguide/assets/styles/components.scss | else | edit ~/prj/freelas/UraTest/securedrop-styleguide/assets/styles/components.scss | endif
setlocal keymap=
setlocal noarabic
setlocal autoindent
setlocal backupcopy=
setlocal balloonexpr=
setlocal nobinary
setlocal nobreakindent
setlocal breakindentopt=
setlocal bufhidden=
setlocal buflisted
setlocal buftype=
setlocal nocindent
setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal cinoptions=
setlocal cinwords=if,else,while,do,for,switch
setlocal colorcolumn=
setlocal comments=s1:/*,mb:*,ex:*/,://
setlocal commentstring=//\ %s
setlocal complete=.,w,b,u,t,i
setlocal concealcursor=
setlocal conceallevel=0
setlocal completefunc=
setlocal nocopyindent
setlocal cryptmethod=
setlocal nocursorbind
setlocal nocursorcolumn
setlocal nocursorline
setlocal define=^\\s*\\%(@mixin\\|=\\)
setlocal dictionary=
setlocal nodiff
setlocal equalprg=
setlocal errorformat=
setlocal noexpandtab
if &filetype != 'scss'
setlocal filetype=scss
endif
setlocal fixendofline
setlocal foldcolumn=0
setlocal foldenable
setlocal foldexpr=0
setlocal foldignore=#
setlocal foldlevel=0
setlocal foldmarker={{{,}}}
setlocal foldmethod=manual
setlocal foldminlines=1
setlocal foldnestmax=20
setlocal foldtext=foldtext()
setlocal formatexpr=
setlocal formatoptions=tcq
setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
setlocal formatprg=
setlocal grepprg=
setlocal iminsert=0
setlocal imsearch=-1
setlocal include=^\\s*@import\\s\\+\\%(url(\\)\\=[\"']\\=
setlocal includeexpr=substitute(v:fname,'\\%(.*/\\|^\\)\\zs','_','')
setlocal indentexpr=
setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
setlocal noinfercase
setlocal iskeyword=@,48-57,_,192-255
setlocal keywordprg=
setlocal nolinebreak
setlocal nolisp
setlocal lispwords=
setlocal nolist
setlocal makeencoding=
setlocal makeprg=
setlocal matchpairs=(:),{:},[:]
setlocal nomodeline
setlocal modifiable
setlocal nrformats=bin,octal,hex
set number
setlocal number
setlocal numberwidth=4
setlocal omnifunc=csscomplete#CompleteCSS
setlocal path=
setlocal nopreserveindent
setlocal nopreviewwindow
setlocal quoteescape=\\
setlocal noreadonly
set relativenumber
setlocal relativenumber
setlocal norightleft
setlocal rightleftcmd=search
setlocal noscrollbind
setlocal shiftwidth=2
setlocal noshortname
setlocal signcolumn=auto
setlocal nosmartindent
setlocal softtabstop=0
setlocal nospell
setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
setlocal spellfile=
setlocal spelllang=en
setlocal statusline=
setlocal suffixesadd=.sass,.scss,.css
setlocal noswapfile
setlocal synmaxcol=3000
if &syntax != 'scss'
setlocal syntax=scss
endif
setlocal tabstop=2
setlocal tagcase=
setlocal tags=
setlocal termkey=
setlocal termsize=
setlocal textwidth=0
setlocal thesaurus=
setlocal noundofile
setlocal undolevels=-123456
setlocal nowinfixheight
setlocal nowinfixwidth
setlocal wrap
setlocal wrapmargin=0
silent! normal! zE
let s:l = 218 - ((47 * winheight(0) + 28) / 56)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
218
normal! 013|
lcd ~/prj/freelas/UraTest/securedrop-styleguide
wincmd w
3wincmd w
exe '1resize ' . ((&lines * 28 + 29) / 58)
exe 'vert 1resize ' . ((&columns * 34 + 73) / 146)
exe '2resize ' . ((&lines * 27 + 29) / 58)
exe 'vert 2resize ' . ((&columns * 34 + 73) / 146)
exe 'vert 3resize ' . ((&columns * 111 + 73) / 146)
tabnext 1
if exists('s:wipebuf')
silent exe 'bwipe ' . s:wipebuf
endif
unlet! s:wipebuf
set winheight=1 winwidth=20 shortmess=filnxtToO
set winminheight=1 winminwidth=1
let s:sx = expand("<sfile>:p:r")."x.vim"
if file_readable(s:sx)
exe "source " . fnameescape(s:sx)
endif
let &so = s:so_save | let &siso = s:siso_save
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :

44
_site/index.html

@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
@ -16,7 +16,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -24,19 +24,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -49,23 +49,23 @@
<div class="sidebar rb-sidebar__1" id="sidebar1">
<ul id="sidebar-left" class="col-md-2 col-sm-16 col-xs-12 p-0 list-group pt-3 sidebar-fill">
<li class="list-group-item rb-main-sidebar">
<a href="/" class="sidebar__link__light">About</a>
<a href="/i2p/" class="sidebar__link__light">About</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/getting-started/" class="sidebar__link__light">Getting Started</a>
<a href="/i2p/getting-started/" class="sidebar__link__light">Getting Started</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/visuals/" class="sidebar__link__light">Visuals</a>
<a href="/i2p/visuals/" class="sidebar__link__light">Visuals</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/components/" class="sidebar__link__light">Components</a>
<a href="/i2p/components/" class="sidebar__link__light">Components</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/copywriting/" class="sidebar__link__light">Copywriting</a>
<a href="/i2p/copywriting/" class="sidebar__link__light">Copywriting</a>
</li>
</ul>
</div>
@ -150,11 +150,11 @@
</main>
</div>
</div>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>

36
_site/jekyll/update/2018/05/06/welcome-to-jekyll.html

@ -3,19 +3,19 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -23,19 +23,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -66,14 +66,14 @@
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
</div><a class="u-url" href="/jekyll/update/2018/05/06/welcome-to-jekyll.html" hidden></a>
</div><a class="u-url" href="/i2p/jekyll/update/2018/05/06/welcome-to-jekyll.html" hidden></a>
</article>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>
</body>

44
_site/visuals/index.html

@ -3,19 +3,19 @@
<head>
<meta charset="utf-8">
<title>I2P Styleguide</title>
<link rel="stylesheet" href="/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/assets/images/favicon.png"/>
<link href="/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/assets/fonts/sourcecode.css" rel="stylesheet">
<link rel="stylesheet" href="/i2p/assets/static/open-iconic-bootstrap.css" />
<link rel="stylesheet" href="/i2p/assets/static/bootstrap.min.css">
<link rel="stylesheet" href="/i2p/assets/styles/main.css">
<link rel="shortcut icon" type="image/png" href="/i2p/assets/images/favicon.png"/>
<link href="/i2p/assets/fonts/sourcesans.css" rel="stylesheet">
<link href="/i2p/assets/fonts/sourcecode.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom border-black sticky-top rp-navbar__top">
<a class="navbar-brand" href="https://geti2p.net/">
<img src="/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
<img src="/i2p/assets/images/horizontal_color.png" class="my-2" height="40" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@ -23,19 +23,19 @@
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav mr-auto display-xs">
<li class="nav-item">
<a class="nav-link" href="/">About</a>
<a class="nav-link" href="/i2p/">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/getting-started">Getting Started</a>
<a class="nav-link" href="/i2p/getting-started">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visuals/">Visuals</a>
<a class="nav-link" href="/i2p/visuals/">Visuals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/components/">Components</a>
<a class="nav-link" href="/i2p/components/">Components</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/copywriting/">Copywriting</a>
<a class="nav-link" href="/i2p/copywriting/">Copywriting</a>
</li>
</ul>
</div>
@ -48,23 +48,23 @@
<div class="sidebar rb-sidebar__1" id="sidebar1">
<ul id="sidebar-left" class="col-md-2 col-sm-16 col-xs-12 p-0 list-group pt-3 sidebar-fill">
<li class="list-group-item rb-main-sidebar">
<a href="/" class="sidebar__link__light">About</a>
<a href="/i2p/" class="sidebar__link__light">About</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/getting-started/" class="sidebar__link__light">Getting Started</a>
<a href="/i2p/getting-started/" class="sidebar__link__light">Getting Started</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/visuals/" class="sidebar__link__light">Visuals</a>
<a href="/i2p/visuals/" class="sidebar__link__light">Visuals</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/components/" class="sidebar__link__light">Components</a>
<a href="/i2p/components/" class="sidebar__link__light">Components</a>
</li>
<li class="list-group-item rb-main-sidebar">
<a href="/copywriting/" class="sidebar__link__light">Copywriting</a>
<a href="/i2p/copywriting/" class="sidebar__link__light">Copywriting</a>
</li>
</ul>
</div>
@ -485,11 +485,11 @@
</div>
</div>
<script src="/assets/javascript/modernizr.min.js"></script>
<script src="/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/assets/javascript/popper.min.js"></script>
<script src="/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/assets/javascript/run_prettify.js"></script> /* -->
<script src="/i2p/assets/javascript/modernizr.min.js"></script>
<script src="/i2p/assets/javascript/jquery-3.3.1.slim.min.js"></script>
<script src="/i2p/assets/javascript/popper.min.js"></script>
<script src="/i2p/assets/javascript/bootstrap.min.js"></script>
<!-- <script src="/i2p/assets/javascript/run_prettify.js"></script> /* -->
<script type="text/javascript" src="/securedrop-styleguide/assets/javascript/index.js"></script>
</div>

521
i2p.ses

@ -1,521 +0,0 @@
let SessionLoad = 1
if &cp | set nocp | endif
let s:cpo_save=&cpo
set cpo&vim
imap <S-Tab> <Plug>SuperTabBackward
inoremap <C-Tab> 
map <silent>  :call ToggleVExplorer()
vmap "" c""P
vmap '' c''P
vmap () c()P
vmap <> c<>P
vmap [% [%m'gv``
vmap [] c[]P
vmap ]% ]%m'gv``
vmap a% [%v]%
vmap gx <Plug>NetrwBrowseXVis
nmap gx <Plug>NetrwBrowseX
vmap n'' c'PO'
vmap n"" c"PO"
vmap n<> c>PO<
vmap n() c)PO(
vmap n[] c]PO[
vmap n{} c}PO{
vmap {} c{}P
vnoremap <silent> <Plug>NetrwBrowseXVis :call netrw#BrowseXVis()
nnoremap <silent> <Plug>NetrwBrowseX :call netrw#BrowseX(expand((exists("g:netrw_gx")? g:netrw_gx : '<cfile>')),netrw#CheckIfRemote())
map <F6> :setlocal spell! spelllang=pt_br
imap  <Plug>SuperTabForward
inoremap   /<++> "_c4l
imap ;html <!DOCTYPE html> <head> <title><++></title> <link rel="stylesheet" type="text/css" href="<++>.css"> <++> </head>  <body> <++> </body> </html>ggi
let &cpo=s:cpo_save
unlet s:cpo_save
set autoindent
set background=dark
set backspace=indent,eol,start
set fileencodings=ucs-bom,utf-8,default,latin1
set helplang=pt
set hlsearch
set incsearch
set nomodeline
set printoptions=paper:a4
set ruler
set runtimepath=~/.vim,~/.vim/bundle/matchit,~/.vim/bundle/supertab-master,~/.vim/bundle/wal-vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim80,/usr/share/vim/vim80/pack/dist/opt/matchit,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
set scrolloff=5
set shiftwidth=2
set showmatch
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
set noswapfile
set tabstop=2
set wildmenu
set wildmode=list:longest
set window=57
set nowritebackup
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
let v:this_session=expand("<sfile>:p")
silent only
cd ~/prj/freelas/UraTest/securedrop-styleguide
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
set shortmess=aoO
badd +1 ~/prj/freelas/UraTest/securedrop-styleguide
badd +1 ~/prj/freelas/UraTest/logs.txt
badd +2 assets/fonts/sourcesans.css
badd +8 assets/fonts/sourcecode.css
badd +7 _layouts/default.html
badd +4 _includes/head.html
badd +1 assets/styles/vars.scss
badd +42 _includes/visuals/typography.html
badd +31 _includes/scrollspy.html
badd +4 assets/styles/visuals.scss
badd +1 ~/prj/freelas/UraTest/logs
badd +1 assets/styles/main.scss
badd +183 assets/styles/components.scss
badd +18 _includes/components/buttons.html
badd +18 assets/styles/layout.scss
badd +1 assets/styles/state.scss
badd +2 _includes/navbar.html
badd +3 _includes/visuals/colors.html
badd +1 assets/styles/navbar_side.html
badd +19 _includes/navbar_side.html
badd +1 components.md
badd +1 components.scss
badd +5 _includes/sidebar.html
badd +1 _includes/_config.yml
badd +29 _config.yml
badd +1 assets/styles/navbar.html
badd +1 _includes/layout.scss
badd +1 assets/styles/head.html
badd +1 ...logs
badd +75 _includes/visuals/assets.html
badd +31 _includes/components/cards.html
badd +19 _includes/components/forms.html
badd +1 _includes/components/components.md
argglobal
silent! argdel *
$argadd ~/prj/freelas/UraTest/securedrop-styleguide
edit NetrwTreeListing\ 61
set splitbelow splitright
wincmd _ | wincmd |
vsplit
1wincmd h
wincmd _ | wincmd |
split
1wincmd k
wincmd w
wincmd w
set nosplitbelow
set nosplitright
wincmd t
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
exe '1resize ' . ((&lines * 28 + 29) / 58)
exe 'vert 1resize ' . ((&columns * 34 + 73) / 146)
exe '2resize ' . ((&lines * 27 + 29) / 58)
exe 'vert 2resize ' . ((&columns * 34 + 73) / 146)
exe 'vert 3resize ' . ((&columns * 111 + 73) / 146)
argglobal
let s:cpo_save=&cpo
set cpo&vim
nmap <buffer>  <Plug>NetrwHideEdit
nmap <buffer>  <Plug>NetrwRefresh
nnoremap <buffer> <F1> :he netrw-quickhelp
nmap <buffer> <nowait> <silent> <S-CR> <Plug>NetrwTreeSqueeze
nnoremap <buffer> <silent> <S-Up> :Pexplore
nnoremap <buffer> <silent> <S-Down> :Nexplore
let &cpo=s:cpo_save
unlet s:cpo_save
setlocal keymap=
setlocal noarabic
setlocal autoindent
setlocal backupcopy=
setlocal balloonexpr=
setlocal nobinary
setlocal nobreakindent
setlocal breakindentopt=
setlocal bufhidden=hide
setlocal nobuflisted
setlocal buftype=
setlocal nocindent
setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal cinoptions=
setlocal cinwords=if,else,while,do,for,switch
setlocal colorcolumn=
setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
setlocal commentstring=/*%s*/
setlocal complete=.,w,b,u,t,i
setlocal concealcursor=
setlocal conceallevel=0
setlocal completefunc=
setlocal nocopyindent
setlocal cryptmethod=
setlocal nocursorbind
setlocal nocursorcolumn
setlocal cursorline
setlocal define=
setlocal dictionary=
setlocal nodiff
setlocal equalprg=
setlocal errorformat=
setlocal noexpandtab
if &filetype != 'netrw'
setlocal filetype=netrw
endif
setlocal fixendofline
setlocal foldcolumn=0
setlocal foldenable
setlocal foldexpr=0
setlocal foldignore=#
setlocal foldlevel=0
setlocal foldmarker={{{,}}}
setlocal foldmethod=manual
setlocal foldminlines=1
setlocal foldnestmax=20
setlocal foldtext=foldtext()
setlocal formatexpr=
setlocal formatoptions=tcq
setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
setlocal formatprg=
setlocal grepprg=
setlocal iminsert=0
setlocal imsearch=-1
setlocal include=
setlocal includeexpr=
setlocal indentexpr=
setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
setlocal noinfercase
setlocal iskeyword=@,48-57,_,192-255
setlocal keywordprg=
setlocal nolinebreak
setlocal nolisp
setlocal lispwords=
setlocal nolist
setlocal makeencoding=
setlocal makeprg=
setlocal matchpairs=(:),{:},[:]
setlocal nomodeline
setlocal nomodifiable
setlocal nrformats=bin,octal,hex
set number
setlocal nonumber
setlocal numberwidth=4
setlocal omnifunc=
setlocal path=
setlocal nopreserveindent
setlocal nopreviewwindow
setlocal quoteescape=\\
setlocal readonly
set relativenumber
setlocal norelativenumber
setlocal norightleft
setlocal rightleftcmd=search
setlocal noscrollbind
setlocal shiftwidth=2
setlocal noshortname
setlocal signcolumn=auto
setlocal nosmartindent
setlocal softtabstop=0
setlocal nospell
setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
setlocal spellfile=
setlocal spelllang=en
setlocal statusline=
setlocal suffixesadd=
setlocal noswapfile
setlocal synmaxcol=3000
if &syntax != 'netrw'
setlocal syntax=netrw
endif
setlocal tabstop=33
setlocal tagcase=
setlocal tags=
setlocal termkey=
setlocal termsize=
setlocal textwidth=0
setlocal thesaurus=
setlocal noundofile
setlocal undolevels=-123456
setlocal nowinfixheight
setlocal nowinfixwidth
setlocal nowrap
setlocal wrapmargin=0
silent! normal! zE
let s:l = 30 - ((20 * winheight(0) + 14) / 28)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
30
normal! 02|
lcd ~/prj/freelas/UraTest/securedrop-styleguide
wincmd w
argglobal
if bufexists('~/prj/freelas/UraTest/logs.txt') | buffer ~/prj/freelas/UraTest/logs.txt | else | edit ~/prj/freelas/UraTest/logs.txt | endif
setlocal keymap=
setlocal noarabic
setlocal autoindent
setlocal backupcopy=
setlocal balloonexpr=
setlocal nobinary
setlocal nobreakindent
setlocal breakindentopt=
setlocal bufhidden=
setlocal buflisted
setlocal buftype=
setlocal nocindent
setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal cinoptions=
setlocal cinwords=if,else,while,do,for,switch
setlocal colorcolumn=
setlocal comments=fb:-,fb:*
setlocal commentstring=
setlocal complete=.,w,b,u,t,i
setlocal concealcursor=
setlocal conceallevel=0
setlocal completefunc=
setlocal nocopyindent
setlocal cryptmethod=
setlocal nocursorbind
setlocal nocursorcolumn
setlocal nocursorline
setlocal define=
setlocal dictionary=
setlocal nodiff
setlocal equalprg=
setlocal errorformat=
setlocal noexpandtab
if &filetype != 'text'
setlocal filetype=text
endif
setlocal fixendofline
setlocal foldcolumn=0
setlocal foldenable
setlocal foldexpr=0
setlocal foldignore=#
setlocal foldlevel=0
setlocal foldmarker={{{,}}}
setlocal foldmethod=manual
setlocal foldminlines=1
setlocal foldnestmax=20
setlocal foldtext=foldtext()
setlocal formatexpr=
setlocal formatoptions=tcq
setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
setlocal formatprg=
setlocal grepprg=
setlocal iminsert=0
setlocal imsearch=-1
setlocal include=
setlocal includeexpr=
setlocal indentexpr=
setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
setlocal noinfercase
setlocal iskeyword=@,48-57,_,192-255
setlocal keywordprg=
setlocal nolinebreak
setlocal nolisp
setlocal lispwords=
setlocal nolist
setlocal makeencoding=
setlocal makeprg=
setlocal matchpairs=(:),{:},[:]
setlocal nomodeline
setlocal modifiable
setlocal nrformats=bin,octal,hex
set number
setlocal number
setlocal numberwidth=4
setlocal omnifunc=
setlocal path=
setlocal nopreserveindent
setlocal nopreviewwindow
setlocal quoteescape=\\
setlocal noreadonly
set relativenumber
setlocal relativenumber
setlocal norightleft
setlocal rightleftcmd=search
setlocal noscrollbind
setlocal shiftwidth=2
setlocal noshortname
setlocal signcolumn=auto
setlocal nosmartindent
setlocal softtabstop=0
setlocal nospell
setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
setlocal spellfile=
setlocal spelllang=en
setlocal statusline=
setlocal suffixesadd=
setlocal noswapfile
setlocal synmaxcol=3000
if &syntax != 'text'
setlocal syntax=text
endif
setlocal tabstop=2
setlocal tagcase=
setlocal tags=
setlocal termkey=
setlocal termsize=
setlocal textwidth=0
setlocal thesaurus=
setlocal noundofile
setlocal undolevels=-123456
setlocal nowinfixheight
setlocal nowinfixwidth
setlocal wrap
setlocal wrapmargin=0
silent! normal! zE
let s:l = 51 - ((20 * winheight(0) + 13) / 27)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
51
normal! 050|
lcd ~/prj/freelas/UraTest/securedrop-styleguide
wincmd w
argglobal
if bufexists('~/prj/freelas/UraTest/securedrop-styleguide/assets/styles/components.scss') | buffer ~/prj/freelas/UraTest/securedrop-styleguide/assets/styles/components.scss | else | edit ~/prj/freelas/UraTest/securedrop-styleguide/assets/styles/components.scss | endif
setlocal keymap=
setlocal noarabic
setlocal autoindent
setlocal backupcopy=
setlocal balloonexpr=
setlocal nobinary
setlocal nobreakindent
setlocal breakindentopt=
setlocal bufhidden=
setlocal buflisted
setlocal buftype=
setlocal nocindent
setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
setlocal cinoptions=
setlocal cinwords=if,else,while,do,for,switch
setlocal colorcolumn=
setlocal comments=s1:/*,mb:*,ex:*/,://
setlocal commentstring=//\ %s
setlocal complete=.,w,b,u,t,i
setlocal concealcursor=
setlocal conceallevel=0
setlocal completefunc=
setlocal nocopyindent
setlocal cryptmethod=
setlocal nocursorbind
setlocal nocursorcolumn
setlocal nocursorline
setlocal define=^\\s*\\%(@mixin\\|=\\)
setlocal dictionary=
setlocal nodiff
setlocal equalprg=
setlocal errorformat=
setlocal noexpandtab
if &filetype != 'scss'
setlocal filetype=scss
endif
setlocal fixendofline
setlocal foldcolumn=0
setlocal foldenable
setlocal foldexpr=0
setlocal foldignore=#
setlocal foldlevel=0
setlocal foldmarker={{{,}}}
setlocal foldmethod=manual
setlocal foldminlines=1
setlocal foldnestmax=20
setlocal foldtext=foldtext()
setlocal formatexpr=
setlocal formatoptions=tcq
setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
setlocal formatprg=
setlocal grepprg=
setlocal iminsert=0
setlocal imsearch=-1
setlocal include=^\\s*@import\\s\\+\\%(url(\\)\\=[\"']\\=
setlocal includeexpr=substitute(v:fname,'\\%(.*/\\|^\\)\\zs','_','')
setlocal indentexpr=
setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
setlocal noinfercase
setlocal iskeyword=@,48-57,_,192-255
setlocal keywordprg=
setlocal nolinebreak
setlocal nolisp
setlocal lispwords=
setlocal nolist
setlocal makeencoding=
setlocal makeprg=
setlocal matchpairs=(:),{:},[:]
setlocal nomodeline
setlocal modifiable
setlocal nrformats=bin,octal,hex
set number
setlocal number
setlocal numberwidth=4
setlocal omnifunc=csscomplete#CompleteCSS
setlocal path=
setlocal nopreserveindent
setlocal nopreviewwindow
setlocal quoteescape=\\
setlocal noreadonly
set relativenumber
setlocal relativenumber
setlocal norightleft
setlocal rightleftcmd=search
setlocal noscrollbind
setlocal shiftwidth=2
setlocal noshortname
setlocal signcolumn=auto
setlocal nosmartindent
setlocal softtabstop=0
setlocal nospell
setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
setlocal spellfile=
setlocal spelllang=en
setlocal statusline=
setlocal suffixesadd=.sass,.scss,.css
setlocal noswapfile
setlocal synmaxcol=3000
if &syntax != 'scss'
setlocal syntax=scss
endif
setlocal tabstop=2
setlocal tagcase=
setlocal tags=
setlocal termkey=
setlocal termsize=
setlocal textwidth=0
setlocal thesaurus=
setlocal noundofile
setlocal undolevels=-123456
setlocal nowinfixheight
setlocal nowinfixwidth
setlocal wrap
setlocal wrapmargin=0
silent! normal! zE
let s:l = 218 - ((47 * winheight(0) + 28) / 56)
if s:l < 1 | let s:l = 1 | endif
exe s:l
normal! zt
218
normal! 013|
lcd ~/prj/freelas/UraTest/securedrop-styleguide
wincmd w
3wincmd w
exe '1resize ' . ((&lines * 28 + 29) / 58)
exe 'vert 1resize ' . ((&columns * 34 + 73) / 146)
exe '2resize ' . ((&lines * 27 + 29) / 58)
exe 'vert 2resize ' . ((&columns * 34 + 73) / 146)
exe 'vert 3resize ' . ((&columns * 111 + 73) / 146)
tabnext 1
if exists('s:wipebuf')
silent exe 'bwipe ' . s:wipebuf
endif
unlet! s:wipebuf
set winheight=1 winwidth=20 shortmess=filnxtToO
set winminheight=1 winminwidth=1
let s:sx = expand("<sfile>:p:r")."x.vim"
if file_readable(s:sx)
exe "source " . fnameescape(s:sx)
endif
let &so = s:so_save | let &siso = s:siso_save
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :
Loading…
Cancel
Save