Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connoratherton/svip-blog
https://github.com/connoratherton/svip-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/connoratherton/svip-blog
- Owner: ConnorAtherton
- Created: 2014-11-29T21:04:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T16:42:00.000Z (almost 10 years ago)
- Last Synced: 2024-04-23T02:18:58.720Z (7 months ago)
- Language: JavaScript
- Size: 16.6 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Creating a post
```hexo new ""```Write the post. If it doesn't show make sure you are running the server with ```hexo server``` (below).
They are located in ```source/_posts```. I've already generated 10
and they just need content copied in from the old site.### Getting hexo
- If on mac, it's worth getting the Xcode developer tools
- npm install -g hexo### Checking how it looks
```
hexo generate
hexo server
localhost:4343
```### Sorting out the theme
```
git submodule init && git submodule update
```Don't worry about 404's. They get handled properly when it is deployed.