A lightweight, portable, yet powerful and highly customizable content publishing platform. Folk's goal is to make it easy for you to share your moments with the world.
Folk is developed using the world's popular javascript language, so it can run on both node and asp (non.net). Among them, the node version supports two databases: sqlite (recommended) and mysql, while the asp version supports four databases: access, mssql, mysql and sqlite. The core code of these two versions is exactly the same, so the corresponding themes and plug-ins can also be compatible at the same time.
The core program of Folk is lightweight and only provides the most basic article and user functions, allowing you to get started very quickly. At the same time, Folk also supports custom themes to make your website more personalized. The powerful plug-in system allows you to extend any function you can imagine based on Folk, and even turn it into a cms system.
Folk uses markdown syntax to write blogs by default, but Folk also supports the use of a visual html editor through plug-ins, allowing you to freely choose and write as you like!
Installation steps:
Download the installation file of the corresponding version from the install/ directory;
Upload the decompressed install folder (including the install folder itself) to the root directory of the website;
For the asp version, visit http://yourdomainname/install, and then install according to the prompts;
For the node version, execute nodeinstall on the command line, and then install according to the prompts;
After the installation is complete, delete the install directory.
For the asp version, visit http://your domain name/control.asp to enter the management background
For the node version, first start the website service with nodeindex.js, and then visit http://yourdomainname/control to enter the management background.