Skip to content
forked from soomtong/blititor

Old School Web Site Template for All Web Agencies and Developers

Notifications You must be signed in to change notification settings

ho1234c/blititor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

517 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blititor

Easy to custom for the all Web Agencies and Web Masters in Korea

This code is really easy to customize for your business! - Web developer journal in korean times

blititor_logo_nodejsstyle7

(a logo presented by Hyejin Lee @melthleeth)

Stack

  • NodeJS + MysqlDB(MariaDB) + Sphinx + Nginx (recommended)
  • Express.js + Socket.io
  • Nunjucks html template
  • Jquery and many frontend frameworks
  • and wonderful NPM

Demo

check out the samples! based awesome css frameworks

  • pure
  • bootstrap
  • foundation
  • materialize
  • kube
  • ...

Usage

prepare git, nodejs, npm

clone repos

git clone git://github.com/soomtong/blititor.git

install component with npm

npm install

create module_list.json

node core/setup.js module

database configuration (mysql, mariadb)

node core/setup.js db

make database tables for blititor

node core/setup.js db-init

for preparing non-core modules ('guestbook' or 'teamblog'...)

node core/setup.js theme some_module_name

make theme configuration

node core/setup.js theme

run node app

node core/index

or u can override default port using option port or p

node core/index -port=3000
node core/index -p 3000

About

Old School Web Site Template for All Web Agencies and Developers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 46.5%
  • JavaScript 35.9%
  • CSS 17.6%