]> git.llucax.com Git - personal/website.git/blob - source/index.rst
Add some blog posts
[personal/website.git] / source / index.rst
1
2 ====
3 Home
4 ====
5
6 .. toctree::
7    :hidden:
8
9    proj/index
10    resume/index
11
12 Hi, my name is Leandro Lucarella and this page is pretty much a placeholder
13 for now. These are the things you can do:
14
15 * See my :doc:`projects <proj/index>`.
16 * Read my blog__.
17 * Read my blurblog__ (other blog posts I liked).
18 * Read my :doc:`resume/index`.
19 * Look at my `public photos collection`__.
20 * Browse my Git_ repositories__.
21 * :ref:`Search <search>` for something in particular [*]_.
22 * .. raw:: html
23
24    <div>
25    <a target="_blank"
26       href="https://owncloud.org/federation#luca@cloud.llucax.com.ar"
27       style="padding:10px;
28              background-color:#1d2d44;
29              color:#fff;
30              border-radius:3px;
31              padding-left:4px;">
32       <img src="https://cloud.llucax.com.ar/core/img/logo-icon.svg"
33            style="width:50px;position:relative;top:8px;">
34       Share with me via ownCloud
35    </a>
36    </div>
37
38 __ blog/
39 __ http://llucax.newsblur.com/
40 __ https://www.flickr.com/photos/llucax/albums
41 __ http://git.llucax.com.ar/
42
43
44 .. [*] Sphinx_-generated pages only. Use the `big G`__ to `search the whole
45    site`__.
46
47 __ http://www.google.com/
48 __ http://www.google.com/search?q=site%3Allucax.com.ar
49
50
51 .. _git: http://git.or.cz/
52 .. _sphinx: http://sphinx.pocoo.org/
53
54
55 .. vim: set et sw=3 sts=3 tw=78 :