https://github.com/coignard/weblog
A stupidly simple plain text-based blog engine. No HTML, CSS, or JS included.
https://github.com/coignard/weblog
blog php plaintext weblog
Last synced: 3 months ago
JSON representation
A stupidly simple plain text-based blog engine. No HTML, CSS, or JS included.
- Host: GitHub
- URL: https://github.com/coignard/weblog
- Owner: coignard
- License: agpl-3.0
- Created: 2024-04-13T10:15:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-28T19:03:49.000Z (7 months ago)
- Last Synced: 2026-01-07T07:16:23.058Z (4 months ago)
- Topics: blog, php, plaintext, weblog
- Language: PHP
- Homepage: https://renecoignard.com
- Size: 330 KB
- Stars: 53
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
Weblog
======
A minimalistic, plain text-based blog engine written in PHP, inspired by
the simplicity and structure of the RFC format. No HTML, CSS, or JS
included. The blog engine does not require a database to function.
I created this project to run my personal weblog, so you can check out the
project in action on my personal website:
https://renecoignard.com/archive/weblog/
This source code is licensed under the GNU AGPLv3+. See the COPYING file
for more details.