https://github.com/rmhdev/rmhdev.github.com
Personal site
https://github.com/rmhdev/rmhdev.github.com
Last synced: 4 months ago
JSON representation
Personal site
- Host: GitHub
- URL: https://github.com/rmhdev/rmhdev.github.com
- Owner: rmhdev
- Created: 2012-03-02T22:18:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:01:06.000Z (over 3 years ago)
- Last Synced: 2024-04-10T20:19:14.182Z (about 2 years ago)
- Language: HTML
- Homepage:
- Size: 3.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal blog
## Basic commands
Generate optimized CSS:
```bash
npm run sass-prod
```
While developing CSS styles:
```bash
npm run sass
```
Launch the local jekyll server:
```bash
bundle exec jekyll serve
```
Update bundles:
```bash
bundle update
```