You've already forked developer-portal
mirror of
https://github.com/m5stack/developer-portal.git
synced 2026-05-20 11:30:04 -07:00
5f534cad1f
* 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>
9 lines
147 B
CSS
9 lines
147 B
CSS
.video-desc {
|
|
font-size: 13px;
|
|
color: var(--secondary);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
margin-top: 0.6rem;
|
|
}
|