According to the Hyde website, Hyde is based on the Django template engine. I don't want to install Django and Hype. So, a yes/no question: Is it a stand alone solution?
Asked
Active
Viewed 499 times
1
-
I am voting for closing this because the solution was just a download away. – Senthil Kumaran Feb 22 '12 at 11:57
-
Just for curiosity, why you don't want to install django? – heltonbiker Feb 22 '12 at 11:57
-
@heltonbiker, I just want to keep the whole thing as simple as possible. I'm investigating Wordpress-->static HTML, saw a reference to Hyde and looked into that. Wordpress requires LAMP so I already have that in place. Not afraid to install thing and try. – GUI Junkie Feb 22 '12 at 13:30
-
@SenthilKumaran, I asked the question because it was not in the documentation, which is where it should be. Not in the download. – GUI Junkie Feb 22 '12 at 13:31
-
@GUIJunkie, I see. But when it wrote it for a particular package (django), it is implicit that they assume you have it installed. I can provide you standalone python script, but I would assume that you will have to need python installed. – Senthil Kumaran Feb 22 '12 at 13:35
-
@SenthilKumaran, thanks for the offer, but I rolled out my own txt-->html template solution in Python. Works for me. But I want to empower my wife to edit the txt files and that's why I'm looking into CMS solutions. They should be dead simple. – GUI Junkie Feb 22 '12 at 13:38
-
This **[BLOG][1]** may help. **Getting started with HYDE** [1]: http://softvar.github.io/blog/Getting_started_with_hyde.html – softvar Sep 03 '13 at 19:38
2 Answers
3
No, it is not a standalone solution. You need to have django,pyYAML, markdown installed as pre-requisite.

Senthil Kumaran
- 54,681
- 14
- 94
- 131
-
This BLOG- http://softvar.github.io/blog/Getting_started_with_hyde.html may help. **Getting started with HYDE** – softvar Sep 03 '13 at 19:39
2
Hyde is a static website generator powered by Python & Django
That answers your question.

ThiefMaster
- 310,957
- 84
- 592
- 636
-
This BLOG- **http://softvar.github.io/blog/Getting_started_with_hyde.html** may help. **Getting started with HYDE** – softvar Sep 03 '13 at 19:40