summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Carl Worth [Wed, 23 May 2007 07:52:45 +0000 (00:52 -0700)]
Add some CSS lovin' to get some left and right margins
We go to 10% here, while leaving the header and footer 8% back.
Carl Worth [Wed, 23 May 2007 07:39:50 +0000 (00:39 -0700)]
Add banner image to page template with matching favicon
Carl Worth [Wed, 23 May 2007 07:39:11 +0000 (00:39 -0700)]
Remove parentlinks and banklinks from page template.
I find these to be extremely noisy clutter. Maybe if they were nicely
style to somewhere unobtrusive they could be useful, (in which case,
I can find the necessary machinery here in the history).
Carl Worth [Tue, 22 May 2007 07:07:48 +0000 (00:07 -0700)]
Add templates to revision control, and configure to use these.
This should give us a lot of flexibility by allowing us to edit
both the templates and the stylesheets within git and use these
version-controlled copies of the files to generate the final
content.
Carl Worth [Tue, 22 May 2007 06:57:43 +0000 (23:57 -0700)]
Add CSS files, (straight from ikiwiki examples)
Carl Worth [Tue, 22 May 2007 06:56:19 +0000 (23:56 -0700)]
Add .gitignore file to ignore *~ and internal .ikiwiki directory
Carl Worth [Tue, 22 May 2007 06:45:16 +0000 (23:45 -0700)]
Add most trivial of index pages
Carl Worth [Tue, 22 May 2007 06:41:57 +0000 (23:41 -0700)]
Turn on the basic git functionality
Carl Worth [Tue, 22 May 2007 06:41:04 +0000 (23:41 -0700)]
Configure cworth.org-specific settings
Carl Worth [Tue, 22 May 2007 06:37:19 +0000 (23:37 -0700)]
Prune all non-git RCS stuff
Carl Worth [Tue, 22 May 2007 06:35:24 +0000 (23:35 -0700)]
Initial commit of ikiwiki.setup
This comes straight out of the ikiwiki 2.1 documentation.