{"id":23340376,"url":"https://github.com/imclint21/librum","last_synced_at":"2025-04-07T14:50:44.351Z","repository":{"id":38068968,"uuid":"178899337","full_name":"imclint21/librum","owner":"imclint21","description":"Librum is an opensource and ready to use blog engine written in C#","archived":false,"fork":false,"pushed_at":"2022-12-08T02:02:37.000Z","size":188,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-13T17:29:47.372Z","etag":null,"topics":["blog","blog-engine","blogging-system","jekyll","journal","medium-like","micro-blogging","microblogging","opensource"],"latest_commit_sha":null,"homepage":"https://clint.network/article/have-a-blog-with-librum","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/imclint21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-01T16:05:00.000Z","updated_at":"2019-10-20T18:57:37.000Z","dependencies_parsed_at":"2023-01-25T03:00:51.717Z","dependency_job_id":null,"html_url":"https://github.com/imclint21/librum","commit_stats":null,"previous_names":["imclint21/librum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imclint21%2Flibrum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imclint21%2Flibrum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imclint21%2Flibrum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imclint21%2Flibrum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imclint21","download_url":"https://codeload.github.com/imclint21/librum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675629,"owners_count":20977376,"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","blog-engine","blogging-system","jekyll","journal","medium-like","micro-blogging","microblogging","opensource"],"created_at":"2024-12-21T04:29:13.768Z","updated_at":"2025-04-07T14:50:44.325Z","avatar_url":"https://github.com/imclint21.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Librum Micro-Blog Engine\n\nLibrum is an opensource, lightweight and ready to use blog engine written in C#\n\n[![Travis](https://travis-ci.org/clintnetwork/librum.svg?branch=master)](https://travis-ci.org/clintnetwork/librum)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/clintnetwork/librum/blob/master/LICENSE.md)\n\n![image](https://user-images.githubusercontent.com/5221349/55356726-b4355880-54cb-11e9-9bcc-7b1d60c2ff5e.png)\n\n## How to Deploy\n\n[Read the Tutorial](https://clint.network/article/have-a-blog-with-librum)\n\n## Deploy with Docker\n\nTo use Librum with Docker you need to enable Docker Swarm mode and run this commands:\n\n```bash\ndocker swarm init\n\ndocker config create librum librum.json #Change librum.json to point on a valid configuration file\n\ndocker service create \\\n     --name librum \\\n     --config source=librum,target=/app/librum.json,mode=0440 \\\n     --publish published=80,target=80 \\\n     clintnetwork/librum:latest\n```\n\n## Default Configuration File (librum.json)\n\n```json\n{\n    \"BlogName\": \"Librum Blog\",\n    \"Description\": \"A little demonstration of Librum 🚀.\",\n    \"Keywords\": \"librum,blog,csharp,blogging,netcore,demo\",\n    \"Icon\": \"fas fa-square\",\n    \"CanonicalUri\": \"https://clint.network\",\n    \"Contact\": \"contact@librum.org\",\n    \"Twitter\": \"librum\",\n    \"Github\": \"clintnetwork/librum\",\n    \"Menu\": [\n        {\n            \"Title\": \"About Librum\",\n            \"Link\": \"/article/about\"\n        }\n    ],\n    \"Configuration\": {\n        \"FixedNavbar\": false,\n        \"DisplayHeader\": true\n    },\n    \"UsersStore\": [{\n        \"Role\": \"Administrator\",\n        \"Email\": \"contact@librum.org\",\n        \"Password\": \"PASSWORD_IN_SHA1\",\n        \"FullName\": \"Librum Blog\",\n        \"Twitter\": \"librum\",\n        \"GitHub\": \"clintnetwork/librum\",\n        \"Website\": \"https://librum.org\"\n    }],\n    \"DisqusHostname\": \"librum.disqus.com\"\n}\n```\n\n## Contribute\n\nFeel free to contribute by opening a Pull Request and Forking or simply make a donation using addresses:\n\nStratis: ShUDjFTvQfuFEgmkYzdQiPPAdjRCe91kaq\n\nBitcoin: 3NhdjiGrpzH5geVrDHa173EuXxnAVhghtZ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimclint21%2Flibrum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimclint21%2Flibrum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimclint21%2Flibrum/lists"}