nithou / tiny-blog-engine

A small blog engine that supports Markdown files

Home Page:https://nithou.net/sandbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small blog engine that supports Markdown files

https://nithou.net/sandbox/


Languages

Language:PHP 96.7%Language:CSS 3.3%