Skip to content

Commit bf1fd80

Browse files
committed
add. posts. briefly hugo setup.
1 parent 80c24c1 commit bf1fd80

File tree

108 files changed

+16708
-215
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+16708
-215
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Briefly hugo setup"
3+
date: 2024-02-21T14:41:03+03:00
4+
slug: "briefly-hugo-setup"
5+
# draft: true
6+
---
7+
8+
9+
```bash
10+
hugo server -D # Run local server
11+
```
12+
13+
```bash
14+
hugo new post/new-post/index.md # create new post
15+
```

0 commit comments

Comments
 (0)