emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
674 stars 99 forks source link

disable about #109

Open hrehfeld opened 9 years ago

hrehfeld commented 9 years ago

I really don't need the about page, is there a way to disable it?

Removing it from op/category-config-alist didn't help.

sillykelvin commented 9 years ago

Sorry, currently there is no way to disable about page.

ghost commented 8 years ago

@hrehfeld - Quick fix : create a custom theme from mdo (or any other) and remove About link from nav.mustache

jinnovation commented 6 years ago

@StephaneArguin: This unfortunately still allows a user to go to /about and see the default about page. Granted this is a minor concern, given that the page is hidden if the link is removed from nav.mustache.

jinnovation commented 6 years ago

It's worth pointing out that aliasing op/generate-about to ignore will implicitly disable about generation. Still, would be nice to set up an explicit op/enable-about variable or something along those lines.