{"id":27232876,"url":"https://github.com/lostvikx/blog","last_synced_at":"2026-05-09T19:35:48.705Z","repository":{"id":284252889,"uuid":"954199308","full_name":"lostvikx/blog","owner":"lostvikx","description":"A static blog site to share my thoughts with the world.","archived":false,"fork":false,"pushed_at":"2025-04-02T00:36:53.000Z","size":1547,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-04-02T01:29:42.273Z","etag":null,"topics":["blog","markdown","pandoc","static-site-generator"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lostvikx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-24T17:58:26.000Z","updated_at":"2025-04-02T00:36:57.000Z","dependencies_parsed_at":"2025-03-25T00:35:47.626Z","dependency_job_id":null,"html_url":"https://github.com/lostvikx/blog","commit_stats":null,"previous_names":["lostvikx/blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostvikx%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostvikx%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostvikx%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostvikx%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostvikx","download_url":"https://codeload.github.com/lostvikx/blog/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248232325,"owners_count":21069487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","markdown","pandoc","static-site-generator"],"created_at":"2025-04-10T14:10:19.823Z","updated_at":"2026-05-09T19:35:48.698Z","avatar_url":"https://github.com/lostvikx.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog\n\n* A static blog site to share my weird thoughts with the world.\n* Contact [vikram.s.negi@proton.me](mailto:vikram.s.negi@proton.me) if you have any issues related to my content.\n\n## Dependencies\n\npandoc, ImageMagick, JS beautify, uv package manager\n\n```bash\nsudo apt install pandoc imagemagick\nnpm -g install js-beautify\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n## Usage\n\n```bash\nuv run generate.py \n```\n\n## Test Server\n\n```bash\ncd site/ \u0026\u0026 python -m http.server\n```\n\n## Markdown Metadata\n\nMake sure all your blog posts (`.md` files) have this metadata:\n\n```yaml\n---\ntitle: \"Title Goes Here\"\nauthor: \"Vikram S. Negi\"\ndate: \"$(date +'%b %d, %Y')\"\ndescription: \"Add a description for the article.\"\nthumbnail: \"assets/image_720p.webp\"\n---\n```\n\nNote: Use the `create_post.sh` script to create a new blog post.\n\n## Generate Site \n\nScript generates a directory `site/` these things:\n\n1. HTML files with the same name as the markdown file.\n2. Directories `posts/*.html` and `posts/assets`.\n\n* `site/` will contain all static files.\n* Please refer the Cloudflare Pages [docs](https://developers.cloudflare.com/pages/framework-guides/deploy-anything/).\n\n## TODO\n\n- [x] Let python access the markdown metadata\n- [x] Add post title and date to index.html\n- [x] Image compression\n- [x] index.html page\n- [x] Add a create_post.sh script\n- [ ] ABOUT page \n- [x] Create `site/` directory\n- [ ] LINKS page\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostvikx%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostvikx%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostvikx%2Fblog/lists"}