1 Star 0 Fork 0

杨文山/jekyll-resume

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">

Hello

My name is {{ site.name }}, a {{ site.job }} who loves all things {{ site.languages }}

{{ site.location }}

    {{ if site.github_username or site.codepen_username or site.twitter_username or site.email_address }}
    <div class="social">
        {{ if site.github_username }}<a href="http://github.com/{{ site.github_username }}" target="_blank">GitHub</a>{{ endif }}
        {{ if site.codepen_username }}<a href="http://codepen.io/{{ site.codepen_username }}" target="_blank">CodePen</a>{{ endif }}
        {{ if site.twitter_username }}<a href="http://twitter.com/{{ site.twitter_username }}" target="_blank">Twitter</a>{{ endif }}
        {{ if site.email_address }}<a href="mailto:{{ site.email_address }}" target="_blank">Email</a>{{ endif }}
    </div>
    {{ endif }}

</div>
 </header>
        {{ content }}
   <footer class="footer">
<p class="footer__title">{{ site.name }}</p>
<p class="footer__subtitle">{{ site.job }}</p>
</footer>
</body>
--- title: README.md layout: default ---

Jekyll Resume Theme

A mega simple Jekyll theme for displaying a resume/cv online.

The theme follows the default Jekyll build as closely as possible to avoid any dependency issues.

To customise you just need to fill out the _config.yml and the jobs and education .yml files in the _data directory with your own details.

You can see a demo of the theme at: mattcouchman.co.uk/jekyll-resume

Feel free to tear apart and rebuild as you wish.

Screenshot of resume theme

空文件

简介

A simple resume theme for Jekyll 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bunnyyang73/jekyll-resume.git
git@gitee.com:bunnyyang73/jekyll-resume.git
bunnyyang73
jekyll-resume
jekyll-resume
master

搜索帮助