Questions tagged [blog-engine]

27 questions
16
votes
5 answers

What SCM-based blog engines are there?

Recently I came across a blog engine that works in quite unusual way. It polls a git repository and publishes a blog post after something new has been found in the repo. The post is generated as a static HTML and put somewhere in public_html.…
Nowaker
  • 12,154
  • 4
  • 56
  • 62
14
votes
11 answers

Simple, free PHP blog engine easy to redesign?

I am looking for a PHP blog engine which needs to be easy to redesign (CSS, HTML). It also needs to be free and have simple user interface so that the client doesn't struggle to add posts. Any suggestions?
Paul D
  • 143
  • 1
  • 2
  • 4
14
votes
1 answer

list of blog engines written in python

Can I get a list of popular blog engines written in python? google didn't help much!
tamizhgeek
  • 1,371
  • 3
  • 13
  • 25
8
votes
3 answers

Top 3 reasons not to develop a "blog system" that generates aspx files on the fly

In this question the OP implies that he wants to base the blog system he is developing on automatic creation of .aspx files, one for each new blog entry. In my answer to his question (which is related to something else), I told him that I would…
Klaus Byskov Pedersen
  • 117,245
  • 29
  • 183
  • 222
6
votes
1 answer

Java based blog website framework - Apache Roller?

I'm a java developer and I am planning to implement a java based blog style website. I'm considering using Apache Roller as the framework for the website and was curious if there were other suggestions or feedback on Roller. These are some basic…
cedarleaf
  • 153
  • 1
  • 8
4
votes
2 answers

using a static website generator for a blog on a dynamic website?

I'm looking into having a blog/content section on my dynamic website. Is it sensible to use a static website generator like Hyde to generate the "static content part" of the website? Advantages would be: easy/simple for a few other people to…
Tommy
  • 1,219
  • 11
  • 18
4
votes
6 answers

Blog engines for ASP.Net (maybe MVC) web sites

I've built a web site on ASP.NET MVC and one little section of it should be a blog. I'm looking for a blog to integrate. In the worst case scenario it'd be a WordPress with a custom skin and RSS integration to the rest of the site. The best would be…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
2
votes
3 answers

Which URL rewriting scheme is preferable? Wiki/Blog style?

I'm writing some URL rewriting software, and I want to know which URL scheme is preferable from many points of view: Blog style: my-chemistry-answer -- Why? -- (not preferable, technical) Wiki style: My_Chemistry_Answer -- Why not? -- (preferable,…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
2
votes
2 answers

Looking for a php blog engine/plugin for section on website

I'm looking to make one section on a website a blog and looking for suggestions on what's best to use. I'm not interested in a complete website/cms package like wordpress, I just want something to handle the backend (preferably php/mysql based) to…
Mike
  • 325
  • 1
  • 8
  • 16
2
votes
1 answer

Octopress new post seen in rake preview but not published after rake deploy

I used rake new_post and added a new post to my octopress blog. I can see the new blog post on localhost:4000 using rake preview. However, after using rake deploy, my new post wasn't published. I can see my post in the master branch in my github…
fatman13
  • 162
  • 2
  • 17
2
votes
3 answers

How to Insert Line Breaks When Emailing?

Neither the "\n" or "
" are working. I'm trying to insert line breaks when emailing the contents of a custom form: protected void SubmitBtn_Click(object sender, EventArgs e) { if (Page.IsValid) { StringBuilder mailBody = new…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
1
vote
1 answer

Parsing Jekyll's Categories

I have created a simple blog based on the Jekyll engine but I need one more function to make the thing really complete. In Jekyll, parent directories of posts are implicitly 'labels' or 'categories'. So, if I were to create a post under the…
Luther Baker
  • 7,236
  • 13
  • 46
  • 64
1
vote
2 answers

Theme Selector idea for a Blog Engine written with ASP.NET MVC

I have started to build a blog engine which is totally unprofesional and meant to be not used by anyone. So, in plain English I cannot tell that you go ahead and run this for yourself and you will be happy. You may see the complete code I have…
tugberk
  • 57,477
  • 67
  • 243
  • 335
1
vote
0 answers

Lightweight blog engine for existing aspnet core MVC project

I'm building a site using dot net core 2.1 MVC. I want to find a lightweight blog engine that I can install via something like nuget (instead of rolling my own crappy version!) MiniBlog.Core Looks great but it's a Template and doesn't let me install…
Michael Harper
  • 1,531
  • 2
  • 25
  • 42
1
vote
0 answers

Blogelator gem doesn't install properly/File to import not found

I'm trying to add Blogelator to my RoR application, but it's not installing properly. Whenever I run rails g blogelator:install it gets stuck on blogelator:install:migrations identical app/controllers/blogelator/posts_controller.rb identical …
Adrian
  • 41
  • 3
1
2