diff --git a/.doit.db b/.doit.db index b2f21316..bbf2db69 100644 Binary files a/.doit.db and b/.doit.db differ diff --git a/cache/posts/a-new-nikolas-theme-for-my-site-zen.html b/cache/posts/a-new-nikolas-theme-for-my-site-zen.html new file mode 100644 index 00000000..5c30c24f --- /dev/null +++ b/cache/posts/a-new-nikolas-theme-for-my-site-zen.html @@ -0,0 +1,11 @@ + +
+

Some days ago, Aru Sahni wrote to Nikola's forum and posted a link to his site... I really like the theme he was using so I though to take it as a starting point to develop my own theme.

+

I had to re-wrote some things to accommodate the templates to the last Nikola v6.0.0 release (in fact, I usually use master from Github, but I recommend you to use the released code for production), and to make the theme more generic one and easy to re-use by others.

+

I got a clean and (I think) easy to read theme, with awesome icons (Font-awesome's if you didn't recognize yet), supporting both desktops/laptops and mobile devices and... I like it very much ;-)

+

It was a great exercise to learn more about html, js, css and less (a very interesting approach to deal with css).

+

I will publish the generic zen theme and the zen-ipython theme (which I'm using and you are seeing... right now) at the Nikola theme repository in a few days, after some more testing and customization.

+

Thanks again Aru Sahni, you are in some way the trigger for this theme... and very fun hours I experienced developing and learning by doing.

+

Damián.

+

PS: If you have any to say about the overall design, ideas for improvements, things you hate about this theme, just let me know in the comments. Thanks.

+
\ No newline at end of file diff --git a/cache/posts/a-new-nikolas-theme-for-my-site-zen.html.es b/cache/posts/a-new-nikolas-theme-for-my-site-zen.html.es new file mode 100644 index 00000000..5c30c24f --- /dev/null +++ b/cache/posts/a-new-nikolas-theme-for-my-site-zen.html.es @@ -0,0 +1,11 @@ + +
+

Some days ago, Aru Sahni wrote to Nikola's forum and posted a link to his site... I really like the theme he was using so I though to take it as a starting point to develop my own theme.

+

I had to re-wrote some things to accommodate the templates to the last Nikola v6.0.0 release (in fact, I usually use master from Github, but I recommend you to use the released code for production), and to make the theme more generic one and easy to re-use by others.

+

I got a clean and (I think) easy to read theme, with awesome icons (Font-awesome's if you didn't recognize yet), supporting both desktops/laptops and mobile devices and... I like it very much ;-)

+

It was a great exercise to learn more about html, js, css and less (a very interesting approach to deal with css).

+

I will publish the generic zen theme and the zen-ipython theme (which I'm using and you are seeing... right now) at the Nikola theme repository in a few days, after some more testing and customization.

+

Thanks again Aru Sahni, you are in some way the trigger for this theme... and very fun hours I experienced developing and learning by doing.

+

Damián.

+

PS: If you have any to say about the overall design, ideas for improvements, things you hate about this theme, just let me know in the comments. Thanks.

+
\ No newline at end of file diff --git a/output/2013/09/index.html b/output/2013/09/index.html index 479acc06..541266b4 100644 --- a/output/2013/09/index.html +++ b/output/2013/09/index.html @@ -120,7 +120,9 @@

Posts for September 2013

diff --git a/output/assets/js/tag_cloud_data.json b/output/assets/js/tag_cloud_data.json index 85c56f39..428fb534 100644 --- a/output/assets/js/tag_cloud_data.json +++ b/output/assets/js/tag_cloud_data.json @@ -1 +1 @@ -{"family": [2, "/categories/family.html"], "gh-pages": [1, "/categories/gh-pages.html"], "IPython": [14, "/categories/ipython.html"], "zenmode": [1, "/categories/zenmode.html"], "talks": [1, "/categories/talks.html"], "politics": [1, "/categories/politics.html"], "nikola": [8, "/categories/nikola.html"], "git": [1, "/categories/git.html"], "blog": [5, "/categories/blog.html"], "flood": [1, "/categories/flood.html"], "nbconvert": [7, "/categories/nbconvert.html"], "vIPer": [3, "/categories/viper.html"], "tutorials": [1, "/categories/tutorials.html"], "css": [1, "/categories/css.html"], "life": [2, "/categories/life.html"], "python": [16, "/categories/python.html"], "javascript": [1, "/categories/javascript.html"], "SciPyCon": [1, "/categories/scipycon.html"], "slideshow": [3, "/categories/slideshow.html"], "first_post": [1, "/categories/first_post.html"], "reveal": [4, "/categories/reveal.html"], "Facundo": [2, "/categories/facundo.html"], "extension": [1, "/categories/extension.html"], "pdf": [1, "/categories/pdf.html"]} \ No newline at end of file +{"family": [2, "/categories/family.html"], "less": [1, "/categories/less.html"], "zen": [1, "/categories/zen.html"], "gh-pages": [1, "/categories/gh-pages.html"], "IPython": [15, "/categories/ipython.html"], "zenmode": [1, "/categories/zenmode.html"], "talks": [1, "/categories/talks.html"], "politics": [1, "/categories/politics.html"], "nikola": [9, "/categories/nikola.html"], "git": [1, "/categories/git.html"], "blog": [6, "/categories/blog.html"], "flood": [1, "/categories/flood.html"], "theme": [1, "/categories/theme.html"], "nbconvert": [7, "/categories/nbconvert.html"], "vIPer": [3, "/categories/viper.html"], "tutorials": [1, "/categories/tutorials.html"], "css": [1, "/categories/css.html"], "life": [2, "/categories/life.html"], "python": [17, "/categories/python.html"], "javascript": [1, "/categories/javascript.html"], "SciPyCon": [1, "/categories/scipycon.html"], "slideshow": [3, "/categories/slideshow.html"], "first_post": [1, "/categories/first_post.html"], "reveal": [4, "/categories/reveal.html"], "Facundo": [2, "/categories/facundo.html"], "extension": [1, "/categories/extension.html"], "pdf": [1, "/categories/pdf.html"]} \ No newline at end of file diff --git a/output/categories/blog.html b/output/categories/blog.html index 01960383..5e013e6a 100644 --- a/output/categories/blog.html +++ b/output/categories/blog.html @@ -135,7 +135,9 @@

Posts about blog


diff --git a/output/categories/ipython.html b/output/categories/ipython.html index 56cc9ab6..db32c78f 100644 --- a/output/categories/ipython.html +++ b/output/categories/ipython.html @@ -135,7 +135,9 @@

Posts about IPython