node-blog

This repo is the code behind the blog HowToNode.org

  • 所有者: creationix/node-blog
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

node-blog

node-blog is a static site generator. It's built on node and is currently used to auto-generate the site http://howtonode.org/

The source code for the site is at http://github.com/creationix/howtonode.org

Here is part of the nginx config for howtonode.org:

server {
  listen   80;
  server_name howtonode.org;
  root   /home/tim/www/howtonode.org/public;
  index index.html;
  location / {
    if (-f $request_filename.html) {
      rewrite (.*) $1.html break;
    }
  }
  location /post_hook {
    proxy_pass http://127.0.0.1:4242;
  }
}

主要指標

概覽
名稱與所有者creationix/node-blog
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證
所有者活动
創建於2010-01-29 17:59:08
推送於2010-02-21 06:18:37
最后一次提交2010-02-21 00:18:32
發布數0
用户参与
星數75
關注者數3
派生數11
提交數43
已啟用問題?
問題數2
打開的問題數1
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?