{"id":19297196,"url":"https://github.com/blogc/blogc","last_synced_at":"2026-05-06T16:19:16.394Z","repository":{"id":30416111,"uuid":"33968989","full_name":"blogc/blogc","owner":"blogc","description":"A blog compiler.","archived":false,"fork":false,"pushed_at":"2024-06-02T02:08:50.000Z","size":1490,"stargazers_count":185,"open_issues_count":4,"forks_count":16,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-11-09T23:02:23.500Z","etag":null,"topics":["blogc","c","shell","static-site-generator"],"latest_commit_sha":null,"homepage":"https://blogc.rgm.io/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blogc.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":"2015-04-15T02:36:12.000Z","updated_at":"2024-11-05T00:05:18.000Z","dependencies_parsed_at":"2024-05-23T01:35:42.964Z","dependency_job_id":"8f376c08-7c59-4233-a567-2cadcb614891","html_url":"https://github.com/blogc/blogc","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogc%2Fblogc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogc%2Fblogc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogc%2Fblogc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blogc%2Fblogc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blogc","download_url":"https://codeload.github.com/blogc/blogc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250206144,"owners_count":21392194,"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":["blogc","c","shell","static-site-generator"],"created_at":"2024-11-09T23:01:47.422Z","updated_at":"2026-05-06T16:19:16.329Z","avatar_url":"https://github.com/blogc.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# blogc\n\nA blog compiler.\n\n\n## Quickstart\n\nClone the [Git repository](https://github.com/blogc/blogc) or grab the [latest release's source tarball](https://github.com/blogc/blogc/releases) and extract it.\n\n\n### Dependencies\n\nBuilding `blogc` requires:\n\n- [CMake](https://cmake.org/)\n- [Ninja](https://ninja-build.org/) (optional, but recommended)\n- [ronn-ng](https://github.com/apjanke/ronn-ng) (if configured with `BUILD_MANPAGES=ON`)\n- [cmocka](https://cmocka.org/) (if configured with `BUILD_TESTING=ON`)\n- bash, diff and tee (if configured with `BUILD_TESTING=ON`)\n- git, make and tar (if configured with `BUILD_TESTING=ON` and `BUILD_BLOGC_GIT_RECEIVER=ON`)\n\nRunning the `blogc-git-receiver` tool requires:\n\n- git, make and tar\n\n\n### Building and installing\n\nInside the source directory, run the following commands:\n\n    $ mkdir build\n    $ cmake \\\n          -B build \\\n          -S . \\\n          -G Ninja \\\n          [-DBUILD_BLOGC_GIT_RECEIVER=ON] \\\n          [-DBUILD_BLOGC_MAKE=ON] \\\n          [-DBUILD_BLOGC_RUNSERVER=ON] \\\n          [-DBUILD_MANPAGES=ON] \\\n          [-DBUILD_TESTING=ON]\n    $ cmake \\\n          --build build \\\n          --config Release\n    # cmake \\\n          --build build \\\n          --config Release \\\n          --target install\n\nTo create your first blog, please clone our example repository and adapt it to your needs:\n\n    $ git clone https://github.com/blogc/blogc-example my-blog\n    $ cd my-blog\n    $ rm -rf .git\n    $ git init\n    $ git commit -am 'initial commit'\n\nAt this point you'll have an empty blog, that can be customized to suit your needs. You'll want to look at the `content/post/` directory and edit your first post. Each new post, template or asset must be added to the `Makefile`. Please read it carefully.\n\nIf some unexpected error happened, please [file an issue](https://github.com/blogc/blogc/issues/new).\n\n-- Rafael G. Martins \u003crafael@rafaelmartins.eng.br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblogc%2Fblogc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblogc%2Fblogc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblogc%2Fblogc/lists"}