Jekyll
Nanoc
Our great sponsors
Jekyll | Nanoc | |
---|---|---|
147 | 3 | |
44,893 | 1,988 | |
0.8% | 0.2% | |
9.1 | 7.3 | |
3 days ago | 19 days ago | |
Ruby | Ruby | |
MIT License | MIT License |
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.
Jekyll
-
On what platform should the Wiki run?
A few popular examples of static site generators include Hugo, Jekyll, and VuePress.
-
Starting a blog about detective TTRPGs. What platform should I choose?
While WordPress is the obvious way to go, WordPress can turn into sort of a pain in the ass over the long term. I’m planning on turning my decaying blogs into static generated sites. You might just start with one of those, such as Jekyll.
-
How I fixed the feed on my website
I use a liquid template in Jekyll to generate my feed. I added some of the builtin filter functions to strip excess whitespace (strip) and to escape the characters (xml_escape) to be XML-compliant.
-
GitHub: Enable Comments Using https://utteranc.es/ Comment Widget.
❸ The Jekyll -- https://jekyllrb.com/ theme I'm using is minima 2.5.1 -- https://rubygems.org/gems/minima/versions/2.5.1 , I modified the footer.html file to include the plugin snippet as shown:
-
Building an Ecommerce Website with Jekyll, Strapi, Snipcart and Tailwind CSS [1 of 5]
Jekyll is a simple blog-aware static site generator used for creating personal websites, blogs, documentation websites, corporate websites, etc. Jekyll was built with the Ruby programming language, and it uses the liquid templating engine as its templating engine. Jekyll is also the engine that powers GitHub pages.
-
Thinking of starting a Devlog for a new project. Thoughts?
If it works for you, I think it's a great idea to keep your ideas on track. When it comes to hosting a devlog, Discord seems like a odd choice to make regular "posts", I'd personally just setup a free blog or a Jekyll site and maybe using someting like Github Pages to host it for free. Just make sure you're not spending more time writing posts and updates than actually working on the game. The devlog should complement and motivate the game's development, not replace it!
-
Which programming languages would you suggest for this (presumably) not-so-complicated website idea?
Sounds like a semi-static website to me. Take a look at Jekyll, or any other static site generator, if you have a minute or ten. They allow you to put together and maintain a CMS-like setup with plain HTML, CSS or Markdown.
-
Running Jekyll on a Mac
Jekyll
-
Can anyone recommend a good blogging platform?
I use Jekyll, hosted on github Pages (for free). I find that it works extremely well for blogging code and math, as well as for creating a personal home page.
-
Automating Jekyll card generation with ruby’s Ferrum gem
In my Jekyll install I’ve got a _cards symbolic link to my _posts directory, and in my _config.yml I’ve got a defaults section that looks like this:
Nanoc
-
The Open Source Story - Open Sourcing RudderStack Blog and Docs
When we decided to open-source our blog and docs, we were spoilt for choices. Today there are multiple well-supported and fully-featured frameworks for open-source content creation. Some of the options that we considered were Ghost, Jekyll, Hugo, Nanoc, and Gatsby. There are even more frameworks beyond these, and each tool has its pros and cons. Which one do we recommend? Well, we don’t. The best tool for you is the one that fulfills your requirements.
-
What do you use for public publishing your Zettlekasten?
My websites use a static site generator, that means I have folders of Markdown files and they get converted by this program to HTML. (I'm using nanoc for nearly a decade, but other generators work fine. I like Ruby, so that's why I never tried any of the new JS stuff.) I don't just hit publish on my whole Zettelkasten, but that would work as well if you point your static site generator to your note archive.
-
Creating a minimalist blog with Jekyll Now
Last time I was evaluating static site generators, Dimples and Nanoc both stood out for this recent-updates reason, among other personal criteria.
What are some alternatives?
Hugo - The world’s fastest framework for building websites.
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
Middleman - Hand-crafted frontend development
Lektor - The lektor static file content management system
Nikola - A static website and blog generator
Bridgetown - A next-generation progressive site generator & fullstack framework, powered by Ruby
Hexo - A fast, simple & powerful blog framework, powered by Node.js.
eleventy 🕚⚡️ - A simpler static site generator. An alternative to Jekyll. Transforms a directory of templates (of varying types) into HTML.
obsidian-html - :file_cabinet: A simple tool to convert an Obsidian vault into a static directory of HTML files.
Next.js - The React Framework
Docusaurus - Easy to maintain open source documentation websites.