Skip to content

Instantly share code, notes, and snippets.

@mehmetg
Last active August 29, 2015 14:14
Show Gist options
  • Save mehmetg/6a3d0f674500bb80daab to your computer and use it in GitHub Desktop.
Save mehmetg/6a3d0f674500bb80daab to your computer and use it in GitHub Desktop.
Changes/Fixes: (mehmetg/ablog branch: devel)
1. extlinks = { 'wiki': ('http://en.wikipedia.org/wiki/%s', '') } ??? what should be %s. Should we ask the user if (s)he has a
wiki for the blog or whatever project or generic external links questions?
2. html_theme_options for alabaster users: logo? where should it be placed or can it include an path with the name? should we check path icon if it exists or not??? If it does not exist it won't show (no errors will display)
3. Added google analytics id prompt. should we keep it?
@abakan-zz
Copy link

  1. %s is replaced when HTML is built. :wiki:Porsche`` in rst becomes a link to Wikipedia article in the HTML.
  2. logo option should be empty. User should fill it in with a logo file.
  3. No, user should put that in also. ABlog documentation specific theme options can be removed all together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment