Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/de-sh/blog
in raw markdown
https://github.com/de-sh/blog
Last synced: about 1 month ago
JSON representation
in raw markdown
- Host: GitHub
- URL: https://github.com/de-sh/blog
- Owner: de-sh
- Created: 2021-05-15T07:42:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T05:31:39.000Z (about 2 months ago)
- Last Synced: 2024-11-30T06:24:30.757Z (about 2 months ago)
- Language: Rust
- Size: 1.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
| # | Title | Date |
| - |:---------------------------------------------------------------------------------:| -----------------:|
| 6 | [Construction Ahead, Hard Hats Required](posts/vyuham.md) | June 14, 2021 |
| 5 | [A Summer of Code with TiKV](posts/gsoc-2020.md) | August 25, 2020 |
| 4 | [Building a Universal Parser, Improving Hydrus and Demo](posts/gsoc-proposal.md) | April 5, 2019 |
| 3 | [Awesome new Python learnings](posts/python-learnings.md) | March 8, 2019 |
| 2 | [How I moved OpenSalve from using Virtualenv to Pipenv](posts/opensalve-pipenv.md)| January 3, 2019 |
| 1 | [Installing pip on Linux](posts/pip-linux.md) | December 14, 2018 |## Inspiration
You may be wondering why this blog is a GitHub repo and not a webpage, well the simple answer is I was fedup with static site generators, and the need to move away from the absurdities of these brought me to a world where I can write my thoughts without having to think a lot about how I store them :D## Code Structure
The repo contains rust code to generate a `_posts.json` file that can be used to render on front-end of choice. I intend to write a CI flow to generate the same, maybe even generate single `.json` files and index them in the `_posts.json` if the number of posts are enough to demand such a work-around.