You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"OK, time to recap some things... As you know, [**Nikola**](http://getnikola.com/) 7.0.0 was released some weeks ago. It has a lot of improvements, bug fixes and new features. I recommend you to download and try it!\n",
16
+
"As part of the release, we paid attention to update all the plugins and themes inside the **Nikola Github organization** (don't forget you can contribute with your own [plugins](https://github.com/getnikola/plugins) and [themes](https://github.com/getnikola/nikola-themes)!). So, I updated my own themes, in particular, the **Zen** ones.\n",
17
+
"<!-- TEASER_END -->\n",
18
+
"\n",
19
+
"As you also now, **IPython 2.x** was released just some weeks ago too. So, I took into account this two releases and updated the **Zen** themes to be compatible with both of them.\n",
20
+
"As a consequence of the update, the `zen-ipython` theme has change a little bit, some bugs were fixed and some features enabled. You can probably has noticed that if you visit my blog in the last two weeks. If you did not notice, first, buy some glasses ;-), and then, take a tour, visit some of my old posts (there are interesting new comments every week) and enjoy the new theme.\n",
21
+
"\n",
22
+
"And... don't forget! You can get the **Zen** themes very easily. First, to list all the available themes at the **Nikola** themes repo:"
23
+
]
24
+
},
25
+
{
26
+
"cell_type": "code",
27
+
"collapsed": false,
28
+
"input": [
29
+
"!nikola install_theme -l"
30
+
],
31
+
"language": "python",
32
+
"metadata": {},
33
+
"outputs": [
34
+
{
35
+
"output_type": "stream",
36
+
"stream": "stdout",
37
+
"text": [
38
+
"Themes:\r\n",
39
+
"-------\r\n",
40
+
"blogtxt\r\n",
41
+
"bootstrap3-gradients\r\n",
42
+
"bootstrap3-gradients-jinja\r\n",
43
+
"ipython\r\n",
44
+
"ipython-xkcd\r\n",
45
+
"monospace\r\n",
46
+
"oldfashioned\r\n",
47
+
"planetoid\r\n",
48
+
"readable\r\n",
49
+
"reveal\r\n",
50
+
"reveal-jinja\r\n",
51
+
"zen\r\n",
52
+
"zen-ipython\r\n",
53
+
"zen-jinja\r\n"
54
+
]
55
+
},
56
+
{
57
+
"output_type": "stream",
58
+
"stream": "stdout",
59
+
"text": [
60
+
"\u001b[0m"
61
+
]
62
+
}
63
+
],
64
+
"prompt_number": 1
65
+
},
66
+
{
67
+
"cell_type": "markdown",
68
+
"metadata": {},
69
+
"source": [
70
+
"Of course, don't use the `!` at the beginning of the line if you are outside **IPython**. \n",
71
+
"\n",
72
+
"To install one of them, just write:"
73
+
]
74
+
},
75
+
{
76
+
"cell_type": "code",
77
+
"collapsed": false,
78
+
"input": [
79
+
"!nikola install_theme zen-ipython"
80
+
],
81
+
"language": "python",
82
+
"metadata": {},
83
+
"outputs": [
84
+
{
85
+
"output_type": "stream",
86
+
"stream": "stdout",
87
+
"text": [
88
+
"\u001b[33;01m[2014-05-30T18:28:23Z] WARNING: Nikola: Cannot load theme \"zen-ipython\", using 'bootstrap' instead.\r\n",
"\u001b[37m[2014-05-30T18:28:24Z] INFO: install_theme: Extracting: zen-ipython into themes\r\n",
105
+
"\u001b[39;49;00m\u001b[33;01m[2014-05-30T18:28:24Z] NOTICE: install_theme: This theme has a sample config file. Integrate it with yours in order to make this theme work!\r\n",
106
+
"\u001b[39;49;00mContents of the conf.py.sample file:\r\n",
"\u001b[37m[2014-05-30T18:28:26Z] INFO: install_theme: Extracting: zen-jinja into themes\r\n",
135
+
"\u001b[39;49;00m\u001b[33;01m[2014-05-30T18:28:26Z] NOTICE: install_theme: This theme has a sample config file. Integrate it with yours in order to make this theme work!\r\n",
136
+
"\u001b[39;49;00mContents of the conf.py.sample file:\r\n",
0 commit comments