All Projects → Nerdmind → Blog

Nerdmind / Blog

Licence: MIT license
Blogging application written with PHP7! At least MariaDB 10.2.2 or MySQL 8.0 required!

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Blog

Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (-44.44%)
Mutual labels:  easy
cpp-feather-ini-parser
Header only, simple, fast, templated - portable INI parser for ANSI C++.
Stars: ✭ 44 (-38.89%)
Mutual labels:  easy
neh
The super small and simple nginx microservice/api maker!
Stars: ✭ 34 (-52.78%)
Mutual labels:  easy
zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Stars: ✭ 215 (+198.61%)
Mutual labels:  easy
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+6423.61%)
Mutual labels:  easy
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (-44.44%)
Mutual labels:  easy
Lua-Obfuscator
Obfuscate your lua code because it's so easy to steal!
Stars: ✭ 69 (-4.17%)
Mutual labels:  easy
motivate
⚡ motivate ⚡ - A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Stars: ✭ 24 (-66.67%)
Mutual labels:  easy
NeopixelBusFX
NeopixelBusFX plugin for ESPEasy
Stars: ✭ 27 (-62.5%)
Mutual labels:  easy
C-Complete-practice
This repository will contains C programs from beginners to advance level
Stars: ✭ 59 (-18.06%)
Mutual labels:  easy
discord-economy-super
Easy and customizable economy module for your Discord bot.
Stars: ✭ 28 (-61.11%)
Mutual labels:  easy
easymail
Easy way to install a mail server.
Stars: ✭ 60 (-16.67%)
Mutual labels:  easy
Lang-app
Add a multi lang configuration to your WEB APP 'from scratch' [ANY FRAMEWORK, ANY PLUGIN, ANY API]
Stars: ✭ 15 (-79.17%)
Mutual labels:  easy
mcthings
A Python framework for creating 3D scenes in Minecraft and Minetest
Stars: ✭ 44 (-38.89%)
Mutual labels:  easy
fpdf-easytable
fpdf-easyTable is a PHP class that makes it easy to build tables for PDF documents generated with the FPDF library
Stars: ✭ 74 (+2.78%)
Mutual labels:  easy
q-municate-web
Q-municate Web chat application
Stars: ✭ 66 (-8.33%)
Mutual labels:  easy
discord.json
Discord.json | Make your own discord bot with json !
Stars: ✭ 27 (-62.5%)
Mutual labels:  easy
wakib-keys
Emacs mode that moves to modern keybindings
Stars: ✭ 31 (-56.94%)
Mutual labels:  easy
classy
Super simple text classifier using Naive Bayes. Plug-and-play, no dependencies
Stars: ✭ 12 (-83.33%)
Mutual labels:  easy
duckphp
PHP框架,PHP Framework. keep PHP simple and fast. Laravel larva and Smarty is evil
Stars: ✭ 125 (+73.61%)
Mutual labels:  easy

PHP7 blogging application

Easy blogging application written with PHP7! The application comes with a fulltext search functionality for posts and with customizable themes and languages. You can build your own theme if the default theme does not satisfy you.

Default theme

Administration interface

Administration interface

Content editor

Content editor

Requirements

  • PHP version >= 7.3!
  • MariaDB version >= 10.2.2 or MySQL version >= 8.0!

Installation

  1. Clone the repository to the target directory (usually your document root). (Alternatively you also can download a specific release as ZIP archive and extract it to the target destination and skip step 2.)
  2. Check out the latest tag (or the tag you wish) by running git tag -l and git checkout <tag>. If you wish to get the newest code and features which are not yet included in a release tag, you can use the master branch.
  3. Create your MariaDB/MySQL database and import core/db/database.sql.
  4. Copy core/configuration-example.php to core/configuration.php and customize the configuration and set in any case the settings for the database connection.
  5. Navigate your browser to /admin/auth.php and authenticate with the default username ChangeMe and the password changeme (please note that the username is case-sensitive).

Documentation

You can find more information about the configuration and customization in the wiki:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].