Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYu committed Nov 2, 2023
1 parent 797e193 commit 29e4f6f
Show file tree
Hide file tree
Showing 108 changed files with 5,303 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# How to Contribute

We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.

## Contributor License Agreement

Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) retain the copyright to your contribution;
this simply gives us permission to use and redistribute your contributions as
part of the project. Head over to <https://cla.developers.google.com/> to see
your current agreements on file or to sign a new one.

You generally only need to submit a CLA once, so if you've already submitted one
(even if it was for a different project), you probably don't need to do it
again.

## Code reviews

All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.

## Community Guidelines

This project follows
[Google's Open Source Community Guidelines](https://opensource.google.com/conduct/).
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM klakegg/hugo:ext-alpine

RUN apk add git && \
git config --global --add safe.directory /src
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
# sofa-serverless-doc
SOFAServerless 官网文档
## 安装依赖组件:


- [node](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/get-npm)
- [hugo](https://github.com/gohugoio/hugo/releases).

## 安装 postCSS
``
npm install -D autoprefixer
npm install -D postcss-cli

npm install -D postcss
``

## 启动站点
```shell
npm install
hugo server
```
## 打开 localhost:1313 访问
47 changes: 47 additions & 0 deletions assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 29e4f6f

Please sign in to comment.