Skip to content

Commit ca4b5bb

Browse files
committed
rename blog post
1 parent 195f2cd commit ca4b5bb

File tree

2 files changed

+46
-40
lines changed

2 files changed

+46
-40
lines changed

blog/2024-01-21-intro.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
slug: welcome
3+
title: Instalation
4+
authors: [ceo, arijus]
5+
tags: [dhub, hello, docusaurus]
6+
---
7+
8+
# Installation
9+
10+
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
11+
12+
```
13+
$ yarn
14+
```
15+
16+
### Local Development
17+
18+
```
19+
$ yarn start
20+
```
21+
22+
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
23+
24+
### Build
25+
26+
```
27+
$ yarn build
28+
```
29+
30+
This command generates static content into the `build` directory and can be served using any static contents hosting service.
31+
32+
### Deployment
33+
34+
Using SSH:
35+
36+
```
37+
$ USE_SSH=true yarn deploy
38+
```
39+
40+
Not using SSH:
41+
42+
```
43+
$ GIT_USER=<Your GitHub username> yarn deploy
44+
```
45+
46+
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

blog/2024-01-21.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)