Welcome to my first post using Hugo! In this post, I’m going to showcase some basic Markdown formatting and discuss why I chose Hugo for my blogging platform.
This is bold text, and this is emphasized text.
Hugo is a fast and flexible static site generator, perfect for blogs, portfolios, and even company websites. Here’s why I love it:
Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Here are some basics:
##
for a secondary header, and ###
for a tertiary header.-
).![Alt text](image-url.jpg)
.highlight
inline code or triple backticks for code blocks.I hope this post gives you a glimpse into what Hugo and Markdown can do. Stay tuned for more content!
Visit the Hugo website to learn more!