Contest Content Template Usage Guide
Step 1โ
Fork Heltec Wi-Ki repository, and clone the forked project into local. Copy the contest-content-template file in the news folder, rename it into your project name, lowercase, spaces are replaced by -.
Enter the folder and change the name of "contest-content-template.md" to the same as the parent directory.
Now your folder structure should look like this
Heltec_Docs_News/
โโโ docs/ # Document Directory
โ โโโ devices/ # Wiki Document 1
โ โโโ platform/ # Wiki Document 2
โ โโโ intro.md
โ โโโ platforms.md
โ
โโโ news/ # Document Directory
โ โโโ my-project-name/ # Wiki Document 1
โ โ โโโ img/
โ โ โ โโโ 01.svg
โ โ โ โโโ 02.png
โ โ โ โโโ 03.png
โ โ โ โโโ 04.png
โ โ โ โโโ ...
โ โ โโโ my-project-name.md # Wiki in subdirectories
โ โโโ contest-content-template/ # Wiki Document 1
โ โโโ contest-content-template-usage-guide/ # Wiki Document 2
โ โโโ 2025-Heltec-Maker-Contest.md
โ โโโ 2025-Heltec-Maker-Contest-Privacy-Policy.md
โ โโโ authors.yml
โ โโโ tags.yml
โ
โโโ scripts/
โ โโโ ...
โ
โโโ src/
โ โโโ ...
โโโ ...
Step 2โ
Now you can start creating your project in the my-project-name.md file. Put the relevent pictures into the img directory under my-project-name. Submit a PR to Heltec Wi-Ki repository, then wait for review. After the review is passed, your post will be displayed on Heltec News Page.