Skip to content

Commit c21f722

Browse files
authored
Update logo (#398)
* Update logo Signed-off-by: kerthcet <[email protected]> * Add CNAME to CI workflow Signed-off-by: kerthcet <[email protected]> * Update ci workflow Signed-off-by: kerthcet <[email protected]> --------- Signed-off-by: kerthcet <[email protected]>
1 parent 4801843 commit c21f722

File tree

9 files changed

+31
-27
lines changed

9 files changed

+31
-27
lines changed

.github/workflows/deploy.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build Hugo site
3434
run: hugo --source site --minify
3535

36+
- name: Generate CNAME
37+
run: echo 'llmaz.inftyai.com' > ./site/public/CNAME
38+
3639
- name: Deploy to GitHub Pages
3740
uses: peaceiris/actions-gh-pages@v3
3841
with:

.github/workflows/golang-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
golang-ci:
11-
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].10
11+
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].13

.github/workflows/kube-workflow-init.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55

66
jobs:
77
init:
8-
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].11
8+
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].13
99
secrets:
1010
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

.github/workflows/kube-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ on:
1919

2020
jobs:
2121
event-handler:
22-
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].11
22+
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].13
2323
secrets:
2424
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

site/assets/icons/logo-original.svg

+21
Loading

site/assets/icons/logo.svg

+1-21
Loading

site/assets/scss/_variables_project.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Add styles or override variables from the theme here.
33
*/
44

55
// Theme colors
6-
$primary: #EE4C1E;
7-
$secondary: #FFFFFF;
6+
$primary: #ff7142;
7+
$secondary: #ffffff;
88

9-
$link-color: #EE4C1E;
9+
$link-color: #e87454;

site/static/images/logo-original.png

98.9 KB
Loading

site/static/images/logo.png

-15.6 KB
Loading

0 commit comments

Comments
 (0)