commit d7370f6ac77e0aa534e293da210ca68ee2e7b392 Author: Daniel Kauss Serna Date: Fri Jul 3 16:32:05 2026 +0200 basic site setup diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..da055e9 Binary files /dev/null and b/favicon.png differ diff --git a/instance/panel.html b/instance/panel.html new file mode 100644 index 0000000..2f67c1d --- /dev/null +++ b/instance/panel.html @@ -0,0 +1,8 @@ +
+ This is the kemonomimi.pet akkoma instance!!

+ Im am leinna, the admin and only user of this instance

+ Hosted on a not very powerful nixos machine, if you have any problem with how it is configured pls let me know

+ If you want to go back to the homepage here is a link: kemonomimi.pet

+ The background image is an edited version of the triangulum galaxy captured by the VLT Survey Telescope in chile. Here is the source

+ Have a good day! >~< +
diff --git a/static/bg.png b/static/bg.png new file mode 100644 index 0000000..27a7437 Binary files /dev/null and b/static/bg.png differ diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..da055e9 Binary files /dev/null and b/static/logo.png differ diff --git a/static/styles.json b/static/styles.json new file mode 100644 index 0000000..94a111f --- /dev/null +++ b/static/styles.json @@ -0,0 +1,16 @@ +{ + "pleroma-dark": [ "Pleroma Dark", "#121a24", "#182230", "#b9b9ba", "#d8a070", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ], + "pleroma-light": [ "Pleroma Light", "#f2f4f6", "#dbe0e8", "#304055", "#f86f0f", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ], + "classic-dark": [ "Classic Dark", "#161c20", "#282e32", "#b9b9b9", "#baaa9c", "#d31014", "#0fa00f", "#0095ff", "#ffa500" ], + "bird": [ "Bird", "#f8fafd", "#e6ecf0", "#14171a", "#0084b8", "#e0245e", "#17bf63", "#1b95e0", "#fab81e"], + "ir-black": [ "Ir Black", "#000000", "#242422", "#b5b3aa", "#ff6c60", "#FF6C60", "#A8FF60", "#96CBFE", "#FFFFB6" ], + "monokai": [ "Monokai", "#272822", "#383830", "#f8f8f2", "#f92672", "#F92672", "#a6e22e", "#66d9ef", "#f4bf75" ], + + "redmond-xx": "/static/themes/redmond-xx.json", + "redmond-xx-se": "/static/themes/redmond-xx-se.json", + "redmond-xxi": "/static/themes/redmond-xxi.json", + "breezy-dark": "/static/themes/breezy-dark.json", + "breezy-light": "/static/themes/breezy-light.json", + "mammal": "/static/themes/mammal.json", + "kemonomimi-theme": "/static/themes/kemonomimi-theme.json" +} diff --git a/static/terms-of-service.html b/static/terms-of-service.html new file mode 100644 index 0000000..6ab5f0c --- /dev/null +++ b/static/terms-of-service.html @@ -0,0 +1,3 @@ +TOS: + +I am not a lawyer, dont do anything illegal and be nice plss diff --git a/static/themes/kemonomimi-theme.json b/static/themes/kemonomimi-theme.json new file mode 100644 index 0000000..259d3d8 --- /dev/null +++ b/static/themes/kemonomimi-theme.json @@ -0,0 +1,56 @@ +{ + "_pleroma_theme_version": 2, + "name": "Kemonomimi Theme", + "theme": { + "fonts": { + "interface": {"family": "sans-serif"}, + "input": {"family": "monospace"}, + "post": {"family": "sans-serif"}, + "postCode": {"family": "monospace"} + }, + "opacity": { + "bg": "1", + "panel": "1", + "border": "1", + "btn": "1", + "input": "1" + }, + "radii": { + "btn": "0", + "input": "0", + "checkbox": "0", + "panel": "0", + "avatar": "0", + "avatarAlt": "0", + "tooltip": "0", + "attachment": "0" + }, + "colors": { + "bg": "#161616", + "fg": "#1E1E1E", + "text": "#B8B8B8", + "link": "#9141AC", + "fgText": "#B8B8B8", + "fgLink": "#9141AC", + "topBar": "#161616", + "topBarText": "#9141AC", + "btnText": "#9141AC", + "border": "#2E2E2E", + "cRed": "#FF5C5C", + "cBlue": "#5C9AFF", + "cGreen": "#5CFF8A", + "cOrange": "#FFAD5C" + }, + "shadows": { + "panel": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}], + "button": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#9141AC", "alpha": 0.7, "inset": false}], + "buttonHover": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#AB5BC6", "alpha": 1}], + "buttonPressed": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#9141AC", "alpha": 1, "inset": true}], + "avatar": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}], + "avatarStatus": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}], + "input": [{"x": 0, "y": 0, "blur": 0, "spread": 1, "color": "#9141AC", "alpha": 0.4, "inset": false}], + "panelHeader": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}], + "topBar": [{"x": 0, "y": 0, "blur": 0, "spread": 0, "color": "#000000", "alpha": 0}] + } + } +}