Panda
From HaskellWiki
(Difference between revisions)
| Line 24: | Line 24: | ||
sidebar = Blogroll.md | sidebar = Blogroll.md | ||
favicon = panda_icon.png | favicon = panda_icon.png | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
== standard web technology == | == standard web technology == | ||
| - | extend/customize with pure css and javascript | + | extend/customize with pure css and javascript |
== plugins == | == plugins == | ||
| - | integrated photo | + | integrated photo and video plugins: |
[[ | [[ | ||
Revision as of 04:50, 23 February 2009
Contents |
1 simple file structure
db
|---- blog
| |---- 08-09-01 first post
| |---- 09-09-02 learn javascript.html
|
|---- tag
| |---- programming
| |---- funny
|
|---- static
|---- About
2 simple config file
blog_title = C大调 blog_subtitle = 野猫不吃薯片 host_name = jinjing.blog.easymic.com author_email = nfjinjing@gmail.com
navigation = About per_page = 7 sidebar = Blogroll.md favicon = panda_icon.png
3 standard web technology
extend/customize with pure css and javascript
4 plugins
integrated photo and video plugins:
[[
plugin: photo_album,
name: 08-12-14 Album Plugin,
prefix: ,
show_description: no
]]
5 hacker friendly
- posts are in plain text
- SCM for publishing / data managing ( not really a feature, but a design goal from the beginning
- blindly follows the KISS principle from code to UI: be a simple blog, no more no less
