Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions blog/2000-10-30-my-blog-example/index.md
Original file line number Diff line number Diff line change
@@ -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)

...