node-blog

This repo is the code behind the blog HowToNode.org

  • Owner: creationix/node-blog
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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;
  }
}

Main metrics

Overview
Name With Ownercreationix/node-blog
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:
所有者活动
Created At2010-01-29 17:59:08
Pushed At2010-02-21 06:18:37
Last Commit At2010-02-21 00:18:32
Release Count0
用户参与
Stargazers Count75
Watchers Count3
Fork Count11
Commits Count43
Has Issues Enabled
Issues Count2
Issue Open Count1
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private