The goonblog's CMS

Adam Jafarov 847daaee96 refactor: extract BlogHome, Layout, and PostView components from App 1 місяць тому
backend 06dab6b7ac chore: remove test files and update theme config 1 місяць тому
public 04b9a36a05 chore: update posts submodule reference 1 місяць тому
src 847daaee96 refactor: extract BlogHome, Layout, and PostView components from App 1 місяць тому
.gitignore ea5fc7e044 chore: update .gitignore 1 місяць тому
.gitmodules 8d4b323288 feat: migrate public/posts to submodule 1 місяць тому
Caddyfile 0e2c25fa2e Fix 69420.2 1 місяць тому
README.md 2874bfa670 docs: simplify README 3 місяців тому
eslint.config.js abc74b9ada Initial code 5 місяців тому
index.html fa990c3f4a Fix 69420 1 місяць тому
package-lock.json 0e2c25fa2e Fix 69420.2 1 місяць тому
package.json 0e2c25fa2e Fix 69420.2 1 місяць тому
setup_test_user.js 66c59ce124 backend: fix date changing on post 1 місяць тому
verify_fix.js 66c59ce124 backend: fix date changing on post 1 місяць тому
vite.config.js 15f538ad95 config: make chunks smaller 1 місяць тому

README.md

The gooneral wheelchair.

This is my CMS. Why? Because I can.

Set-up:

  1. install the actual cms page:

    npm install
    npm run build
    
  2. install and host backend:

    cd backend
    npm install
    

make systemd unit:

[Unit]
Description=Gooneral Wheelchair CMS Backend
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/var/www/gooneral-wheelchair/backend
Environment=NODE_ENV=production
ExecStart=/usr/bin/node start-production.js
Restart=always
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=gooneral-wheelchair

[Install]
WantedBy=multi-user.target
  1. host your websoot:

add:

import cock_location/gooneral-wheelchair/Caddyfile

to your caddyfile

  1. rat sex 👍