https://github.com/zanders3/zanders3.github.com
Personal Website
https://github.com/zanders3/zanders3.github.com
Last synced: 4 months ago
JSON representation
Personal Website
- Host: GitHub
- URL: https://github.com/zanders3/zanders3.github.com
- Owner: zanders3
- Created: 2012-12-10T21:53:10.000Z (over 13 years ago)
- Default Branch: new_site
- Last Pushed: 2018-02-26T23:19:12.000Z (about 8 years ago)
- Last Synced: 2024-04-15T00:15:25.110Z (almost 2 years ago)
- Language: CSS
- Size: 76.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## zanders3.github.com
My personal site, built with [Hexo](https://hexo.io/)
## Setup
[Hexo docs has info](https://hexo.io/docs/index.html). You need [npm](http://nodejs.org/) installed. Next install the command line:
$ npm install -g hexo-cli
$ hexo version
hexo: 2.8.2
os: Darwin 16.7.0 darwin x64
http_parser: 1.0
node: 0.10.29
v8: 3.14.5.9
ares: 1.9.0-DEV
uv: 0.10.27
zlib: 1.2.3
modules: 11
openssl: 1.0.1h
Next grab the site source:
$ git clone -b new_site https://github.com/zanders3/zanders3.github.com
## Local Testing
Add new stuff to source/\_posts/\*.md written in markdown. Test with this:
hexo server
## Deployment
Actually make the thing live (the generated side lives on master branch)
hexo deploy
Push code side changes (which lives on new_site branch)
git commit -m "blah"
git push origin new_site