renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

feature request: fancy slideshow widget #113

Closed jave closed 9 years ago

jave commented 10 years ago

http://www.verona.se/index.html

has a pretty boring jumbotron with a photo of me.

It would be nicer with one of those fancy rotating slide show widgets with the latest articles or something.

Is it possible to do something like that using Bootstrap?

renard commented 10 years ago

You can still use raw html, see http://getbootstrap.com/javascript/#carousel

If you want to get the last article you can't use something like ob:article as defined here: http://renard.github.io/o-blog-v2/javascript.html

Maybe should I plan I do something with an o-blog widget but I am not sure yet how to do that.

If you want you can still have a look on o-blog-framework. I hope the components are pretty straightforward.

renard commented 10 years ago

BTW I see on your site that the footer is messed up. You can use a Footer Archives snippet with html content:

<div>
<h6><a href="{lisp}(ob:path-to-root){/lisp}/blog/index.html">Blog</a></h6>
<span class="ob-articles" data-source="{lisp}(ob:path-to-root){/lisp}/articles.js" data-path-to-root="{lisp}(ob:path-to-root){/lisp}" data-category="thoughts"/>
</div>
jave commented 10 years ago

thanks for the help with the footer!