Questions tagged [blog-engine]

27 questions
1
vote
1 answer

How to login without showing a login button on my personal blog

I decided to write a personal blog engine on Google App Engine. But I really do not like the idea of adding a login button somewhere. How can I still do admin things, i,e, post an article, delete a comment and etc, without a login button? One ugly…
gongzhitaao
  • 6,566
  • 3
  • 36
  • 44
1
vote
2 answers

Integrate blog into own website

There are already several questions with a similar title, but they received either no answers, or the answers were too specific. I would like to integrate a blog into a website, so that content can be updated using a simple interface, e.g. from a…
user1205935
0
votes
1 answer

is there an efficient way to insert blog entry containing code snippets into MySQL database?

I am building a blog engine for practice. The design is supposed to be fairly simple I guess..Here is how i want it to work: I have index.html, a CSS sheet, some javascript, and one PHP file i named pullContent.php. Index.html is the main page…
Benny Tjia
  • 4,853
  • 10
  • 39
  • 48
0
votes
2 answers

What Ruby-based blogging systems are there with ready-to-use themes?

I'm looking for a substitute for Wordpress and Squarespace that's implemented in Ruby. It can be a Rails app, a Rails plugin, or a standalone static page generator. The most important features we're looking for is that it comes with a selection of…
dan
  • 43,914
  • 47
  • 153
  • 254
0
votes
0 answers

Journey blog engine written in Go (content/themes/[theme] #Error)

After a lot of attempts I am still getting a crash on journey blog engine (journey-windows-386)... I tried different themes supported by this platform. The only one that works is the default one [promenade]! Check the log files as reference :…
0
votes
1 answer

RSS feeds by category on multi blog version of BlogEngine: not working

I am using BlogEngine.NET, Version: 3.3.0.0 / Configuration: Multiple blogs on a site that I am maintaining. I am able to view and display feeds using a dynamic RSS feed reader within that structure: UNTIL I try to break it down by category.…
Zrayweb
  • 15
  • 7
0
votes
1 answer

Multiblog engine for asp.net

I know, different forms of this questions were asked on this site multiple times, but I haven't seen a single answer that would satisfy my need. I need a ASP.NET based blogging engine that wouul use SQL Server as a back end and allow multiple…
Andrey
  • 20,487
  • 26
  • 108
  • 176
0
votes
1 answer

Where can i edit the CSS properties of page numbers on BlogEngine main page? (screenshot included)

I mean the page links at the bottom of main page. You can see on the image below. It seems like it is not within the theme css file. I checked twice. I wonder from which directory and file i can edit this properties.
garenyondem
  • 541
  • 9
  • 24
0
votes
1 answer

flat file blog engine powered by asp.net

Regarding blog engines, are there any blog engines that meet all of the following criteria? exists in the asp.net ecosystem flat file option to edit files as raw html (not markdown) actively maintained project I have come across AtomSite…
mg1075
  • 17,985
  • 8
  • 59
  • 100
0
votes
2 answers

BlogEngine Compile Error

I'm getting three similar errors when trying to compile a BlogEngine 2.6 Web Application Project: In VS intellisense: the type 'RazorHelpers' exists in both 'App_Code' and BlogEngine.Web.dll Compile error: Error 27 The type 'RazorHelpers'…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
0
votes
2 answers

How do you use LESS with BlogEngine.net?

The LESS docs here http://lesscss.org/#usage say: "Make sure you include your stylesheets before the script." However, BlogEngine.net seems to make that impossible by rewriting all the links to *.js file and putting them before the style…
Nick Hodges
  • 16,902
  • 11
  • 68
  • 130
-1
votes
1 answer

How to integrate blog software into an aspx page in asp.net website

I was given a task to integrate a blog software to a sample.aspx page in asp.net website. I didn't understand what does it mean. If i install a blog software on my system then how can i integrate to an aspx page web application. I'm confused at…
Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
1
2