GithubHelp home page GithubHelp logo

SteadyCMS

SteadyCMS

SteadyCMS — a flexible, block-based, static site CMS frontend for desktop.

Currently, only Hugo is supported but the long-term goal is to be flexible for use with any static site generator out there.

Not yet ready for production use, but we're nearing alpha state. We're looking for early testers, adopters, and contributors to help make SteadyCMS the best it can be.

Roadmap

For now the Vue.js app wrapped in Electron.js for a desktop application is our primary focus, then in the future, a web version.

  • Initial dashboard
  • Create, edit, and preview post
  • WIP Basic block editor for editing posts (Paragraph, Heading, List, Image, Quote blocks)
  • Post featured image
  • WIP Onboarding flow for creating a new website
  • WIP Media library for managing static files
  • Publish post
  • Website settings

Contributing

We welcome pull requests and feedback!

Project structure

  • This repository holds the main Vue.js application which can be dropped into either the desktop (or web in the future) projects.
  • The Electron-based desktop version can be found here

In the future, we plan to have a separate repository that will hold the version that runs on a web server. We're currently focused on the desktop version.

Developing the desktop version

Setting up the first time

  1. Clone the source for the desktop version git clone https://github.com/SteadyCMS/desktop.git
  2. Move into the render directory with cd desktop/src/renderer
  3. Drop in the Vue.js code (this repository) with git clone https://github.com/SteadyCMS/SteadyCMS.git .
  4. Run npm install to get the js dependencies for the Vue.js application
  5. Run npx tailwindcss -i ./assets/source.css -o ./assets/main.css --watch to rebuild the css
  6. Move back to to the root folder with cd ../..
  7. Run npm install to get the js dependencies for the desktop version (Electron, etc).
  8. Run npm run dev to build.

Development

Rebuilding tailwindcss

cd src/renderer
npx tailwindcss -i ./assets/source.css -o ./assets/main.css --watch

The SteadyCMS core team

The current team members and their primary responsibilities:

Noah R (@Correct-Syntax) Visual design, Frontend development, and styling.

@sundrycode Vue.js, Electron, and Javascript logic/functionality.

License

Copyright 2023-2024, The SteadyCMS team. Licensed under the GPL-3.0 license. See LICENSE for details.

SteadyCMS's Projects

desktop icon desktop

Desktop app for SteadyCMS, a flexible static site CMS

steadycms icon steadycms

Flexible content management system for managing Hugo static websites

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.