https://github.com/arpith/blog
GitHub Pages blog for arpith.co
https://github.com/arpith/blog
Last synced: 22 days ago
JSON representation
GitHub Pages blog for arpith.co
- Host: GitHub
- URL: https://github.com/arpith/blog
- Owner: arpith
- License: mit
- Created: 2018-09-20T01:35:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T07:21:38.000Z (over 3 years ago)
- Last Synced: 2025-02-25T14:50:41.328Z (over 1 year ago)
- Language: CSS
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# [arpith.co](https://arpith.co)
GitHub pages site for [arpith.co](https://arpith.co).
The posts were exported from Medium with [mediumexporter](https://github.com/xdamman/mediumexporter) and Tumblr with [tumblr2markdown](https://github.com/jaanus/tumblr2markdown).
The post list / index is generated with the following liquid code:
```
{% assign posts = site.pages | sort: 'date' | reverse %}
{% for post in posts %}
- [{{post.title}}]({{post.url}}){% endfor %}
```
This lets me store the posts without a date in the filename.