https://github.com/keithmifsud/keithmifsud.github.io
https://github.com/keithmifsud/keithmifsud.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keithmifsud/keithmifsud.github.io
- Owner: keithmifsud
- License: mit
- Created: 2017-02-25T06:34:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T11:06:25.000Z (over 7 years ago)
- Last Synced: 2025-01-09T01:12:03.817Z (6 months ago)
- Language: HTML
- Size: 72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# My Website
## Notes
Notify
When updating images in the `src/` directory, I needed to refresh cache. Deleting the `_sites` directory is not enough.
```bash
jekyll clean && jekyll build
```
**Serve & Force Polling on Jekyll**
```bash
jekyll serve --force_polling --host=0.0.0.0
```
**Check Jekyll Serve Process ID (PID)**
```bash
ps aux | grep jekyll
```
**Kill Jekyll serve Process**
```bash
kill -9 "XXX"
```
**Todo:**
- Issue with gulp's cached images.
So far chnaging to master, pishiong and pullinhg worked after```bash
jekyll clean && jekyll serve --force_polling --host=0.0.0.0
```