{"id":13706562,"url":"https://github.com/laurentkempe/BlogOps","last_synced_at":"2025-05-05T20:32:08.905Z","repository":{"id":54878082,"uuid":"331758615","full_name":"laurentkempe/BlogOps","owner":"laurentkempe","description":"Tool to operate my blog.","archived":false,"fork":false,"pushed_at":"2025-03-18T16:56:24.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T17:51:40.333Z","etag":null,"topics":["blog","blogging","csharp","dotnet5"],"latest_commit_sha":null,"homepage":"https://laurentkempe.com/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laurentkempe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-21T21:23:38.000Z","updated_at":"2025-03-18T16:56:28.000Z","dependencies_parsed_at":"2022-08-14T05:30:52.200Z","dependency_job_id":null,"html_url":"https://github.com/laurentkempe/BlogOps","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentkempe%2FBlogOps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentkempe%2FBlogOps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentkempe%2FBlogOps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laurentkempe%2FBlogOps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laurentkempe","download_url":"https://codeload.github.com/laurentkempe/BlogOps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252571230,"owners_count":21769798,"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","blogging","csharp","dotnet5"],"created_at":"2024-08-02T22:01:00.256Z","updated_at":"2025-05-05T20:32:08.485Z","avatar_url":"https://github.com/laurentkempe.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"﻿# BlogOps ![.NET](https://github.com/laurentkempe/BlogOps/workflows/.NET/badge.svg)\n\nTool to operate my blog at https://laurentkempe.com/.\nInspired by [Frankenblog](https://khalidabuhakmeh.com/supercharge-blogging-with-frankenblog) from [@khalidabuhakmeh](https://github.com/khalidabuhakmeh).  \n\n## Uses\n\n* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0)\n* [Hexo](https://hexo.io/) running with [Node.js](https://nodejs.org/en/)\n\n## Installation\n\n\u003e ⚠️ Use Rider Release \u0026 Install run configuration or manually\n\nCreate the NuGet package\n\u003e dotnet pack -c Release\n\nInstalling BlogOps globally\n\u003e dotnet tool install --global --add-source .\\nupkg\\ BlogOps\n\nUtility to start blogging with Windows Terminal\n\n        {\n            \"command\": \n            {\n                \"action\": \"wt\",\n                \"commandline\": \"; split-pane -p \\\"Powershell\\\" --startingDirectory \\\"C:\\\\Users\\\\XYZ\\\\\\\\blog\\\" BlogOps.exe edit ; split-pane --horizontal -p \\\"Powershell\\\" --startingDirectory \\\"C:\\\\Users\\\\XYZ\\\\blog\\\" BlogOps.exe server --draft\",\n                \"startingDirectory\": \"C:\\\\Users\\\\XYZ\\\\blog\\\\\"\n            },\n            \"keys\": \"alt+shift+e\",\n            \"name\": \"Blog\"\n        }\n\n# Road Map\n\n## V1\n- [x] Command to create a new draft with some sample markdown as content\n- [x] Command to see a list of all drafts\n  - [x] See some information extracted from Markdown like title, tags\n- [x] Command to publish a draft\n    - [x] Adapting all dates\n    - [x] Moving it from draft to posts folder\n- [x] Command to start local server\n  - [x] Option to display or not drafts\n- [x] Deploy BlogOps to the repository of my blog\n\n## V1.1\n- [x] Command to edit a draft\n- [x] Make BlogOps a dotnet tool\n- [ ] Command to rename a draft\n\n## V2\n- [ ] Replace current Github Actions to create new draft with BlogOps \n- [ ] Add new Github Actions to publish a draft with BlogOps directly from Github \n- [ ] Command to run an update of hexo\n- [ ] Command to run an update of theme\n- [ ] Create a github repository template which can serve as a template for others\n\n## Idea\n\n- [ ] Command to create a new presentation with some sample markdown in it\n\n## License\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to \u003chttp://unlicense.org/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurentkempe%2FBlogOps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurentkempe%2FBlogOps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurentkempe%2FBlogOps/lists"}