Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spycsh/spycsh.github.io

Spycsh的个人主页
https://github.com/spycsh/spycsh.github.io

Last synced: 24 days ago
JSON representation

Spycsh的个人主页

Awesome Lists containing this project

README

        

# My personal main page based on Minimal Theme

[Demo the original Theme](http://orderedlist.github.com/minimal/)

[Theme Author](https://github.com/orderedlist)

I customize it for my daily use of my personal main page:

* You can specify the content of two languages by just editing the content.md(English) and content_zh-cn.md(Chinese), and the ajax request will automatically render the content to your website

* The website will, based on your browser default language, render the content in content.md or content_zh-cn.md, or you can manually click the language icon to change the language

# License

This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/).

# Convert resume markdown to pdf

```
pandoc content.md -o cv.docx

# add the photo and headers
# and then convert docx to pdf
```