aboutsummaryrefslogtreecommitdiff
path: root/page.rb
AgeCommit message (Collapse)Author
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-25Update copyrightAlessandro 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-25Rename initilize and render methods in Page classAlessandro Iezzi
2022-04-08Eidt description in copyrightAlessandro Iezzi
2022-03-16Add class to map pageAlessandro Iezzi