aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-25Hyde v0.0.3HEADv0.0.3masterAlessandro Iezzi
2024-04-25Set category on render master pageAlessandro Iezzi
2024-04-25Add url to the Page classAlessandro Iezzi
This attribute is used to generate hrefs in HTML page. But it is limited only to paths ending with html extension. For example, if you have a file: test.rhtml url attribute will be: test.html But, if you have a file: test.rhtml.php url attribute will be: test.html.php At the moment, it's not possible to manage other extesnsions.
2024-04-25Re-add SOURCES in MakefileAlessandro Iezzi
2024-04-25Fix sed in MakefileAlessandro Iezzi
2024-04-25Add confing.mkAlessandro Iezzi
2024-04-25Update copyrightAlessandro Iezzi
2024-04-25Call render in main methodAlessandro Iezzi
2024-04-25Add renderContent in Page classAlessandro Iezzi
2024-04-25Add includeFile method in Page classAlessandro Iezzi
2024-04-25Rewrite render method in Page classAlessandro Iezzi
2024-04-25Rewrite initilize in Page classAlessandro Iezzi
2024-04-25Use attr instead attr_reader in Page classAlessandro Iezzi
2024-04-25Move the config parser inside Page classAlessandro Iezzi
2024-04-25Move listarticles inside Hyde classAlessandro Iezzi
2024-04-25Rename initilize and render methods in Page classAlessandro Iezzi
2024-04-25Add baseHref optionAlessandro Iezzi
2024-04-25Add HydeOptionParser classAlessandro Iezzi
2024-04-25Add Hyde class with main functionAlessandro Iezzi
2024-04-25Hyde v0.0.2v0.0.2Alessandro Iezzi
2024-04-25Add VERSION fileAlessandro Iezzi
2022-05-11Add `hyde` fileAlessandro Iezzi
It's a simple template used to execute Hyde. You have to run `make install` to generate a script.
2022-05-11Add `install` and `clean` targets to MakefileAlessandro Iezzi
2022-05-11Add some commentAlessandro Iezzi
2022-04-08Eidt description in copyrightAlessandro Iezzi
2022-04-07Edit CONTRIBUTEAlessandro Iezzi
2022-04-06Reformat CONTRIBUTEAlessandro Iezzi
2022-04-06Rename CONTRIBUTE.md to CONTRIBUTEAlessandro Iezzi
2022-04-06Rename CONTRIBUTE to CONTRIBUTE.mdAlessandro Iezzi
2022-04-06Add CONTRIBUTE fileAlessandro Iezzi
2022-03-16Add content to README.mdAlessandro Iezzi
2022-03-16Clean codeAlessandro Iezzi
Removed code has moved to page.rb and optparser.rb.
2022-03-16Add class to map pageAlessandro Iezzi
2022-03-16Add module to parse program argumentsAlessandro Iezzi
2022-03-15Rename README -> README.mdAlessandro Iezzi
2022-03-15Rename README.md to READMEAlessandro Iezzi
2022-03-15Add README.mdAlessandro Iezzi
2021-12-28Add support to multiple templatesv0.0.1Alessandro Iezzi
2021-12-27Add method to list articles and extend Page classAlessandro Iezzi
2021-12-27Add MakefileAlessandro Iezzi
2021-12-27Add parser to *.rhtml.config fileAlessandro Iezzi
2021-12-22Migration to RubyAlessandro Iezzi
2021-12-22Add hyde.sh and hyde.sh.mkAlessandro Iezzi
2021-12-22Backup before deleteAlessandro Iezzi
2021-04-06Resolve conflictsAlessandro Iezzi
2021-04-06Update README.md with build instructionsAlessandro Iezzi
2021-04-06Update README.md with build instructionsAlessandro Iezzi
2021-04-06Add check.shAlessandro Iezzi
2021-04-06Merge remote-tracking branch 'refs/remotes/origin/master'Alessandro Iezzi
2021-04-06Change project's name in pom.xmlAlessandro Iezzi