Folk is a lightweight, portable, yet powerful and highly customizable content publishing platform. Folk's goal is to make it easy for you to share your drip with the world.
Folk is developed using the world's most popular JavaScript language, so it can run simultaneously on node and ASP (not. net). The node version supports both SQLite (recommended) and MySQL two databases, while the ASP version supports access, MSSQL, MySQL, and SQLite four databases. The core code of these two versions is identical, so the corresponding themes and plugins can be compatible at the same time.
Folk's core program is lightweight, providing only the most basic articles and user functions, allowing you to get started very quickly. At the same time, folk also supports custom themes to make your site more personal. And the powerful plug-in system, you can folk on the basis of the expansion of any function you can imagine, even turning her into a CMS system.
Folk uses the markdown syntax to compose the log by default, but folk also supports the use of a visual HTML editor via plugins, giving you the freedom to choose and write!
Quick Installation Manuals
- Download the corresponding version of the installation file from the install/directory;
- Upload the extracted install folder (including the Install folder itself) to the website root directory;
- For ASP version, Access
http://您的域名/install
and then follow the prompts to install;
- For node version, execute at the command line and follow the
node install
prompts to install;
- After installation, remove the install directory.
- For ASP versions, access to the
http://您的域名/control.asp
admin backend
- For node version,
node index.js
start the Web service and then access the http://您的域名/control
admin background
Document
Detailed installation:
Manual Upgrade:
Theme development:
Plugin development:
Copyrights and agreements
Copyright (c) 2014-2016 Envirs team-released under the MIT license.
Folk Blog Program-a blog system that can run in node environment and ASP environment