https://github.com/shadensmith/shadensmith.github.io
https://github.com/shadensmith/shadensmith.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shadensmith/shadensmith.github.io
- Owner: ShadenSmith
- License: mit
- Created: 2017-09-04T12:37:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T15:16:54.000Z (over 6 years ago)
- Last Synced: 2025-10-06T03:45:07.387Z (9 months ago)
- Language: HTML
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaden-io
Professional website.
## Building
You can build and serve this page for local development:
```
$ bundle install
$ bundle exec jekyll serve --watch --detach
$ bundle exec jekyll build --watch
```
Then just point your browser to [localhost:4000](localhost:4000). You can edit
any files and simply refresh the page. However, if you edit `_config.yml`, you
need to kill and restart the `jekyll build` command.