* fix: Change github URL in footer from Espressif organization to actual repo
Fixes#47
* fix: Add Espressif logo in place of missing author images
* fix: Run pre-commit hook on all repo files and fix reported issues
* blog: Replace existing espresso cover picture with one featuring John Lee
* Added Espressif IDE LSP support post
* blog:Update conclusion and table of contents
* blog: Update images for clarity and add editor color options items
* blog: update toc and disable processing of gif images
Enable automatic generation of toc while using the plugin markdown all in one. This solution is cleaner than creating anchors and referring to them.
The standard markdown syntax for including images triggers their processing by Hugo. However, Hugo cannot process animated GIFs, which leads to errors while generating HTML. The figure shortcode with the option default=true enables standard markdown action for images and disables image processing by Hugo.
* Rewrite or edit the introduction and part of setup
This commit attempts to disambiguate all abbreviations, make terminology consistent, and improve the flow in general
* blog: Update as per Kondals feedback and his answers to Kirills questions
* feat: Add video shortcode
* fix: Convert gifs to mp4 and rearrange media files
---------
Co-authored-by: pedrominatel <pminatel@gmail.com>
Co-authored-by: Kondal Kolipaka <kondal.kolipaka@espressif.com>
* docs: add zephyr max wifi throughput paper
* docs: implement Kirill's comments for zephyr max wifi throughput paper
* docs: Add author entry, tags, and cover picture
* Added basic Hugo site
* Added blowfish theme as submodule
* Added more content as demo
* Github action to deploy on GH pages
* File renamed
* File removed
* Create hugo.yml
* Light mode as default
* Added pages missing index file
* Clean up for merge
* CI workflow removed