Skip to content

✒️ A Single Author Blogging Platform Created with PHP & Bootstrap.

License

Notifications You must be signed in to change notification settings

shindesharad71/DigiWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiWord is A Single Author Blogging Platform Created with PHP & Bootstrap.

📌 Features

  • Admin Panel
  • Add Categories to Posts
  • Edit Category and Posts
  • Recent Posts Section on Sidebar
  • View posts by Category

📌 Resources Used while Making

  • PHP
  • Bootstrap
  • JavaScript
  • Summernote Editor

📌 Installation

DigiWord requires PHP 5.6+

Add Your Database Details in inc/dbconfig.php file.

	$hostname = 'localhost'; 	// Host Name
	
	$user = 'root'; // username of host
	
	$password = ''; // password of host
	
	$dbname = ''; 	//database name
	
	$blogname = ''; // Name of Your Blog
	
	$admin = '';  	// blog admin username for login
	
	$adminpass = '';  // password for blog admin

📌 Version

v1.0

  • released on 15-07-2016

v1.0.1

  • minor bugs fixed
  • mobile compability added

v1.1

  • bugs fixed, performance improvements
  • size reduced upto 70% !
  • search anything! added

📌 License

MIT

Free Software, Hell Yeah!

( readme updated on 22-07-2016 )