Skip to content

Commit 3cf818f

Browse files
committed
Update README.md
1 parent e5886e2 commit 3cf818f

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,12 @@ npm run preview
5656
├── tsconfig.json # TypeScript configuration
5757
├── public/ # Static assets (images, videos, downloads)
5858
│ ├── download/ # Alphabet XML files and training texts
59+
│ ├── locales/ # Legacy mirrored locale HTML content
5960
│ ├── images/ # Images and banners
6061
│ ├── videos/ # Demo videos
6162
│ └── logo.svg # Dasher logo
63+
├── static/ # Legacy mirrored site subtree (old dasher pages)
64+
│ └── dasher/ # Historical pages/assets preserved from original site
6265
├── src/
6366
│ ├── layouts/ # Layout components
6467
│ │ ├── BaseLayout.astro # Main site layout
@@ -122,6 +125,18 @@ Alphabet XML files and training texts are stored in `public/download/`:
122125
- `/public/download/alphabets/` - 144 alphabet XML files
123126
- `/public/download/training.html` - Training text downloads
124127

128+
### Legacy Mirror Content
129+
130+
This repository includes mirrored legacy content from the original Dasher site for preservation and reference.
131+
132+
- `public/download/` contains downloadable resources served at `/download/...` (alphabets, training corpora, legacy platform downloads).
133+
- `public/locales/` contains locale-specific legacy HTML pages served at `/locales/...`.
134+
- `static/dasher/` contains a broader historical mirror of old Dasher pages and assets.
135+
136+
These directories are not identical. They overlap in historical material but serve different URL trees and use different folder layouts.
137+
138+
When updating modern site content, prefer editing `src/` and current assets in `public/images` or `public/videos`. Avoid reformatting mirrored legacy HTML unless intentionally curating those archives.
139+
125140
### Images and Videos
126141

127142
- Place images in `public/images/`
@@ -141,11 +156,11 @@ Alphabet XML files and training texts are stored in `public/download/`:
141156

142157
## Deployment
143158

144-
The site is automatically deployed to GitHub Pages on push to the `master` branch via GitHub Actions.
159+
The site is automatically deployed to GitHub Pages on push to the `astro-build` branch via GitHub Actions.
145160

146161
**Deployment workflow:**
147162

148-
1. Push to `master` branch
163+
1. Push to `astro-build` branch
149164
2. GitHub Actions runs `build.yml` (lint + build)
150165
3. If successful, `deploy.yml` publishes to GitHub Pages
151166
4. Site is live at https://dasher.at

0 commit comments

Comments
 (0)