https://github.com/jamiew/jamiedubs.com
Official personal WWW homepage website
https://github.com/jamiew/jamiedubs.com
Last synced: about 1 year ago
JSON representation
Official personal WWW homepage website
- Host: GitHub
- URL: https://github.com/jamiew/jamiedubs.com
- Owner: jamiew
- Created: 2010-11-08T02:18:10.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T22:53:12.000Z (over 1 year ago)
- Last Synced: 2025-01-18T07:41:16.337Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.jamiedubs.com
- Size: 34 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: newsletter.md
Awesome Lists containing this project
README
## homepage + blog + projects
I'm a [Jekyll](https://jekyllrb.com/)-powered website (for the most part)
Visit me https://jamiedubs.com
# Setup/usage
Check out this repository and checkout the various git submodules
```sh
git submodule init
git submodule update
git submodule status
```
Install ruby + bundler for your platform. YMMV
Install dependencies
```sh
bundle install
```
For development, run a local server:
```sh
bundle exec jekyll serve
```
alternately you can use `jekyll build --watch --incremental`
For production, just build the site:
```sh
bundle exec jekyll build
```
Other helpful jekyll commands:
```sh
bundle exec jekyll doctor
```