first commit
This commit is contained in:
commit
7fa1a1444a
52 changed files with 1519 additions and 0 deletions
35
exampleSite/content/posts/second.md
Normal file
35
exampleSite/content/posts/second.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
+++
|
||||
title = 'My Second Post'
|
||||
date = 2024-02-01T04:55:54+05:30
|
||||
draft = false
|
||||
+++
|
||||
|
||||
## Heading of the Post
|
||||
|
||||
Start writing your content here. You can add more sections, images, links, and various formatting to enrich your post. Here are some ideas to get started:
|
||||
|
||||
### Subheading for a Section
|
||||
|
||||
Discuss a specific topic in detail here. You can add personal insights, professional tips, or any relevant information.
|
||||
|
||||
#### Example Code Blocks
|
||||
|
||||
##### JavaScript
|
||||
|
||||
```javascript
|
||||
console.log("Welcome to my second post!");
|
||||
```
|
||||
|
||||
##### Go
|
||||
|
||||
```go
|
||||
fmt.Println("Welcome to my second post!")
|
||||
```
|
||||
|
||||
##### Python
|
||||
|
||||
```python
|
||||
for i in range(10):
|
||||
print("Welcome to my second post!")
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue