Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
Hexo is a fast, simple and powerful blog framework. You write posts in Markdown (or other languages) and Hexo generates static files with a beautiful theme in seconds.
7.2 安装Git
7.3 安装Node.js
1 2
$ wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh $ nvm install 4
7.4 安装Hexo
1 2 3 4 5
$ npm install -g hexo-cli $ hexo init <folder> $ cd <folder> $ npm install $ hexo server
$ cd /usr/src/linux-2.6.23.12 $ make menuconfig $ make bzImage $ make modules $ make modules_install $ cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.23.12 $ mkinitramfs -o initrd.img-2.6.23.12 2.6.23.12