Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Mar 28, 2014
1 parent 3457421 commit 2c2b9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ After pulling `wordpress-static-blog-generator.php` you may wanna create `config

```
<?php
define('WORDPRESS_PATH', '/var/www/yourblog.com/blog'); # Defaults to "."
define('TARGET_PATH', '/save/static/files/here'); # Defaults to "static-blog"
define('WORDPRESS_PATH', '/var/www/yourblog.com/blog'); // Defaults to "."
define('TARGET_PATH', '/save/static/files/here'); // Defaults to "static-blog"
```

At this point you should execute `wordpress-static-blog-generator.php` for the static HTML files to be generated. You're also encouraged to push the archived files to `youraccount.github.io` along with your `/blog/wp-content/uploads/*` files in which case be sure to use relative paths in your posts and pages.

0 comments on commit 2c2b9eb

Please sign in to comment.