Code Monkey home page Code Monkey logo

cv-cn's Introduction

介绍

我的在线简历,点击这里访问。

Theme

本网站主题在online-cv的基础上修改,感谢原创者的贡献。

License

This project is licensed under the MIT license.

Tips for Modification

原始仓库中的/_data/data.yml中有一个section介绍的是projects,为了满足我个人的需求,现在已经改成了honors,用于呈现奖励 & 荣誉。修改section涉及以下几个步骤:

  • 进入/_includes目录,找到想要修改的section对应的html文件,比如honors.html,则将honors.html文件名和文件中所有的honor替换成目标section名,比如award。(其实同时修改了honors和honor)
  • 修改CSS。进入/_sass/_base.scss,找到honor.html对应的class定义处,所有的honor替换成award。(具体情况具体对待)
  • 进入根目录,在index.html文件的相应位置修改html包含代码,比如{% include honors.html} -> {% include awards.html}

如果想增加section,也是相同思路。

cv-cn's People

Contributors

qnscholar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.