mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-20 08:56:35 +00:00
Moved the resume PDF from docs/about to docs/assets and updated the iframe src in resume.md accordingly. Changed the default for AI_SUMMARY_LOCAL_ENABLED to 'false' in ai_summary.py. Updated .ai_cache with new summary and service config timestamp.
34 lines
697 B
Markdown
34 lines
697 B
Markdown
---
|
||
title: 个人简历
|
||
hide:
|
||
# - navigation # 显示右
|
||
- toc #显示左
|
||
- footer
|
||
- feedback
|
||
comments: false
|
||
---
|
||
<!-- <div class="grid cards" markdown>
|
||
|
||
- :octicons-bookmark-16:{ .lg .middle } __个人简历__
|
||
|
||
---
|
||
|
||
- [个人简历](https://lightpdf.cn/docs/1cpgobc){target=“_blank”}
|
||
|
||
</div> -->
|
||
|
||
|
||
<center><font color= #757575 size=6 >请使用PC端查看,谢谢</font></center>
|
||
|
||
---
|
||
|
||
<div class="grid cards" markdown>
|
||
|
||
- :octicons-bookmark-16:{ .lg .middle } __个人简历__
|
||
|
||
---
|
||
|
||
<iframe src="/assets/个人简历.pdf" width="100%" height="1250px" style="border: 1.5px solid #ccc; overflow: auto; border-radius: 18px; background: #fff;"></iframe>
|
||
|
||
</div>
|