Skip to content

Commit 8679972

Browse files
authored
display author of Flowcode workshop (#369)
1 parent 2c3ecde commit 8679972

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project stores the files for the [Espressif Developer Portal][] website. Gi
99

1010
If you want to contribute to this project, it would be nice to see the rendered version. The website can be easily rendered on your local machine using the following steps:
1111

12-
1. Clone this repository using `git clone --recursive`.
12+
1. Clone this repository using `git clone --recursive --shallow-submodules`.
1313
2. Install Hugo following the [instructions](https://gohugo.io/installation/).
1414
3. In the project folder, run `hugo server` and open the provided local web address, usually `http://localhost:1313/`.
1515

content/workshops/flowcode/_index.md renamed to content/workshops/flowcode/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Flowcode - M5 Stack Dial Workshop"
33
date: 2024-12-09
44
tags: ["Workshop", "Flowcode", "ESP32-S6", "GUI", "Process"]
5+
showAuthor: false
56
authors:
67
- john-dobson
78
---

0 commit comments

Comments
 (0)