Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/socklabs-blog
The Jekyll repository for blog.socklabs.com.
https://github.com/ngerakines/socklabs-blog
Last synced: about 1 month ago
JSON representation
The Jekyll repository for blog.socklabs.com.
- Host: GitHub
- URL: https://github.com/ngerakines/socklabs-blog
- Owner: ngerakines
- Created: 2008-12-20T09:25:02.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-11T23:50:32.000Z (over 14 years ago)
- Last Synced: 2024-05-01T13:43:38.197Z (8 months ago)
- Language: Ruby
- Homepage: http://blog.socklabs.com/
- Size: 1.48 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# About
This is the Jekyll repository for [my blog](http://blog.socklabs.com/).
# HAHAHA
ls -1 *.txt | awk '{ newFile = $0; split(substr(newFile, 0, 11), d, "-"); printf( "echo \"date: %s/%s/%s\" | cat - %s > %s.new && mv %s.new %s\n", d[1], d[2], d[3], newFile, newFile, newFile, newFile); }'
ls -1 *.txt | awk '{ oldFile = $0; newFile = substr(oldFile, 10, length(oldFile)-13); printf( "echo \"slug: %s\" | cat - %s > %s.new && mv %s.new %s\n", newFile, oldFile, oldFile, oldFile, oldFile, oldFile); }'