Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrfmmymt/resume
Japanese style resume built with HTML. 履歴書.html
https://github.com/hrfmmymt/resume
autoprefixer browsersync html postcss resume stylefmt stylelint svg
Last synced: about 2 hours ago
JSON representation
Japanese style resume built with HTML. 履歴書.html
- Host: GitHub
- URL: https://github.com/hrfmmymt/resume
- Owner: hrfmmymt
- Created: 2017-02-22T07:48:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T07:00:34.000Z (over 1 year ago)
- Last Synced: 2024-04-15T14:31:58.747Z (7 months ago)
- Topics: autoprefixer, browsersync, html, postcss, resume, stylefmt, stylelint, svg
- Language: HTML
- Homepage:
- Size: 475 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resume
japanese traditional resume/cv on web.![resume screenshot](./media/ss.jpg)
## contains
- [x] Yarn
- [x] PostCSS
- [x] autoprefixer
- [x] postcss-custom-properties
- [x] postcss-import
- [x] postcss-nested
- [x] stylelint
- [x] stylefmt
- [x] Browsersync## development
```sh
yarn install # Inityarn css # Build css
yarn w-css # Watch css
yarn lint-css # Lint cssyarn serve # Edit start while w-css and autoreload on localhost:3000
yarn build # Build resume in dist/
yarn deploy # Build and Deploy to gh-pages
```
and also you can deploy to heroku.## concept
it is supposed to be printed as well as web browsing. please try printing directly using the print function of various web browsers.> Web ブラウジングだけでなく、印刷されることも想定しています。各種 Web ブラウザーの印刷機能を使って直接印刷してみて下さい。