File tree 4 files changed +11
-13
lines changed
4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Features
11
11
Bugfixes
12
12
--------
13
13
14
+ * Fix links in sample post (Issue #1874)
14
15
* Don't use deprecated Yapsy methods (Isue #1868)
15
16
* Surpress wincing when auto is aborted during rebuilding
16
17
* Show tags only from the current language on tag listing pages (Issue #1856)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Edit the post:
36
36
Build the site:
37
37
``nikola build``
38
38
39
- Start the test server and open a browser (http://127.0.0.1:8000/) :
39
+ Start the test server and open a browser:
40
40
``nikola serve -b``
41
41
42
42
@@ -201,14 +201,14 @@ of how to "get" something for your specific operating system are left to you.
201
201
202
202
The short version is::
203
203
204
- pip install nikola
204
+ pip install Nikola
205
205
206
206
Note that you need Python v2.7 or newer OR v3.3 or newer.
207
207
208
208
Some features require **extra dependencies**. You can install them all in bulk
209
209
by doing::
210
210
211
- pip install "nikola [extras]"
211
+ pip install "Nikola [extras]"
212
212
213
213
Alternatively, you can install those packages one-by-one, when required (Nikola
214
214
will tell you what packages are needed)
Original file line number Diff line number Diff line change @@ -2,18 +2,15 @@ This folder contains the source used to generate a static site using Nikola.
2
2
3
3
Installation and documentation at https://getnikola.com/
4
4
5
- Configuration file for the site is `conf.py`.
5
+ Configuration file for the site is `` conf.py` `.
6
6
7
7
To build the site::
8
8
9
9
nikola build
10
10
11
11
To see it::
12
12
13
- nikola serve
14
-
15
- And point your browser to http://localhost:8000/
16
-
13
+ nikola serve -b
17
14
18
15
To check all available commands::
19
16
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ and build a site using it. Congratulations!
17
17
18
18
Next steps:
19
19
20
- * `Read the manual </stories/ handbook.html >`__
20
+ * `Read the manual <link://slug/ handbook >`__
21
21
* `Visit the Nikola website to learn more <https://getnikola.com >`__
22
- * `See a demo photo gallery </galleries/demo/index.html >`__
23
- * `See a demo listing </stories/ listings-demo.html >`__
24
- * `See a demo slideshow </stories/ slides-demo.html >`__
25
- * `See a demo of the Bootstrap theme </stories/ bootstrap-demo.html >`__
22
+ * `See a demo photo gallery <link://gallery/demo >`__
23
+ * `See a demo listing <link://slug/ listings-demo >`__
24
+ * `See a demo slideshow <link://slug/ slides-demo >`__
25
+ * `See a demo of the Bootstrap theme <link://slug/ bootstrap-demo >`__
26
26
27
27
Send feedback to info@getnikola.com!
You can’t perform that action at this time.
0 commit comments