cd /var/www/ (cd到你已建网站的根目录)
git clone https://github.com/gilbitron/Pico pico
cd pico
as3:/var/www/pico# ls
changelog.txt config.php index.php license.txt README.md vendor
composer.json content lib plugins themes
as3:/var/www/pico# nano config.php
把config['base_url']的值改为你的pico目录所对应的网址,我的是http://as3.brite.biz/pico/
然后访问你的pico目录所对应的网址,我的是http://as3.brite.biz/pico/,就可看到网站效果了。
发贴方法:
as3:/var/www/pico# cd content/sub/
as3:/var/www/pico/content/sub# ls
index.md page.md
as3:/var/www/pico/content/sub# nano test1.md
按 page.md的内容格式,新建帖子test1.md,格式如下:
/*
Title: 测试1
*/
## 测试1
这是测试1.
保存更改,网站就自动更新了。
当然在 /var/www/pico/content/下新建帖子也可,
as3:/var/www/pico/content/sub# cd ..
as3:/var/www/pico/content# nano about-pico.md
as3:/var/www/pico/content# cat about-pico.md
/*
Title: 关于pico
*/
## 关于pico
pico是一个基于php的静态博客程序。
演示站点:http://as3.brite.biz/pico/
项目地址:https://github.com/gilbitron/Pico
http://pico.dev7studios.com/
下载地址:https://github.com/gilbitron/Pico/archive/master.zip
git clone https://github.com/gilbitron/Pico pico
cd pico
as3:/var/www/pico# ls
changelog.txt config.php index.php license.txt README.md vendor
composer.json content lib plugins themes
as3:/var/www/pico# nano config.php
把config['base_url']的值改为你的pico目录所对应的网址,我的是http://as3.brite.biz/pico/
然后访问你的pico目录所对应的网址,我的是http://as3.brite.biz/pico/,就可看到网站效果了。
发贴方法:
as3:/var/www/pico# cd content/sub/
as3:/var/www/pico/content/sub# ls
index.md page.md
as3:/var/www/pico/content/sub# nano test1.md
按 page.md的内容格式,新建帖子test1.md,格式如下:
/*
Title: 测试1
*/
## 测试1
这是测试1.
保存更改,网站就自动更新了。
当然在 /var/www/pico/content/下新建帖子也可,
as3:/var/www/pico/content/sub# cd ..
as3:/var/www/pico/content# nano about-pico.md
as3:/var/www/pico/content# cat about-pico.md
/*
Title: 关于pico
*/
## 关于pico
pico是一个基于php的静态博客程序。
演示站点:http://as3.brite.biz/pico/
项目地址:https://github.com/gilbitron/Pico
http://pico.dev7studios.com/
下载地址:https://github.com/gilbitron/Pico/archive/master.zip