Coder Social home page Coder Social logo

tiny-blog-engine's Introduction

Tiny Blog Engine

The Tiny Blog Engine is a lightweight and highly customizable blog engine that empowers you to create and modify your own blogging platform with ease.

It relies on Markdown files for your posts and pages!

  • Lightweight: The entire engine is only 230kb in size.
  • Dark & Light Mode: Enjoy the convenience of built-in dark and light modes.
  • Customization: Easily customize the colors, fonts, language to match your preferences.
  • Simple Deployment: Requires only FTP access for deployment and posting (and a server that supports PHP, should be easy to find in 2023)
  • Comments & Interactions: See the documentation
  • RSS2 Support: Keeps your readers updated with RSS2 feed compatibility.
  • GDPR Compliant: The engine respects your privacy by not relying on external dependencies.
  • Blocks AI crawlers: By default the blog system forbids AI to use your content (for the polite robots)
  • Support featured image for posts: Add your featured image by using frontmatter 'img' variable!

All the informations are available on the Wiki!

Example showcasing dark and light mode

Check out a live example here or see a modified version on my personal blog.

License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to Unlicense

tiny-blog-engine's People

Contributors

nithou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dmpop

tiny-blog-engine's Issues

Issue with php-fpm & caddy

{
  "level": "error",
  "ts": 1693387784.743157,
  "logger": "http.handlers.reverse_proxy",
  "msg": "aborting with incomplete response",
  "upstream": "XXX/php-fpm.sock",
  "duration": 0.002324568,
  "request": {
    "remote_ip": "XXX",
    "remote_port": "XXX",
    "client_ip": "XXX",
    "proto": "HTTP/3.0",
    "method": "GET",
    "host": "<REDACTED URL>",
    "uri": "/index.php",
    "headers": {
      "Priority": [
        "u=6"
      ],
      "Dnt": [
        "1"
      ],
      "Accept-Language": [
        "fr-FR,en-GB;q=0.5"
      ],
      "Sec-Gpc": [
        "1"
      ],
      "User-Agent": [
        "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0"
      ],
      "Accept": [
        "image/avif,image/webp,*/*"
      ],
      "Referer": [
        "https://tbe.doshi.re/rss.php"
      ],
      "X-Forwarded-For": [
        "XXX"
      ],
      "X-Forwarded-Host": [
        "tbe.doshi.re"
      ],
      "Sec-Fetch-Mode": [
        "no-cors"
      ],
      "Sec-Fetch-Dest": [
        "image"
      ],
      "Sec-Fetch-Site": [
        "same-origin"
      ],
      "Alt-Used": [
        "tbe.doshi.re"
      ],
      "X-Forwarded-Proto": [
        "https"
      ],
      "Accept-Encoding": [
        "gzip, deflate, br"
      ]
    },
    "tls": {
      "resumed": false,
      "version": 772,
      "cipher_suite": 4865,
      "proto": "h3",
      "server_name": "<REDACTED URL>"
    }
  },
  "error": "writing: stream 28 canceled by remote with error code 268"
}

Addtional installation step

I had to enable mod_headers to make tiny-blog-engine work on my Apache instance:

sudo a2enmod headers
systemctl restart apache2

Perhaps it might be worth adding this step to the installation instruction?

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.