Socket
Book a DemoInstallSign in
Socket

pipin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipin

bundlerRubygems
Version
0.3.2
Version published
Maintainers
1
Created
Source

== install

gem install pipin

== setup

#pipin new myblog ruby -r pipin -e 'Pipin::Exec.new().create_from_template' myblog

== build

cd myblog rake

== development

開発環境についてのメモ。

以下で新規blogを生成。

script/pipin new myblog

myblog/Rakefile 先頭のコメントアウトを解除して$LOAD_PATHに'../lib'を追加すれば rake できる。

== todo

  • viewをローカルにコピーしてくるpipinコマンドオプション
  • カテゴリ

== trap

  • 原稿ファイルを削除した場合、削除したファイルはrakeビルド時の更新条件から除外されます
    • htmlが再出力されない場合は、そのhtmlファイルを手動で削除してからrakeを実行してください

== from tDiary

  • 静的なhtmlとして保存できる
    • postのhtmlを生成するプラグインや
    • 写真とかもそのままいける
  • urlの互換
  • exportはレンダリングされたhtmlから
  • todo: コメント...
  • todo: カテゴリなどの付属情報はxml的に...

FAQs

Package last updated on 28 Mar 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts