]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
response
authorJoey Hess <joey@kitenet.net>
Sat, 25 Aug 2012 14:51:36 +0000 (10:51 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 25 Aug 2012 14:51:36 +0000 (10:51 -0400)
doc/todo/monochrome_theme.mdwn

index 6e076ab6d393e77528273365cae88ae74d6f1864..a1956e683ebced0159532ea68a3756583f63674d 100644 (file)
@@ -4,3 +4,10 @@
 'monochrome' in listed git repo/branch. [Here's the screenshot of what it looks like](https://github.com/jmtd/ikiwiki/blob/30af2437cd41d394930864e93b3c2319d1ec2b06/doc/themes/monochrome.png). — [[Jon]]
 
 Perhaps controversially, I think that this would be a good basis for a default theme for the ikiwiki website. (I suspect more work is needed, I have not tested the theme against every plugin which provides theme-able bits and pieces, nor with e.g. HTML5 mode turned on, etc. etc.) Whilst the anti-theme is the best default for an ikiwiki instance (although an argument could be made against that, too!), the site needs to try to advertise some of the potential of ikiwiki to visitors, and serve as an example of what can be done. I'd appreciate thoughts of frequent ikiwiki contributors on this proposal ☺  — [[Jon]]
+
+> I appreciate you putting that branch together. I was ready to merge it,
+> but `themes/monochrome/style.css` seems to contain a lot of redundant
+> things that are in ikiwiki's normal style.css. This is especially
+> redundant since ikiwiki's style.css gets prepended to the theme's stylesheet
+> at build time! Can you remove those redundant bits please? (PITA I know,
+> but it will make maintaining this much easier.) --[[Joey]]