-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (76 loc) · 3.39 KB
/
index.html
1
2
3
4
5
6
7
8
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>larissa | virtual space</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/stylesheet.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700' rel='stylesheet' type='text/css'>
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,500" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65130099-1', 'blog.larissareis.org');
ga('send', 'pageview');
</script>
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="nanoc 4.9.3">
</head>
<body>
<nav>
<div class='container'>
<img id='logo' src="/assets/images/ruby.png" alt="ruby"/>
<h1><a href="/">larissa reis</a></h1>
<ul>
<li><a href="/about/">about</a></li>
<li><a href="/projects/">projects</a></li>
<li><a href="/archive/">archive</a></li>
<li><a href="/tags/">tags</a></li>
<li><a title="feed" href=/feed.xml>feed</a>
</li>
</ul>
</div>
</nav>
<div id="content" class='container'>
<article>
<h1>How to fix tmux mouse scrolling after 2.1 changes</h1>
<p class="date">October 31, 2015</p>
<p><span>I updated tmux to the newest 2.1 version</span> and surprise! my mouse configuration stopped working. This is thanks to a rewritten of mouse mode and it's pretty simple to fix. <a class="read-more" href="/posts/tmux-mouse-scroll/">Read more<span>›</span></a></p>
</article>
<hr>
<article>
<h1>Vim Y behavior and yankring</h1>
<p class="date">July 13, 2015</p>
<p><span>I'm a loyal Vi(m) soldier in the Editors Holy War</span>, but unfortunately there are some things on Vi(m) that just don't make sense to me. One of those things is the Y behavior. <a class="read-more" href="/posts/vim-y-behavior/">Read more<span>›</span></a></p>
</article>
<hr>
</div>
<footer>
<ul>
<li>
<a href="https://github.com/larissa" class="fa fa-github"></a>
</li>
<li>
<a href="https://gitlab.com/u/larissa" class="fa fa-git"></a>
</li>
<li>
<a href="https://bitbucket.org/larissareis" class="fa fa-bitbucket"></a>
</li>
<li>
<a href="https://br.linkedin.com/in/reislarissa" class="fa fa-linkedin"></a>
</li>
</ul>
<p>
©2015, Larissa Reis. All Rights Reserved
<br />
Powered by the awesomeness and simplicity of <a href="https://www.ruby-lang.org">Ruby</a> and <a href="http://nanoc.ws">Nanoc</a>.
</p>
</footer>
</body>
</html>