Code Monkey home page Code Monkey logo

paneless-cms's Introduction

Panel-less CMS

Panel-less CMS is a simple blog application built with Laravel. It allows for publishing blog articles by writing markdown files in GitHub markdown syntax, without the need for user logins or an admin panel.

Features

  • Simple and lightweight blog system.
  • No user logins or admin panel required.
  • Blog articles are written in GitHub markdown syntax.
  • Easy to deploy and maintain.

Links

Installation

  1. Clone the repository:

    git clone [email protected]:zach2825/paneless-cms.git
  2. Navigate to the project directory:

    cd paneless-cms
  3. Install dependencies:

    composer install
    yarn install
  4. Set up your environment variables:

    Copy the .env.example file to a new file named .env and configure your environment variables, including your database connection.

  5. Generate an application key:

    php artisan key:generate
  6. Run migrations:

    php artisan migrate
  7. Start the development server:

    php artisan serve

    Your blog is now accessible at http://localhost:8000.

Writing Articles

To publish a new blog article, create a markdown file in the resources[content](content)/posts directory (you may need to create this directory if it doesn't exist). The filename should follow the format YYYY-MM-DD-your-article-title.md.

Example:

content/posts/2024-04-03-my-first-blog-post.md

But you can use the command

php artisan orbit:generate

Contributing

Contributions are welcome! Please feel free to submit a pull request or create an issue if you have any suggestions or improvements.

paneless-cms's People

Contributors

zach2825 avatar

Watchers

 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.