File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 24
24
directory : dist
25
25
# Optional: Enable this if you want to have GitHub Deployments triggered
26
26
gitHubToken : ${{ secrets.GITHUB_TOKEN }}
27
- branch : master
27
+ branch : main
28
+ environment : production
28
29
Original file line number Diff line number Diff line change
1
+ : root {
2
+ --vp-c-brand-1 : # F89B40 ;
3
+ }
Original file line number Diff line number Diff line change 1
1
import DefaultTheme from 'vitepress/theme'
2
2
import { inBrowser , useData } from "vitepress" ;
3
3
import { watchEffect } from "vue" ;
4
+ import './custom.css'
4
5
5
6
export default {
6
7
...DefaultTheme ,
Original file line number Diff line number Diff line change @@ -4,11 +4,24 @@ layout: home
4
4
5
5
hero :
6
6
name : " hostsless"
7
- text : " build your business without any physical hosts concerns"
8
- tagline : hostsless the feature
9
-
7
+ text : " Full life cycle cross providers serverless application management for your fast-growing business"
8
+ tagline : Evolve the future with serverless
10
9
11
10
features :
11
+ - title : huawei cloud
12
+ details : TBC
13
+ - title : aliyun cloud
14
+ details : TBC
15
+ - title : tencent cloud
16
+ details : Lorem ipsum dolor sit amet
17
+ - title : openFunction
18
+ details : tbc
19
+ - title : aws
20
+ details : tbc
21
+ - title : .etc
22
+ details : tbc
23
+
24
+ resources :
12
25
- title : storage
13
26
details : Lorem ipsum dolor sit amet
14
27
- title : compute
You can’t perform that action at this time.
0 commit comments