Skip to content

Website Content Guide

JAVA-Lw edited this page Jul 22, 2026 · 4 revisions

Website Content Editing Guide

The Home page is the website link directory. Homepage carousel content is maintained in one Wiki page per language.

Manage blog links

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.

Manage website documentation

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.

Manage the homepage carousel

Each carousel item is one level-two title followed by one image:

## A short slide title

![Accessible image description](assets/home/example/image.png)

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.

Image sources

Two image forms are supported:

  1. Wiki repository assets such as assets/home/example/image.png.
  2. 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.

Publishing

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.

Website Content

Homepage Showcase

Link Directories

Clone this wiki locally