https://github.com/unfoldingword/dcs-homepage
Template containing the home page, locales, etc. for DCS. Place to work on a new homepage that you can view on your local machine with docker.
https://github.com/unfoldingword/dcs-homepage
dcs
Last synced: 5 months ago
JSON representation
Template containing the home page, locales, etc. for DCS. Place to work on a new homepage that you can view on your local machine with docker.
- Host: GitHub
- URL: https://github.com/unfoldingword/dcs-homepage
- Owner: unfoldingWord
- Created: 2023-01-14T00:39:06.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-15T14:16:04.000Z (over 3 years ago)
- Last Synced: 2025-06-10T21:48:07.878Z (about 1 year ago)
- Topics: dcs
- Language: Dockerfile
- Homepage: https://git.door43.org
- Size: 1.29 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DCS Home Page
A way to design a dynamic, lively homepage for DCS
## Develop
Edit the `templates/home.tmpl` file to modify the homepage for DCS, using and leaving in the the `{{...}}` variables as needed.
## Local test
Install Docker Desktop if you haven't already: https://www.docker.com/products/docker-desktop/
Clone this repo on your machine: `git clone https://github.com/unfoldingWord/dcs-homepage.git`
Go into the dirctory this made: `cd dcs-homepage`
Run: `docker compose up`
Then view the homepage at http://localhost:3000
## Deploy
Copy to your DCS instance's templates/ directory in the `GITEA_CUSTOM` directory (either defined by environment variable or in your app.ini file). See https://docs.gitea.io/en-us/customizing-gitea/#customizing-startpage--homepage for more info.