{"id":22763275,"url":"https://github.com/nikstar/blog","last_synced_at":"2025-03-30T09:41:38.653Z","repository":{"id":168257744,"uuid":"269746029","full_name":"nikstar/blog","owner":"nikstar","description":"Source code for https://nikstar.me","archived":false,"fork":false,"pushed_at":"2024-03-27T12:58:22.000Z","size":14382,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T11:44:47.919Z","etag":null,"topics":["blog","hugo","static-website"],"latest_commit_sha":null,"homepage":"https://nikstar.me","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/nikstar.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":"2020-06-05T19:02:52.000Z","updated_at":"2024-05-15T20:31:28.000Z","dependencies_parsed_at":"2025-02-05T11:41:41.368Z","dependency_job_id":"0f14f6c2-7054-41c7-8106-3cc5e7647c21","html_url":"https://github.com/nikstar/blog","commit_stats":null,"previous_names":["nikstar/blog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikstar%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikstar","download_url":"https://codeload.github.com/nikstar/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301961,"owners_count":20755512,"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","hugo","static-website"],"created_at":"2024-12-11T11:07:54.683Z","updated_at":"2025-03-30T09:41:38.618Z","avatar_url":"https://github.com/nikstar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blog\n\nSource code for [nikstar.me](https://nikstar.me).\n\n## Develop\n\n```bash\nhugo server -D \u0026 ; sleep 0.5 \u0026\u0026 open http://localhost:1313/ ; fg\n```\n\nEncoding video to VP9 and H.264:\n\n```bash\nffmpeg -i video.mp4 -vf scale=-1:1200 -c:v libvpx-vp9 -b:v 0 -crf 31 -pass 1 -an -f null /dev/null \u0026\u0026 \\\nffmpeg -i video.mp4 -vf scale=-1:1200 -c:v libvpx-vp9 -b:v 0 -crf 31 -pass 2 -an video.webm\n\nffmpeg -i video-orig.mp4 -vf scale=-2:1200 -c:v libx264 -crf 21 -preset veryslow -an video.mp4\n```\n\n## Generate\n\n```bash\nhugo\n```\n\n## Publish\n\n```bash\nrm -rf public \u0026\u0026 hugo \u0026\u0026 rsync -aO public/ nikstar.me:/var/www/blog\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikstar%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikstar%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikstar%2Fblog/lists"}