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

https://github.com/deimosfr/blog

My blog (Deimosfr)
https://github.com/deimosfr/blog

blog hugo

Last synced: 2 months ago
JSON representation

My blog (Deimosfr)

Awesome Lists containing this project

README

        

# Deimosfr Blog
You can find my blog hosted here.

# Setup
If you want to use it to write an article, here is how to setup for the first time:

```
git clone https://github.com/deimosfr/blog.git
cd blog
git submodule update --init
cd .git/hooks
ln -s ../../scripts/pre_ci_hook.sh ./pre-commit
```

# Create a new post

```
./scripts/create_post.sh
```

To publish it, simply push changes to master