GithubHelp home page GithubHelp logo

imclint21 / librum Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 1.0 188 KB

Librum is an opensource and ready to use blog engine written in C#

Home Page: https://clint.network/article/have-a-blog-with-librum

License: MIT License

C# 41.37% HTML 51.04% Dockerfile 0.71% JavaScript 2.77% CSS 4.10%
blog journal opensource blogging-system medium-like micro-blogging jekyll blog-engine microblogging

librum's Introduction

Librum Micro-Blog Engine

Librum is an opensource, lightweight and ready to use blog engine written in C#

Travis License: MIT

image

How to Deploy

Read the Tutorial

Deploy with Docker

To use Librum with Docker you need to enable Docker Swarm mode and run this commands:

docker swarm init

docker config create librum librum.json #Change librum.json to point on a valid configuration file

docker service create \
     --name librum \
     --config source=librum,target=/app/librum.json,mode=0440 \
     --publish published=80,target=80 \
     clintnetwork/librum:latest

Default Configuration File (librum.json)

{
    "BlogName": "Librum Blog",
    "Description": "A little demonstration of Librum ๐Ÿš€.",
    "Keywords": "librum,blog,csharp,blogging,netcore,demo",
    "Icon": "fas fa-square",
    "CanonicalUri": "https://clint.network",
    "Contact": "[email protected]",
    "Twitter": "librum",
    "Github": "clintnetwork/librum",
    "Menu": [
        {
            "Title": "About Librum",
            "Link": "/article/about"
        }
    ],
    "Configuration": {
        "FixedNavbar": false,
        "DisplayHeader": true
    },
    "UsersStore": [{
        "Role": "Administrator",
        "Email": "[email protected]",
        "Password": "PASSWORD_IN_SHA1",
        "FullName": "Librum Blog",
        "Twitter": "librum",
        "GitHub": "clintnetwork/librum",
        "Website": "https://librum.org"
    }],
    "DisqusHostname": "librum.disqus.com"
}

Contribute

Feel free to contribute by opening a Pull Request and Forking or simply make a donation using addresses:

Stratis: ShUDjFTvQfuFEgmkYzdQiPPAdjRCe91kaq

Bitcoin: 3NhdjiGrpzH5geVrDHa173EuXxnAVhghtZ

librum's People

Contributors

imclint21 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

librum's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.