
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
vuepress-theme-resume
Advanced tools
当我们在使用 markdown 书写简历时,都有哪些痛点 🤒?
在试用了 Mac 上几乎所有的 markdown 软件之后,都不够满意 🤕...
于是...
第一步:git clone 或 download 该项目
第二步:cd 进入项目目录
若环境中不存在
yarn
/npm
,则需要先安装yarn
# 安装依赖包
yarn # 或 npm i
# 开始
yarn dev # 或 npm run dev
yarn dev
运行完后,使用浏览器打开提供的网址
yarn add -D vuepress-theme-resume # 或使用npm:npm i -D vuepress-theme-resume
// .vuepress/config.js 中添加
theme: 'resume',
创建 .vuepress/styles/palette.styl 文件
/* font */
$fontSize = 13px
$fontWeight = 400
/* colors */
$accentColor = #4688F1
$textColor = #161F28
$borderColor = #eaecef
如何导出为 pdf?
chrome 页面中右键 -> 打印 -> 另存为 pdf。
注意:打印-更多设置-取消勾选页眉和页脚。否则会有标题和日期。
导出的 pdf 如何控制只有 1 页?
方法一:.vuepress/styles/palette.styl 修改基准字体大小 $fontSize
方法二:chrome 打印 -> 更多设置 -> 缩放
如果你有更好的想法,欢迎 PR 👏
如果它对你有所帮助,可以点一下 ⭐️Star ~ 😉
Copyright (c) 2018-present, momoko
FAQs
编写简洁优雅的markdown简历,由 vuepress 驱动
We found that vuepress-theme-resume demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.