-
Notifications
You must be signed in to change notification settings - Fork 0
Website Content Guide
The Home page is the website link directory. Homepage carousel content is maintained in one Wiki page per language.
Edit Home, then add normal Markdown links under the blog section:
## Blog Directory
- [Article title](https://example.com/article)
Keep the section heading unchanged because the website directory links directly to it.
Edit Documentation Directory. Tutorial bodies remain in the main 1flowbase Wiki; the directory only controls their category, order, stable website slug, and Chinese/English pairing.
Use one English | 中文 level-three heading per category, followed by this table shape:
### Use cases | 使用场景
| Slug | 中文 | English |
| --- | --- | --- |
| `example-guide` | [中文标题](https://github.com/taichuy/1flowbase/wiki/Example-CN) | [English title](https://github.com/taichuy/1flowbase/wiki/Example) |Use — when a translation does not exist yet. The website build fails with a clear error if a slug, source link, or linked Wiki page is invalid.
- Chinese: Website-Home-Showcase-CN
- English: Website-Home-Showcase
Each carousel item is one level-two title followed by one image:
## A short slide title
Add another ## title and image to append a slide. The website displays the title above its image and advances every two seconds. Visitors can use the overlay arrows or segmented progress controls to switch slides.
Two image forms are supported:
- Wiki repository assets such as
assets/home/example/image.png. - Absolute
https://image URLs, including images pasted into the GitHub Wiki editor.
Repository assets are copied into the static website deployment. External image URLs remain hosted by their original provider.
Saving a Wiki page updates the content source. The website deployment runs automatically within 30 minutes, or the Deploy Website workflow can be run manually for an immediate refresh.