oinam-jekyll VS Hugo

Compare oinam-jekyll vs Hugo and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
oinam-jekyll Hugo
4 549
27 72,558
- 0.8%
4.6 9.8
5 months ago 6 days ago
CSS Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

oinam-jekyll

Posts with mentions or reviews of oinam-jekyll. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.
  • Ask HN: Preferred Platform to Blog
    7 projects | news.ycombinator.com | 28 Dec 2022
    As we are on HN, I'm going to assume that you are comfortable using Github and can follow instructions.

    Write it on Github and publish on your domain. Github has an option for you to fire up a web-editor (VSCode) right there in the browser with the keyboard `.` (<- that is a period). So, you can write right then and there (I do it quite often these days).

    When publishing, choose a Jekyll theme of your choice from Github Pages[1]. Your focus now are just enough plain text (Markdown).

    If you want to bring it to your desktop/device, just checkout the repo and write. These days, my choice is to just write in Obsidian and don't even try to run Jekyll.

    What do you get out of this? The simplicity of focusing on your writing with almost Plain Text while Github takes care of your theme, hosting, SSL, and custom domain[2].

    Of course, you will need to book a domain and own it. I like Cloudflare[3] that takes care of pretty much everything you want to do with a domain for free. If you so wish, you can even let Cloudflare do the page building[4] and hosting while you keep Github for the source.

    Plug: I build a super simple Jekyll theme[5] just so I can do this. I wrote an article about it on my website[6].

    1. https://pages.github.com

    2. https://docs.github.com/en/pages/configuring-a-custom-domain...

    3. https://www.cloudflare.com

    4. https://pages.cloudflare.com

    5. https://oinam.github.io/oinam-jekyll/

    6. https://brajeshwar.com/2021/brajeshwar.com-2021/

  • A simple, clean, and minimal Jekyll Blog Template – easy deploy to GitHub Pages
    1 project | news.ycombinator.com | 19 Feb 2022
  • SimpleCSS: A Classless CSS Framework
    11 projects | news.ycombinator.com | 14 Jan 2022
    Simple.css is a well done classless 'framework'. I stumbled on it a while back and started using it and thought this can be my go-to styles for tit-bits of websites that I do for landing pages, family websites etc. However, this is pretty opinionated (including some animations) and I had to abandon it. But I remained inspired by its simplicity and forked my own[1] broke it down. I broke it down to the most basic, but then can be built on top of it -- progressively get a website "designed" far enough but not further.

    If you are into these simple classes, check out Drop-in Minimal CSS[2] and choose the one that fits your need.

    Simple.css is from an interesting guy, Kev Quirk[3], whose 512kb[4] website was on Hackernews a while back (don't recollect if it was a story or a comment). Hi Kev, if you are around.

    If you are spinning up a simple website with classless styles, perhaps it is a good idea to add a print styles and I like Gutenberg[5] for that.

    1. https://oinam.github.io/oinam-jekyll/

    2. https://dohliam.github.io/dropin-minimal-css/

    3. https://kevq.uk/about/

    4. https://512kb.club

    5. https://github.com/BafS/Gutenberg

  • Pollen – A library of CSS variables inspired by TailwindCSS
    5 projects | news.ycombinator.com | 4 Sep 2021
    Ah! This is brilliant. There are quite a few comments here about pitching this against other CSS frameworks or the actual use of this.

    This is not a stand-alone framework or anything of that start. Treat as one of your scaffold components for your styling framework. Tailwind does this with their tailwind.config.js and is more of raw CSS design tokens. I just wish their commercial TailWindUI[1] make it easy to make use of it the better way.

    I wish I saw Pollen a few months ago. I wanted to do an effortless design for my personal website and stick to as plain vanilla CSS as possible. The best way was to rely on CSS-Variables. I did do it from scratch[2]. It works though it is pretty hacky, and I'm not too concerned. Right now, I can swap few values and have an entirely different color scheme - light/dark version of my own, Nord Theme[3], and I will keep adding me whenever I get bored. I can even tweak the rhythms and spacing to my liking with just the variable. You should check out the demo[4] or look at the source[5] (wip).

    For those who find this interesting, you should check out another interesting one I discovered a few months back -- css-media-vars[6].

    1. https://tailwindui.com

    2. https://github.com/oinam/oinam-jekyll/blob/main/_includes/cs...

    3. https://www.nordtheme.com

    4. https://oinam.github.io/oinam-jekyll/

    5. https://github.com/oinam/oinam-jekyll

    6. https://github.com/propjockey/css-media-vars

Hugo

Posts with mentions or reviews of Hugo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Building static websites
    5 projects | dev.to | 29 Apr 2024
    At one point though I realized there is a scaling problem with my build minutes. I knew that golang has considerably faster builds and in my case the easy fix is swapping over to Hugo.
  • Creating excerpts in Astro
    4 projects | dev.to | 14 Mar 2024
    This blog is running on Hugo. It had previously been running on Jekyll. Both these SSGs ship with the ability to create excerpts from your markdown content in 1 line or thereabouts.
  • Craft Your GitHub Profile Page in 60 Seconds with Zero Code, Absolutely Free
    6 projects | dev.to | 11 Mar 2024
    Hugo
  • Release v0.123.0 · Gohugoio/Hugo
    1 project | news.ycombinator.com | 20 Feb 2024
  • Top 5 Open-Source Documentation Development Platforms of 2024
    3 projects | dev.to | 13 Feb 2024
    Hugo is a popular static site generator specifically designed to create websites and documentation lightning-fast. Its minimalist approach, emphasis on speed, and ease of use have made it popular among developers, technical writers, and anybody looking to construct high-quality websites without the complexity of typical CMS platforms.
  • Ask HN: Looking for lightweight personal blogging platform
    35 projects | news.ycombinator.com | 6 Feb 2024
    As per many other comments, it sounds like a static site generator like Hugo (https://gohugo.io/) or Jekyll (https://jekyllrb.com/), hosted on GitHub Pages (https://pages.github.com/) or GitLab Pages (https://about.gitlab.com/stages-devops-lifecycle/pages/), would be a good match. If you set up GitHub Actions or GitLab CI/CD to do the build and deploy (see e.g. https://gohugo.io/hosting-and-deployment/hosting-on-github/), your normal workflow will simply be to edit markdown and do a git push to make your changes live. There are a number of pre-built themes (e.g. https://themes.gohugo.io/) you can use, and these are realtively straightforward to tweak to your requirements.
  • Get People Interested in Contributing to Your Open Project
    11 projects | dev.to | 5 Feb 2024
    Create the technical documentation of your project You can use any of the following options: * A wiki, like the ArchWiki that uses MediaWiki * Read the Docs, used by projects like Setuptools. Check Awesome Read the Docs for more examples. * Create a website * Create a blog, like the documentation of Blowfish, a theme for Hugo.
  • Writing a SSG in Go
    7 projects | dev.to | 26 Jan 2024
    Doing this made me appreciate existing SSGs like Hugo and Next.js even more👏👏
  • Hugo 0.122 supports LaTeX or TeX typesetting syntax directly from Markdown
    1 project | news.ycombinator.com | 26 Jan 2024
  • Why Blogging Platforms Suck
    3 projects | news.ycombinator.com | 11 Dec 2023
    I suggest hugo: https://gohugo.io/

    Generates a completely static website from MD (and other formats) files; also handles themes (including a lot of them rendering well on mobile), and different types of content - posts, articles, etc. - depending on the theme.

    It's open source and, being completely static, cheap as fuck to self host.

What are some alternatives?

When comparing oinam-jekyll and Hugo you can also consider the following projects:

Discord_Theme - 🎨 A discord theme that changes your CSS style

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

simple.css - Simple.css is a CSS template that allows you to make a good looking website really quickly.

MkDocs - Project documentation with Markdown.

nord - An arctic, north-bluish color palette.

Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.

awesome-css-frameworks - List of awesome CSS frameworks in 2024

eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

pollen - The CSS variables build system

Hexo - A fast, simple & powerful blog framework, powered by Node.js.

obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown