Code Monkey home page Code Monkey logo

hypecms's Introduction

My image

A CMS written in Go, using MongoDB as a backend. (Work in progress, heavily.)

Why the name

Most people want his blog or web app to be hyped, right?

Installation

  • Install and start MongoDb
  • go get github.com/opesun/hypecms
  • Modify config values at the beginning of main.go if needed, or use command line arguments to overwrite them.
  • Clone github.com/opesun/hypecms-shared. Create a symbolic link in your file system named github.com/opesun/hypecms/shared which points to the cloned repo. Alternatively, create a folder named "shared" in github.com/opesun/hypecms and copy all contents of github.com/opesun/hypecms-shared into it.

Stuff already working

  • Contents, custom content types, each with custom fields.
  • Tags (categories).
  • Content draft, versions.
  • Cookie based user authentication.
  • Online editing of template files. If deployed like a blogspot-like multiuser app: there are private templates, public templates, fork, publish features.
  • Versioning of site state: any install/uninstall/configuration will create a newer version of site state, so you can revert to any previous version.
  • Custom view editor: run any queries at any part of the page. The query builder generates excerpts, paging links etc.
  • Any file is displayed as is, you dont even have to use any dynamic features of the CMS, you can simply copy-paste html pages and they will be displayed as if they were dynamic content. Even in these html files, PHP-like require functionality is available.
  • Plugin system.

Demo

http://hypecms.com/

Current status

Work in progress.

License

Released under the 2-clause BSD license, see license.txt file.

hypecms's People

Contributors

laller avatar

Watchers

 avatar  avatar

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.