From 6e7bfbe7bb8ba4b94d0e8c203b2117477b217384 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Mar 2010 19:23:34 -0400 Subject: auto-blog.setup: Set tagbase by default, since most bloggers will want it. Also modified first_post page to use a tag format that will work whether or not tagbase is set. --- doc/examples/blog/posts/first_post.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/blog/posts') diff --git a/doc/examples/blog/posts/first_post.mdwn b/doc/examples/blog/posts/first_post.mdwn index d49432341..7f814fbb1 100644 --- a/doc/examples/blog/posts/first_post.mdwn +++ b/doc/examples/blog/posts/first_post.mdwn @@ -1,4 +1,4 @@ This is the first post to this example blog. To add new posts, just add files to the posts/ subdirectory, or use the web form. -[[!tag tags/tech]] +[[!tag ./tags/tech]] -- cgit v1.2.3 From b6666f5ac81ef4c8646a6290cf5c885adf0e385f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Mar 2010 19:28:48 -0400 Subject: fix tag Actually, tags can't be made to work with and w/o tagbase, so just make it assume tagbase is set. Better example anyway. (It'll be a broken link on ikiwiki.info though.) --- doc/examples/blog/posts/first_post.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/blog/posts') diff --git a/doc/examples/blog/posts/first_post.mdwn b/doc/examples/blog/posts/first_post.mdwn index 7f814fbb1..f2729fcef 100644 --- a/doc/examples/blog/posts/first_post.mdwn +++ b/doc/examples/blog/posts/first_post.mdwn @@ -1,4 +1,4 @@ This is the first post to this example blog. To add new posts, just add files to the posts/ subdirectory, or use the web form. -[[!tag ./tags/tech]] +[[!tag tech]] -- cgit v1.2.3 From c9a6b91c5528882be6574e46b2f9eee937fe0616 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmC_nMjWfriv8nVMOwnvYhgmzwvVP4OVjU" Date: Fri, 28 May 2010 09:01:29 +0000 Subject: delete me --- ...267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" (limited to 'doc/examples/blog/posts') diff --git "a/doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" "b/doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" new file mode 100644 index 000000000..05f17c8f3 --- /dev/null +++ "b/doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" @@ -0,0 +1 @@ +主要看看url如何显示。 -- cgit v1.2.3 From 052887296570bd8e4750862293fd36424f153fbd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 May 2010 06:17:57 -0400 Subject: Revert "delete me" --- ...267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" | 1 - 1 file changed, 1 deletion(-) delete mode 100644 "doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" (limited to 'doc/examples/blog/posts') diff --git "a/doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" "b/doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" deleted file mode 100644 index 05f17c8f3..000000000 --- "a/doc/examples/blog/posts/\346\265\213\350\257\225\344\270\255\346\226\207english\346\267\267\345\220\210\345\234\250\351\242\230\347\233\256\344\270\255.mdwn" +++ /dev/null @@ -1 +0,0 @@ -主要看看url如何显示。 -- cgit v1.2.3 From fad44c9d4d7e907b35d99a664f77cb617916f5df Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Jun 2010 14:58:05 -0400 Subject: remove tag on first post It's a broken link on ikiwiki.info. --- doc/examples/blog/posts/first_post.mdwn | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/examples/blog/posts') diff --git a/doc/examples/blog/posts/first_post.mdwn b/doc/examples/blog/posts/first_post.mdwn index f2729fcef..343497d18 100644 --- a/doc/examples/blog/posts/first_post.mdwn +++ b/doc/examples/blog/posts/first_post.mdwn @@ -1,4 +1,2 @@ This is the first post to this example blog. To add new posts, just add files to the posts/ subdirectory, or use the web form. - -[[!tag tech]] -- cgit v1.2.3