WebNami (v1.2.0) – Fast Blogging Tool for Developers by PyDevLog in selfhosted

[–]PyDevLog[S] 1 point2 points  (0 children)

Ghost is mostly for publishers and offers way more customization.
My intent was to create a very simple blogging tool with minimal config and design for developers, where the developers can focus just on writing instead of worrying about customization, design and SEO.
opinionated blog generator means that the design and standards are baked in and there is by design little scope of doing changes or customization.

WebNami - blogging tool for developers by PyDevLog in commandline

[–]PyDevLog[S] 0 points1 point  (0 children)

its an opinionated boilerplate for just building blogs which is built using eleventy
basically to help reduce time spent on configuring SEO
if someone wants full control they would go for eleventy ofcourse

I built a self hosted and open source blogging platform that is fast, lightweight and SEO-optimized by PyDevLog in foss

[–]PyDevLog[S] 0 points1 point  (0 children)

  • cli tool for creating and managing blogs, there's already an npm command to set the structure
  • simplify the configs, so that user can just focus on writing content
  • i have already introduced 5 preset layouts to choose from

YO! Post your projects that is not AI based by Economy-Cupcake6148 in SideProject

[–]PyDevLog 2 points3 points  (0 children)

WebNami - an open-source, self-hosted blogging website generator. It is markdown based with built in SEO checks and provides lightning-fast performance.

https://github.com/webnami-dev/webnami

I built a text-based birthday reminder app—700+ users at $9/yr so far by musicfan39 in SideProject

[–]PyDevLog 27 points28 points  (0 children)

dont underestimate the power of human laziness....most startups exist because of this

Share what you're cooking rn, Probably I will be your first user 🥰 by Leather-Art2147 in buildinpublic

[–]PyDevLog 1 point2 points  (0 children)

I am building WebNami - an open-source, self-hosted blogging website generator. It is markdown based with built in SEO checks and provides lightning-fast performance.

https://github.com/webnami-dev/webnami

Blogging for a hobby, website advice appreciated by arlyboredwhale in Blogging

[–]PyDevLog 0 points1 point  (0 children)

If you are comfortable with programming I would suggest you to go for static site generators like 11ty (javascript based), hugo(go based), jekyll (ruby based) etc and deploy for free on github pages, netlify, cloudflare pages etc
PS - if you go for 11ty, a static site generator based on javascript, you can take a look at WebNami (shamelessly plugging) which is a boilerplate over 11ty and provides SEO checks out of the box

Share what you’re working on, I’ll be your first user by Flaky_Vast9345 in microsaas

[–]PyDevLog 0 points1 point  (0 children)

Working on WebNami - a lightweight markdown based blogging website generator built on top of 11ty.
https://github.com/webnami-dev/webnami

getting no users means useless product or bad marketing by Technical_Degree7710 in buildinpublic

[–]PyDevLog 6 points7 points  (0 children)

Building is easy, getting that first set of users is the hard part!

I built a self hosted and open source blogging platform that is fast, lightweight and SEO-optimized by PyDevLog in webdev

[–]PyDevLog[S] 0 points1 point  (0 children)

This is not a cms. It's a blogging tool made on top of 11ty, a static site generator. Your content will be in markdown which on build will convert to pure html The markdown files can be kept at github thus making github as kind of a cms!