oinam-jekyll VS pollen

Compare oinam-jekyll vs pollen 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 pollen
4 19
27 856
- 0.5%
4.6 0.0
5 months ago 5 months ago
CSS TypeScript
MIT License MIT License
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

pollen

Posts with mentions or reviews of pollen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Why does everyone love tailwind
    3 projects | /r/webdev | 10 Dec 2023
    So frameworks like https://www.pollen.style/ are doing this. Personally I still prefer the tailwind approach.
  • Tailwind CSS and the death of web craftsmanship
    8 projects | news.ycombinator.com | 2 Aug 2023
    I do think that the real value of Tailwind comes from the utility classes, rather than css-in-html paradigm. You could achieve the same, for example, with Pollen.css [0] or Open Props [1].

    [0] https://github.com/heybokeh/pollen

    [1] https://github.com/argyleink/open-props

  • Is vanilla CSS enough?
    4 projects | /r/webdev | 3 Jun 2023
    Tailwind is a great option to look into, I really enjoy it, but if you want something a bit more in-between, you can check out frameworks like https://www.pollen.style. There you get a framework of consistent CSS variables you can use, while still writing all your vanilla CSS yourself with full control of everything.
  • What UI framework would you recommend?
    10 projects | /r/sveltejs | 2 Feb 2023
    It uses UnoCSS (think TailwindCSS but super customizeable) with Pollen (which is similar to open props).
  • Open Props: Tailwind Alternative from Chrome Dev Team
    3 projects | news.ycombinator.com | 13 Sep 2022
    Very similar to Pollen (https://www.pollen.style), though it looks a little more complicated.

    IMO the main value of Tailwind is that it's a step function over your units and colors, which helps bring better consistency and dev speed to UI implementation.

    Tailwind's "write class names instead of CSS" approach makes sense in the component-based systems most apps are built in these days, where pretty much any repeated markup will be turned into a component. It performs better than scoped styles and is less complicated.

    A CSS variable approach like Open Props or Pollen is, in my experience, better if you're not using a component-based system (ie. conventional HTML) and therefore have repeated markup patterns. Having a simple class name to apply to repeated markup is much more maintainable than trying to copy/paste a long tailwind string around.

  • Pollen, the CSS variable build system
    2 projects | /r/Frontend | 12 Sep 2022
  • What are cool kids using for styling these days?
    2 projects | /r/webdev | 28 Jan 2022
    Pollen and Open Props are two popular examples of such token first frameworks. If you are not familiar with CSS Custom Properties (also called CSS variables), I recently wrote about how to use them to create a CSS Style API layer.
  • Ask HN: Looking for an open CSS variables theme that was published here
    2 projects | news.ycombinator.com | 3 Jan 2022
  • Pollen vs. Tailwind CSS: Finding the better build experience
    2 projects | dev.to | 10 Dec 2021
    In the last few years, a new set of frameworks with a radically different concept drew the attention of frontend developers. These frameworks are now extremely popular in the frontend world, and you’re likely already familiar with them: Tailwind CSS and Pollen.
  • Tailwind CSS v3.0
    11 projects | news.ycombinator.com | 9 Dec 2021

What are some alternatives?

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

Discord_Theme - 🎨 A discord theme that changes your CSS style

tailwindcss - A utility-first CSS framework for rapid UI development. [Moved to: https://github.com/tailwindlabs/tailwindcss]

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

open-props - CSS custom properties to help accelerate adaptive and consistent design.

nord - An arctic, north-bluish color palette.

unocss - The instant on-demand atomic CSS engine.

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

halfmoon - Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.

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

daisyui - 🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

marcssist - Turn a JavaScript object with CSS styles into a class in a stylesheet