-
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 either section:
## Blog Directory
- [Article title](https://example.com/article)
## Documentation Directory
- [Document title](https://example.com/document)The linked content may live in the 1flowbase Wiki, the website, or another stable public location. Keep the section headings unchanged because the website navigation links directly to them.
- 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.