nodejs 微博客引擎 nodepress

码农软件 · 软件分类 · 开源博客系统 · 2020-01-17 15:26:30

软件介绍

nodepress 是一个 nodejs 微博客引擎。   

安装与运行

给你的博客创建一个 dir

mkdir nodepress
cd nodepress

安装到当前 dir

npm install nodepress

等待安装

为你的博客复制一个示例 bootstrap 文件

cp ./node_modules/nodepress/skeletons/blog/server.js ./

启动服务器(假设你的 mongodb 正在监听 127.0.0.1:27017

node server.js

在你的浏览器打开 http://127.0.0.1:8000

demo (只读)

vitecho.com

本文地址:https://www.codercto.com/soft/d/23586.html

The Art and Science of CSS

The Art and Science of CSS

Jonathan Snooks、Steve Smith、Jina Bolton、Cameron Adams、David Johnson / SitePoint / March 9, 2007 / $39.95

Want to take your CSS designs to the next level? will show you how to create dozens of CSS-based Website components. You'll discover how to: # Format calendars, menus and table of contents usin......一起来看看 《The Art and Science of CSS》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码