Giter VIP home page Giter VIP logo

basic-cms's Introduction

site image backend image

Basic CMS

A php markdown-based single page cms.

Concept

For many microsites, I've found a single page is enough. The thought is to have a web presence — a type of personal pinboard for a few images and some text. A public facing, easily editable collection of thoughts, projects, whatever, etc.

This Basic CMS tries to be as "web natural" as possible— the website consists of a single markdown page that is translated/styled through simple css. Basic CMS exploits existing html structures (specifically the h1-p tags) to allow for a modular page. One can give each tag different typographic parameters that, when added together, create a fluid typographic landscape.

Structure/Features

Basic CMS is built out in php. The existing backend is currently found at /modify and is protected by simple htaccess and htpasswd files. These need to be updated for any install.

  • Content iterations are archived with each save.
  • Image upload supported by dropzone.
  • automatic menu filled with h1's and h2's pulled from content

This build currently uses local versions of Parsedown, dropzone, clibboard.js, and ImageResize to manage the website's markdown and image uploading/resizing.

Install

  1. Download or clone this repo.
  2. place contents into a directory of your choice.
  3. Make sure you reveal your hidden files.
  4. In the /modify folder, edit the .htaccess and .htpasswd files to reflect the proper filepath and username/password. (I'd recommend this site to generate your .htpasswd and .htaccess files)
  5. Edit the /build folder to customize any css, js etc.

Examples

Further Notes

Project is still in beta, meaning that file structure and code are still being made more user friendly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.