Giter Site home page Giter Site logo

cms's Introduction

cms

I really love how quickly you can do things through the command line. So, as a little silly project, I decided to build this app to quickly create websites and perform content entry operations through the command line.
My goal is to have a site up and running in a string of commands.

Yes, you can drop in Drupal, Perch, or WordPress, or the one billion tools out there to generate sites, but I really wanted something lightweight that I could run at the command line, super fast, without really thinking about the details. This is content entry focused and meant for someone like me who is comfortable running commands in the terminal.

If you want to build something, then you should probably use Mixture, Yeoman or Brunch.

This is NOT, I repeat, this is NOT meant for production use or the typical user. But, if you find it useful then hurrah!

Phase 1

  • Config
  • JSON support
  • Page creation

Phase 2

  • Jinja2 templating
  • Markdown content entry
  • SASS support
  • Site generation

Phase 3

  • FTP / FS / GIT support
  • Minification
  • Flask support
  • Database support
  • Content templates?

Quick Start

For now create an alias like this:

alias cms="python /path/to/your/cms.py" or whatever and then you can run cms.py anywhere. Eventually I'll make some sort of installer that will do all of this.

To create a new project:
cms --create foo

To create a new index page:
cd foo
cms --add-root index

To assign a Jinja2 template to index:
cms --page index --template layout.html

cms's People

Watchers

 avatar  avatar  avatar  avatar

Forkers

snarlen

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.