Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottstanfield/scottstanfield.github.io
Personal blog page
https://github.com/scottstanfield/scottstanfield.github.io
Last synced: 20 days ago
JSON representation
Personal blog page
- Host: GitHub
- URL: https://github.com/scottstanfield/scottstanfield.github.io
- Owner: scottstanfield
- License: cc0-1.0
- Created: 2014-04-16T17:50:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T02:05:49.000Z (over 6 years ago)
- Last Synced: 2024-04-10T13:59:14.158Z (9 months ago)
- Language: CSS
- Size: 29.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scottstanfield.github.io
========================Personal blog page
# One-time gh-pages setup
Taken from [this article][1].
First make sure you don't have a `public` folder: `rm -rf public`
Next, setup the plumbing (one-time):
```
git checkout --orphan gh-pagesgit reset
git commit --allow-empty -m 'Initial commit'
git checkout --force master
git worktree add dist gh-pages
```[1]: http://pressedpixels.com/articles/deploying-to-github-pages-with-git-worktree/