-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Hello, again!
I generated a preview of my blog and I noticed that it is using the default instead of my customized theme. I'm not sure if I'm missing something, here is the current value of ego/project-config-alist:
(("El blog de Shackra"
:repository-directory "~/Documentos/elblog.deshackra.com/"
:repository-html-branch nil
:repository-org-branch "master"
:default-category "blog"
:site-domain "http://elblog.deshackra.com"
:site-main-title "El blog de Shackra"
:site-sub-title "No seas tan abierto de mente o tu cerebro se caerá"
:ignore-file-name-regexp "README"
:rss
("RSS" "/rss.xml")
:about
("Sobre mi" "/about")
:theme-root-directory
(list
(expand-file-name "org-page-themes" user-emacs-directory))
:theme
(shackra)
:source-browse-url
("Bitbucket" "https://bitbucket.org/shackra/blog/")
:confound-email t :web-server-docroot "~/Documentos/deshackra.com/elblog.deshackra.com" :web-server-port 5777))
Check org-page-themes if you think there is something wrong with the hierarchy of the templates.
Reactions are currently unavailable