Skip to content

Commit

Permalink
Merge pull request #15 from manabie-com/github-action-reusing-workflows
Browse files Browse the repository at this point in the history
Add blog post for reusing Github Action workflows
  • Loading branch information
anhpngt authored May 15, 2024
2 parents c0a7072 + 10a4462 commit 25c0c7c
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
public
node_modules/
yarn.lock
.DS_Store
.DS_Store
.hugo_build.lock
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Manabie Blogs

[https://blog.manabie.io](https://blog.manabie.io)

## Contribution

1. Clone and init the repository with

```bash
git clone --recurse-submodules <this repo>
```

or
```bash
git clone <this repo>
git submodule update --init --recursive
```

2. Run hugo with

```bash
hugo server
```

The blog will be available locally at `http://localhost:1313`.

3. Add your blog to `content/posts/` in a new separate folder.
Loading

0 comments on commit 25c0c7c

Please sign in to comment.