Skip to content

Commit

Permalink
website: update logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 28, 2024
1 parent abfede2 commit ca6ac4b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,27 @@ jobs:
run: |
cat > idoc.yml << EOF
site: "DevHub"
description: A feature-rich offline application, is meticulously crafted to support developers in their daily tasks while ensuring the utmost security of their data
keywords: DevHub,Offline app,Developer,tools,Advanced debugging,Testing,utilities,Feature-rich,Coding,Toolkit
favicon: assets/favicon.ico
logo: ./assets/logo.png
openSource: https://github.com/jaywcjlove/TextSoundSaver
tocs: false
element:
wrapper: style=max-width:720px;
menus:
Home: index.html
DevHub: https://jaywcjlove.github.io/DevHub/
Apps: https://wangchujiang.com/#/app
About: https://wangchujiang.com/#/about
footer: |
<a href="https://wangchujiang.com/#/app" target="_blank">App</a> •
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a> •
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a> •
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br /><br />
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}
EOF
- run: npm install idoc@1.27.2 -g
- run: npm install idoc@1.28.1 -g
- run: idoc

- name: Deploy
Expand Down
Binary file added assets/logo.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 ca6ac4b

Please sign in to comment.