Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arkency/posts

source for the blog posts published on our blog
https://github.com/arkency/posts

Last synced: 5 days ago
JSON representation

source for the blog posts published on our blog

Awesome Lists containing this project

README

        

# Posts

Blogposts featured on [blog.arkency.com](https://blog.arkency.com). This content is fetched with [nanoc-github](https://github.com/pawelpacana/nanoc-github).

## Improving existing content

Found a typo? Code not working? Submit a pull-request.

## Creating new post

```
./bin/new_post -t "How to tell a compelling story"
```

## ERB code blocks
If you want to use ERB code blocks in your post, remember to use double-percent marks because the content is run through eRuby on compilation.

```
<%%= tags_for(item, none_text: "", base_url: "#") %>
```