Skip to content

Commit 37f6060

Browse files
committedJul 23, 2015
Preliminary nikola auto page
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent e78bedc commit 37f6060

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
(
218218
(
219219
('https://github.com/getnikola/nikola', '<strong>Source code (GitHub)</strong>'),
220+
('https://github.com/getnikola/nikola/issues', 'Issue Tracker'),
220221
('/changes.html', 'Changelog'),
221222
('/license.html', 'License'),
222223
('/authors.html', 'Contributors'),

‎stories/features/auto.rst

+13-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@
77
.. description:
88
.. type: text
99
10-
Write your page here.
10+
.. class:: lead
11+
12+
Nikola can rebuild your site and reload your browser automatically when you
13+
are working on your site.
14+
15+
To use that mode, run ``nikola auto -b`` and edit your site. Your browser will
16+
open. You can now edit your posts, create new ones, or add new content. And
17+
your site will rebuild in the background, without any intervention.
18+
19+
Demo video (slightly outdated)
20+
==============================
21+
22+
.. youtube:: https://www.youtube.com/watch?v=FOwWpb-r0nU

0 commit comments

Comments
 (0)