Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minimalist_resume_cn-jekyll-theme

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimalist_resume_cn-jekyll-theme

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

jekyll极简简历主题

介绍

使用jekyll实现的极简风格简历主题,适配gitee page

展示页

软件架构

目录

├─assets    资产
│  ├─css    sass样式
│  ├─img    图片
│  └─js     JavaScript
├─_data     渲染数据
├─_includes html片段碎片
├─_layouts  布局样式文件
├─_sass     sass样式目录
└─_script   运行脚本目录

配置文件_config.yml发布配置 配置文件_config-dev.yml开发配置

安装教程
  1. 安装jekyll
  2. 命令行运行jekyll s -H 0.0.0.0 -P 80
  3. 访问localhost/minimalist_resume_cn/
使用说明
主题使用
  1. 按照jekyll使用主题,所用主题名换为minimalist_resume_cn-jekyll-theme
  2. 然后新建index.md内容如本项目内index.html,resume布局会自动进行渲染,修改_data/resume.yml为自定义内容即可
gitee page or github page使用
  1. Fork 仓库
  2. 然后新建index.md,使用resume布局
  3. 需改_config.yml中的baseurl为你的基础url
  4. 开启gitee page
  5. 修改_data/resume.yml为自定义内容
  6. (可选)用markdown语法在*.md写页面文件,bootstrap布局和resume布局都支持bootstrap4 html样式。可以在assets/css/stype.css写自己的样式,可以在assets/js/main.js写自己的脚本。
  7. (可选)在根目录增加favicon.ico做网站图标
其他说明

如果需要打印推荐使用chrome,可以在高级那儿取消页眉来不显示链接,其他的缩放自己调整一下

使用和参考
  1. bootstrap
  2. jekyll
  3. liquid模板语言
  4. 借鉴了beautiful-jekyll

FAQs

Package last updated on 10 Mar 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc