Skip to content

codelyfe/Stupid-Simple-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stupid Simple CMS ( Blogger )

Stupid Simple CMS - Created to be simple. Blog posting CMS.

Last Updated: (12-22-2023)

Version 1.2.5

PHP: 7.4 => 8.0+
MYSQL: No Database Needed

StupidSimpleCMS Logo

Build Status


Watch Demo on YouTube: Stupid Simple CMS
Donate: Support The Developer

Installing Stupid Simple CMS

Download and extract all of the files to your web server.

  • WWW/ <---- or
  • htdocs/ <----

Edit site-settings.xml within the admin folder. ( Set WebsiteURL for website to work correct )

<?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>

Predifined classes to style blog elements

blog-title

blog-cat

blog-clipboard

blog-fb

blog-trello

blog-content

Configure Site Settings

  • 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

Setting up users

  • 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.

Features

  • 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

Adding an Article

StupidSimpleCMS Logo

Edit or Delete Articles ( Ajax )

StupidSimpleCMS0 Logo

Select content to edit ( Ajax )

StupidSimpleCMS1 Logo

Login page

StupidSimpleCMS1 Logo

ADA Compliant Toolset

StupidSimpleCMS1 Logo

Blog Designer ( Beta ) More features coming soon.

StupidSimpleCMS1 Logo

File Manager

StupidSimpleCMS1 Logo

Custom CSS3 Editor

StupidSimpleCMS1 Logo

Custom JS Editor

StupidSimpleCMS1 Logo

Unlimited Theme Possibilities

StupidSimpleCMS1 Logo

Terminal ( Beta ) ( Removed till repaired )

StupidSimpleCMS1 Logo

Share articles using QR code

StupidSimpleCMS1 Logo

Contact our help desk

StupidSimpleCMS1 Logo

Social Sharing Buttons

StupidSimpleCMS1 Logo

NEW: Theme Change

StupidSimpleCMS1 Logo

Created by Randal Burger ( codelyfe.github.io )

About

Stupid Simple CMS - Created to be simple. Blog posting CMS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages