Skip to content

mecha-cms/mecha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mecha CMS

logo

Mecha is a file-based CMS that is focused on the principle that a static website must be personal, portable, light and easy to be exported and backed up. However, this doesn’t mean that Mecha is powerless. Mecha has a fairly flexible set of API that you can use without having to make it bloated, keeping you happy focused on developing your own website, according to your personality.

Features

  1. It is easy to write an article using Markdown.
  2. Don’t forget the ability to turn the Markdown ON and OFF.
  3. Live preview Markdown to HTML.
  4. Lots of Widgets.
  5. Lots of Plugins.
  6. The potential to make it multi-language —depends on the existence of the translation contributors.
  7. Page speed optimization. Automatically combine and compress CSS and JavaScript assets.
  8. Built-in commenting system.
  9. Shortcodes.
  10. Custom CSS and JavaScript (for art direction site).
  11. Custom Fields.
  12. RSS and Sitemap.
  13. Easy to use and well documented API.
  14. Site backup and restore.

System Requirements

Getting Started

  1. Make sure that you already have the required component.
  2. Download Mecha by cloning this GitHub repo.
  3. Upload Mecha through your FTP/SFTP to the public folder/directory in your site — Usually named as public_html, www or htdocs
  4. Type http:https://example.org/knock.php in the address bar of your web browser. Or, if for some reason you have to upload this CMS in a sub-folder, then just type http:https://example.org/your-sub-folder-name/knock.php — Seriously, if you really typed domain http:https://example.org, then you really are in a big trouble!
  5. Put your name, your email, your username and your password in the form provided then click Install.
  6. There will appear a message describes that you are able to log in now. Log in!
  7. Once logged in, you can start configuring the blog by visiting the configuration page.
  8. Post something!

Demo and Documentation

http:https://mecha-cms.com

How to Contribute?

  1. Use this CMS, do something strange until you find a bug/error on this CMS, then let me know through the issue.
  2. Share this CMS project page to your friends.
  3. Make some shields for Mecha.
  4. Make some plugins for Mecha.
  5. Make a donation.
  6. Give me a star!
  7. Say thanks, for motivation purpose :)

Pull Request

If you want to do a pull request, make sure that you are using the latest development version of this CMS. You can download it from the front page, not from the release version page. Do not do a pull request from a file that is derived from your installed Mecha CMS, your CMS version maybe already out of date. Always use fresh installed CMS. This is done to prevent ambiguous in those files that are combined. For example, if someone is editing a file, and then someone else also editing the same file, then most likely the file that has been edited at the end of time will erase the previous user edits.

PS

I use Zepto and Font Awesome resources through the public CDN from here and here. I just don’t like to create a commit that only contains version updates of external resources. That’s a waste.

Others