Skip to content

Commit

Permalink
display author of Flowcode workshop (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik authored Dec 20, 2024
1 parent 2c3ecde commit 8679972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project stores the files for the [Espressif Developer Portal][] website. Gi

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:

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Flowcode - M5 Stack Dial Workshop"
date: 2024-12-09
tags: ["Workshop", "Flowcode", "ESP32-S6", "GUI", "Process"]
showAuthor: false
authors:
- john-dobson
---
Expand Down

0 comments on commit 8679972

Please sign in to comment.