Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackjutsu/geek-profile
👻 Geek Profile Maker based on Markdown
https://github.com/hackjutsu/geek-profile
github-page markdown nodejs pagic profile
Last synced: 19 days ago
JSON representation
👻 Geek Profile Maker based on Markdown
- Host: GitHub
- URL: https://github.com/hackjutsu/geek-profile
- Owner: hackjutsu
- License: mit
- Created: 2017-03-18T05:22:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T07:29:33.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T11:27:38.381Z (about 1 month ago)
- Topics: github-page, markdown, nodejs, pagic, profile
- Language: JavaScript
- Homepage: http://hackjutsu.com/geek-profile/
- Size: 26.4 KB
- Stars: 85
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Geek Profile
Write your profile in Markdown and publish it on GitHub Page.
- Demo: http://hackjutsu.com/geek-profile/## Bootstrap
```bash
yarn
```## Customize your Profile
- Customize your profile/CV/resume at `profile/src/index.md`.
- Put your customized CSS in `profile/src/css/site.css`.## Build
```bash
yarn run build
```
Static website will be generated at `profile/public`.## Release
```bash
yarn run release
```
Static website will be generated and moved to `./docs`.
Push this project to your GitHub repo's master branch and set `master branch /docs folder` as the GitHub Page source.# License
[MIT @CosmoX](./LICENSE)