https://github.com/ktkr3d/pico-theme-travel
Pico はMarkdown 形式のテキストで記事を作成するCMS ソフトウェアです。
Pico 用のテーマ「トラベル」を作ってみました。
Pico のプラグインと連携して、レスポンシブデザイン、Twitter, Google+, タグ, ページ化に対応しています。
タグが少しうまく動いていないことと、CSS の最適化は残課題です。
インストール
$ cd themes $ git clone git@github.com:ktkr3d/pico-theme-travel.git $ tree -d . ├── default │ └── scripts └── pico-theme-travel └── assets ├── css ├── img └── js └── libs
|
環境設定
config.php をサイトに合わせて編集します。
$config['site_title'] = 'your site title'; $config['theme'] = 'pico-theme-travel';
$config['theme_travel_site_description'] = 'site description'; $config['theme_travel_site_auther'] = 'site auther'; $config['theme_travel_tags_enable'] = 'false'; $config['theme_travel_twitter_enable'] = 'false'; $config['theme_travel_twitter_account'] = 'twitter account'; $config['theme_travel_google_plus_enable'] = 'false'; $config['theme_travel_google_plus_account'] = 'google+ account'; $config['theme_travel_rss_enable'] = 'false'; $config['theme_travel_pagination_enable'] = 'false'; $config['theme_travel_disqus_enable'] = 'true'; $config['theme_travel_disqus_short_name'] = 'disqus short name'; $config['theme_travel_site_fqdn_path'] = 'foo.bar.com';
|
トラベルテーマについて
トラベルテーマは、Movable Type, Wordpress, Octopress, PukiWiki にインスパイアされています。