austingebauer / devise

A fast, minimal, responsive Hugo theme for blogs.
https://themes.gohugo.io/devise
MIT License
103 stars 56 forks source link

Is there a way to add image in post/content? #34

Closed kingcaubalejo closed 4 months ago

austingebauer commented 4 months ago

You should be able to use markdown image format like:

![](https://your.image.url/your-image.jpg)

Or HTML like:

<img class="" src="/images/your-image.png"/>
kingcaubalejo commented 4 months ago

Alright, thanks Austin.

By the way, thanks for this theme it's really awesome. Below is my blogpost using your theme.

https://kingcaubalejo.github.io/dlowblog/post/

austingebauer commented 4 months ago

@kingcaubalejo - Awesome, glad you like it. A project ⭐ is always appreciated.