Navigation Menu

Skip to content

Commit

Permalink
use conf.py.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 2, 2015
1 parent 9e31046 commit 1452f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 1 addition & 8 deletions v7/import_page/README.md
@@ -1,4 +1,4 @@
WIP Plugin to import arbitrary web pages.
Plugin to import arbitrary web pages.

Usage:

Expand All @@ -9,10 +9,3 @@ nikola import_page http://en.wikipedia.org/wiki/Information_extraction
That will produce a information-extraction-wikipedia-the-free-encyclopedia.html that you can edit
and move into your stories/ folder.

You will need something like this in conf.py:

```
PAGES = (
("stories/*.html", "stories", "story.tmpl"),
)
```
4 changes: 4 additions & 0 deletions v7/import_page/conf.py.sample
@@ -0,0 +1,4 @@
PAGES = (
("stories/*.html", "stories", "story.tmpl"),
)

0 comments on commit 1452f90

Please sign in to comment.