Skip to content

Commit

Permalink
add koupleless (#1291)
Browse files Browse the repository at this point in the history
* add koupleless

* Update _index.md

* add back iamge for test hugo
  • Loading branch information
lvjing2 authored Sep 18, 2024
1 parent 5360a12 commit 1daf9d2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
image := jimmysong/website-builder:2019-07-18

# 如果网络问题无法下载 image,可以尝试使用下面的镜像
# image := serverless-registry.cn-shanghai.cr.aliyuncs.com/sofastack/jimmysong/website-builder:2019-07-18

docker := docker run -t -i --sig-proxy=true --rm -v $(shell pwd):/site -w /site -p 1313:1313 $(image)
build:
@$(docker) scripts/build-site.sh
Expand Down
9 changes: 9 additions & 0 deletions content/en/projects/koupleless/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Koupleless"
description: "Serverless modular development framework and serving system, help developers focus on their own business logic, and also saving resources, speeding up starting, deploying flexibly in different environments etc."
github: "https://github.com/koupleless/koupleless"
level: "main"
weight: 6
icon: "/img/icons/koupleless.png"
link: "https://koupleless.io"
---
9 changes: 9 additions & 0 deletions content/zh/projects/koupleless/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Koupleless"
description: "Serverless 模块化研发框架与运维调度系统,帮助应用解决研发运维系列痛点问题,省资源、秒级启动、灵活部署、快速需求交付等"
github: "https://github.com/koupleless/koupleless"
level: "main"
weight: 6
icon: "/img/icons/koupleless.png"
link: "https://koupleless.io"
---
Binary file added static/img/icons/koupleless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1daf9d2

Please sign in to comment.