Skip to content

Commit

Permalink
Clarify README for setting up a new site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leslie P. Polzer committed Jan 16, 2019
1 parent ca57c48 commit dbc375d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Nonetheless, it works pretty well as a static blog generator. Pollen comes with
* Ideally you'll be on a system that can run Bash scripts and the GNU `make` utility
* If you do use the included makefile to build the site, you will want to install [HTML5 Tidy](http://www.html-tidy.org) — or remove references to the `tidy` command in the makefile.

Then just plop all the files from this repository in a folder.
Next, just plop all the files from this repository in a folder.
Move my `posts` directory out of the way to start writing your own content, e.g. `mv posts posts.example ; make spritz`
Edit `feed.xml.pp`, filling in your own RSS metadata.

## Tinkering

Expand Down

0 comments on commit dbc375d

Please sign in to comment.