Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arkency/posts
- Owner: arkency
- Created: 2020-03-18T23:50:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T13:58:40.000Z (2 months ago)
- Last Synced: 2024-09-17T17:24:30.582Z (2 months ago)
- Language: Ruby
- Homepage: https://blog.arkency.com
- Size: 3.82 MB
- Stars: 15
- Watchers: 12
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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: "#") %>
```