SaaSHub helps you find the best software and product alternatives Learn more →
Markdown-blog Alternatives
Similar projects and alternatives to markdown-blog
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
github-orgmode-tests
This is a test project where you can explore how github interprets Org-mode files
-
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
-
-
-
lowdefy
The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.
-
-
-
-
-
-
-
GoJS, a JavaScript Library for HTML Diagrams
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
markdown-blog discussion
markdown-blog reviews and mentions
-
Ask HN: Where After WordPress?
I just made my own "blogging" platform, where I simply render markdown files using PHP: https://github.com/Cristy94/markdown-blog
I am also using Ghost on a different site, I like their clean editor.
-
Start a Fucking Blog
I still have a Blogger site just because I am not sure how to export all the data without days of work to copy the content, images and reformat everything to go to something like WordPress or markdown [0].
[0]: https://github.com/Cristy94/markdown-blog
-
Show HN: Markdown as Web Page/Site
I did something similar, but for adding a blog system to a server running PHP: https://github.com/Cristy94/markdown-blog
The idea is that having it server-side allows for the page to be cached by a CDN (e.g. CloudFlare), so you end up serving static HTML, with better performance and SEO than JS-compiled markdown.
-
How do you store your notes?
I store them on my server, some of them that I think can help others I put on my webserver with https://github.com/Cristy94/markdown-blog
-
I moved this blog from Medium
If you host anywhere a LAMP stack: I built a very basic markdown-based in PHP: https://github.com/Cristy94/markdown-blog
The idea is that Apache/PHP handle the loading/displaying of markdown files form a directory, so to add a new post you just create a new markdown file. It's very basic, but it's easy to customize with a bit of HTML/CSS/PHP.
-
Ask HN: Hosted solutions to run a personal blog?
If you want something really basic, I created a tiny PHP blog that simply renders your Markdown files: https://github.com/Cristy94/markdown-blog
-
Ask HN: What are some tools / libraries you built yourself?
Working on building userTrack[0] I always encountered the need of various auxiliary tools. I had to implement a custom deploy system to build different variants of the product, to create a licensing server (to create and verify license codes and to allow downloads for valid license owners), a blogging platform[1], some JS snippets [2], etc.
Most of the times, the libraries/tools that you build yourself are either to connect and interact with a specific external service OR to have a simpler (only the features you need) or cheaper version of an existing product/platform.
[0]: https://www.usertrack.net/
[1]: https://github.com/Cristy94/markdown-blog
[2]: https://github.com/Cristy94/dynamic-listener
-
Around the Web 〜 RSS as a Facebook Alternative
What a coincidence, I just added RSS support for my open-source "blog" scaffold: https://github.com/Cristy94/markdown-blog#changelog
-
A note from our sponsor - SaaSHub
www.saashub.com | 30 Apr 2025
Stats
Cristy94/markdown-blog is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of markdown-blog is PHP.