Infogami How To

Infogami tips and hacks

Comment Archive

Somebody add something damnit!

OK, I'll add something. Here's a question (possibly dumb): how the hell do I create new pages?

andymoe


This is answered now! David


How do you add (upload) images? Do we have a user ftp site? rhh

I don't think uploading images is supported yet. You can vote for the feature request though

I think (correct me if I am wrong) that you could host the images on a remote server and link to them, it doesn't seem like it would be a problem.


Another possibly dumb question: How can I start a new line but not a new paragraph in a blog post? Just hitting the return key doesn't work. Thanks,

Stohelit


I think you would have to use inline html.

one
two
three

It does not work in comments sections but it works on the blog/normal pages.

I updated the markdown section.

andymoe


Thank you for the helpful answer. It's quite a nuisance to write that every time for such a simple thing, but I suppose I'll get used to it. Thanks!

Stohelit


another question. How do I place pages within pages? I'm trying to recreate Aaron's quoteblog.

transitmonger


How do you change (change the text, apply css, delete) the word "blog" a the top of the blog page?

Gary Bloom


I don't know how to get rid of the word "Blog" on the blog page [ :( ] I know it is wrapped in an h2 tag so you could override that with css like so:

<style>h2 {color:red}</style>

andymoe