diff --git a/blog/2000-10-30-my-blog-example/images/beman_logo.png b/blog/2000-10-30-my-blog-example/images/beman_logo.png new file mode 100644 index 0000000..e729f12 Binary files /dev/null and b/blog/2000-10-30-my-blog-example/images/beman_logo.png differ diff --git a/blog/2000-10-30-my-blog-example/index.md b/blog/2000-10-30-my-blog-example/index.md new file mode 100644 index 0000000..61bd869 --- /dev/null +++ b/blog/2000-10-30-my-blog-example/index.md @@ -0,0 +1,31 @@ +--- +slug: my-blog-example-slug +authors: [neatudarius] +tags: ["cpp26", "beman-docs"] +--- + +# My Blog Example + +This is my blog example. + +Here I can write Markdown content. + +I can also include code blocks: + +```cpp +int main() { return 0; } +``` + +I can also include `blog post local images`: + +![Beman logo](./images/beman_logo.png) + +Or I can also include `website global available images`: + +![Beman logo reversed](../../images/logos/beman_logo_reversed.png) + +I can also include links: + +[Beman Project](https://bemanproject.org) + +...