Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spycsh/spycsh.github.io
Spycsh的个人主页
https://github.com/spycsh/spycsh.github.io
Last synced: 24 days ago
JSON representation
Spycsh的个人主页
- Host: GitHub
- URL: https://github.com/spycsh/spycsh.github.io
- Owner: Spycsh
- Created: 2020-12-30T18:32:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T13:21:21.000Z (about 2 years ago)
- Last Synced: 2023-03-09T04:18:57.148Z (over 1 year ago)
- Language: CSS
- Homepage: https://spycsh.github.io
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```