Stupid Simple CMS - Created to be simple. Blog posting CMS.
PHP: 7.4 => 8.0+
MYSQL: No Database Needed
Watch Demo on YouTube: Stupid Simple CMS
Donate: Support The Developer
Download and extract all of the files to your web server.
- WWW/ <---- or
- htdocs/ <----
<?xml version="1.0"?>
<settings>
<title>Stupid Simple CMS</title>
<copyright>Codelyfe.github.io</copyright>
<websiteurl>https://shipwr3ck.com/blog/</websiteurl>
<greetingtxt>Join the virtual story today!</greetingtxt>
<metatxtdesc>Stupid simple CMS made for bloggers.</metatxtdesc>
<metaimg>https://image-url.com/duck.png</metaimg>
</settings>
blog-title
blog-cat
blog-clipboard
blog-fb
blog-trello
blog-content
-
Text | text-centent/english.php - Text Variables
-
Style | settings/global.php - Global Language Select
-
Style | layout/header.php - Global Header for Users
-
Style | style/header-admin.php - Global Header for Admins
- login.php | Edit section seen in code below:
$logins = array(
'admin' => 'password',
'admin1' => 'password',
'admin2' => 'password'
);
Updating to the newest version of Stupid Simple CMS consists of saving all the .xml files, your username and password array seen in example above, and the blog-posts folder until you upload the new version of Stupid Simple CMS to your websites file server, then replacing the new .xml files and blog-posts folder with the ones you saved.
- ADA Compliant Tool
- Blog Posting
- Live Ajax Editing on Admin Side
- Zoom in image
- Delete Articles
- View Article on seperate page
- Simple Blog Designer ( More features coming soon )
-- Font Color ( Body )
-- Background Color ( Body )
-- Background image ( Body )
-- Background Color ( .article )
-- Background Color ( .article-btn )
-- Font Color ( .article-btn )
* Settings are stored in theme.xml *
- Custom JS editor
- Custom CSS editor
- File Manager ( Delete | Copy Url | Rename )
- QR Code for Articles
- Help Desk
- Share on social media
- Meta Data Builder