Getting Started with Hugo

This is an example blog post to show you how to structure your content. You can use this as a template for creating new posts. Markdown Features Hugo supports all standard Markdown features: Headers Use # for headers. More # means smaller headers. Lists Unordered lists: Item 1 Item 2 Item 3 Ordered lists: First item Second item Third item Code Blocks You can include code blocks: def hello_world(): print("Hello, World!") Links and Images Link to Hugo Images: ![Alt text](/path/to/image.jpg) Blockquotes This is a blockquote. Use it for quotes or important notes. ...

January 15, 2025 · thecodepapaya

Welcome to My Blog

Welcome! This is your first post using the PaperMod theme. You can edit this post or create new ones by: Editing directly in GitHub’s web interface Using a local editor and pushing to Git See SIMPLE_ALTERNATIVES.md for more options Getting Started Edit this post: Go to GitHub → content/posts/welcome.md → Edit Create new posts: Add files to content/posts/ directory Add pages: Create files in content/pages/ directory That’s it! Cloudflare Pages will automatically rebuild and deploy your changes.

February 1, 2024 · thecodepapaya