Skip to content

Commit

Permalink
init project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 4, 2024
0 parents commit 28c600e
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: CI/CD
on:
push:
branches:
- main

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: Create idoc config.
run: |
cat > idoc.yml << EOF
site: "Resume Revise"
description: With our visual editor, you can easily customize your resume to fit your individual job hunting needs and stylistic preferences.
keywords: Resume, Resume Builder, resume templates, resume samples, resume examples, resume, resumes, resume tips, resume writing, create resume.
favicon: assets/logo.png
logo: ./assets/logo.png
openSource: https://github.com/jaywcjlove/ResumeRevise
tocs: false
sideEffectFiles:
- README.zh.md
element:
wrapper: style=max-width:720px;
menus:
Home: index.html
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 -g
- run: idoc

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
32 changes: 32 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[English](./README.md)

<div align="center">
<br />
<br />
<img src="./ResumeRevise/Assets.xcassets/AppIcon.appiconset/[email protected]" width="160" height="160">
<h1>简历制作工具</h1>
<p>
使用我们的可视化编辑器,您可以轻松定制您的简历,以满足您的个人求职需求和风格偏好。
</p>
<br />
<br />
</div>

<br />
<br />
<div align="center">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/6b935dd4-2d45-49ce-95ba-2152ac2f8d48">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/46822655-a44b-4123-a483-0ad350a9d916">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/e6055195-aec7-4e80-8bad-4ae581bdc385">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/2a5862ab-cf3b-4543-9658-1dcbc7dc5002">
</div>
<br />
<br />

## 专为 Mac 打造

作为一款原生 Mac 应用程序,Resumake 可为您提供该平台所能提供的最佳用户体验。

## 隐私第一

Mac 不会泄露任何信息,也无需登录。
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[中文](./README-zh.md)

<div align="center">
<br />
<br />
<img src="./ResumeRevise/Assets.xcassets/AppIcon.appiconset/[email protected]" width="160" height="160">
<h1>Resume Revise</h1>
<p>
With our visual editor, you can easily customize your resume to fit your individual job hunting needs and stylistic preferences.
</p>
<br />
<br />
</div>

<br />
<br />
<div align="center">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/6b935dd4-2d45-49ce-95ba-2152ac2f8d48">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/46822655-a44b-4123-a483-0ad350a9d916">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/e6055195-aec7-4e80-8bad-4ae581bdc385">
<img width="560" alt="SymbolScribe Screenshots" src="https://github.com/jaywcjlove/ResumeRevise/assets/1680273/2a5862ab-cf3b-4543-9658-1dcbc7dc5002">
</div>
<br />
<br />

## Built for Mac

As a native Mac app, Resumake offers you the best user experience the platform has to offer.

## Privacy First

No information leaves your Mac. No logins are required either.
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 28c600e

Please sign in to comment.