Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rstankov/blog

My personal blog
https://github.com/rstankov/blog

Last synced: about 13 hours ago
JSON representation

My personal blog

Awesome Lists containing this project

README

        

## My Blog

This is [ghost](https://ghost.org/) configuration for my personal [blog](http://blog.rstankov.com)

### Installation

```
yarn install
yarn run knex-migrator init
yarn run knex-migrator migrate
```

### Running

```
node index.js
```

### When updating

```
rm -rf content/themes/casper
cp ./node_modules/ghost/content/themes/casper content/themes
```