DISQUS

Benjamin Golub's Blog: test - Benjamin Golub

  • Benjamin Golub · 2 months ago
    Thanks for grabbing my code and running this blog...but could you change it to not use my name? Towards the bottom of blog.py change "blog_author" and "blog_title" to your name/title.

    You'll also want to change the Disqus code to not be running as mine and fix some links to not point to my Facebook/Flickr/FriendFeed.

    Thanks!
  • m1ck · 2 months ago
    Oooops sorry, will do

    i just set it up as a test

    how did you even find it? :-)
    btw why does TagHandler not work in production

    i get a 500: Internal Server Error
  • m1ck · 2 months ago
    Oooops sorry, will do

    i just set it up as a test

    how did you even find it? :-)
    btw why does TagHandler not work in production

    i get a 500: Internal Server Error
  • Benjamin Golub · 2 months ago
    I found it via a Google alert for my name :)

    TagHandler probably doesn't work because you haven't made an index for filtering on tag. Here is my index.yaml:


    indexes:

    - kind: Entry
    properties:
    - name: published
    direction: desc

    - kind: Entry
    properties:
    - name: tags
    - name: published
    direction: desc
  • m1ck · 2 months ago
    Thanks it works!
  • m1ck · 2 months ago
    Thanks it works!