Software Alternatives & Reviews

How I built my own blog without much coding

RubyGems GitHub Pages Jekyll
  1. RubyGems. org is the Ruby community's gem hosting service. Instantly publish your gems and then install them. Use the API find out more about available gems. Become a contributor and improve the site yourself.
    Pricing:
    • Open Source
    Gem or RubyGems is a package manager for Ruby, just like how we have npm, pip and cargo for Node, Python and Rust. Jekyll must be downloaded as a gem package, so we use gem command to do that. But for building the website locally we need lot of other tools, github-pages gem provides these tools for us, jekyll is also packaged along with github-pages. Therefore you need to install only github-pages gem.

    #Front End Package Manager #Package Manager #Code Collaboration 95 social mentions

  2. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    Easy to deploy and publish - in other words I wanted something like a CI/CD mechanism that is deeply integrated with platforms like GitHub, because I wanted to use Github-Pages for serving my blog.

    #Static Site Generators #Cloud Computing #Blogging 467 social mentions

  3. 3
    Jekyll is a simple, blog aware, static site generator.
    Pricing:
    • Open Source
    Going further in this post, I will be explaining how each of these requirements was satisfied. After exploration and quick googling I found this tool called jekyll, to my surprise, it more of less supported all my requirements (with some additions).

    #CMS #Blogging #Blogging Platform 181 social mentions

Discuss: How I built my own blog without much coding

Log in or Post with