local homepage update

This commit is contained in:
2025-05-11 23:29:48 -06:00
parent 917463e75e
commit 45a0ec3eec
44 changed files with 1438 additions and 178 deletions

View File

@@ -16,6 +16,7 @@ It's an essential tool within Changemaker for making quick edits to your website
## Getting Started with Code Server
### Accessing Code Server
1. **URL**: You can access Code Server locally via `http://localhost:8888/` (or your configured external URL if set up).
2. **Login**: You will be prompted for a password. This password can be found in the configuration file located at `configs/code-server/.config/code-server/config.yaml` within your main Changemaker project directory (e.g., `/home/bunker-admin/Changemaker/configs/code-server/.config/code-server/config.yaml`). You might need to access this file directly on your server or through another method for the initial password retrieval.

View File

@@ -1,5 +1,8 @@
---
title: Welcome to Change Maker
template: home.html
hide:
- navigation
- toc
---

View File

@@ -2,7 +2,7 @@
{% block content %}
<div class="hero-section">
<h1>Welcome to Changemaker V5</h1>
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
</div>