diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 18:42:05 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 18:42:05 -0500 |
commit | 82649be475f0d3459ea09d4fe6d65dfe212f0a80 (patch) | |
tree | bcae21ea08a6c03e3d470550ade6b3a8fd75da98 /doc/examples | |
parent | dc2df6eb8a9bc435f05e39e03ed573c3e47a83bd (diff) | |
download | ikiwiki-82649be475f0d3459ea09d4fe6d65dfe212f0a80.tar ikiwiki-82649be475f0d3459ea09d4fe6d65dfe212f0a80.tar.gz |
update
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/blog.mdwn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/examples/blog.mdwn b/doc/examples/blog.mdwn index ab73f0204..2155d7fea 100644 --- a/doc/examples/blog.mdwn +++ b/doc/examples/blog.mdwn @@ -1,10 +1,11 @@ This is an [[example_blog|index]]. Just copy the blog subdirectory into -your wiki to quickly get started blogging with ikiwiki. +your wiki to quickly get started blogging with ikiwiki. -Some additional configuration you might want to do: +Or, run this command to set up a blog with ikiwiki. + + % ikiwiki -setup /etc/ikiwiki/auto-blog.setup -* Change the name of the blog, by editing `index.mdwn` and changing - the `title`. +Some additional configuration you might want to do: * Make sure to configure ikiwiki to generate RSS or Atom feeds. |