Skip to content

Commit

Permalink
added bludit
Browse files Browse the repository at this point in the history
  • Loading branch information
HWienhold authored and mvdkleijn committed Oct 26, 2024
1 parent 21b0075 commit 4de8727
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Bludit/Bludit.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Bludit;

class Bludit extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Bludit/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "c1aa84341ce69af2e1462008358e80cb12a1ef4d",
"name": "Bludit",
"website": "https://www.bludit.com/",
"license": "MIT License",
"description": "Bludit is a flat file content management system that can be used to set up websites or blogs. JSON files are used to store the content.",
"enhanced": false,
"tile_background": "light",
"icon": "bludit.svg"
}
13 changes: 13 additions & 0 deletions Bludit/bludit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4de8727

Please sign in to comment.