Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstankov/blog
My personal blog
https://github.com/rstankov/blog
Last synced: about 13 hours ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/rstankov/blog
- Owner: RStankov
- Created: 2014-12-28T16:52:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T12:11:10.000Z (8 months ago)
- Last Synced: 2024-10-12T13:31:18.238Z (about 1 month ago)
- Language: CSS
- Homepage: http://blog.rstankov.com/
- Size: 523 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```