Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/connoratherton/svip-blog


https://github.com/connoratherton/svip-blog

Last synced: about 1 month ago
JSON representation

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.