Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myeonggyunhan/myeonggyunhan.github.io
https://github.com/myeonggyunhan/myeonggyunhan.github.io
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myeonggyunhan/myeonggyunhan.github.io
- Owner: myeonggyunhan
- License: mit
- Created: 2016-10-22T05:56:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T08:44:06.000Z (5 months ago)
- Last Synced: 2024-11-17T08:47:34.013Z (2 months ago)
- Language: SCSS
- Homepage: https://myeonggyunhan.github.io/
- Size: 1.46 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Profile Page
## Local Development
1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
2. Clone the repository `git clone https://github.com/myeonggyunhan/myeonggyunhan.github.io.git`
3. Serve the site and watch for markup/sass changes `make run`
4. View the website at http://0.0.0.0:8000/
5. Commit any changes and push everything to the master branch. GitHub Pages will then rebuild and serve the website.## Deploy
Just type `make deploy`