Commit Graph

11 Commits

Author SHA1 Message Date
f-dinucci f25b6460f7 feat!: allow using both icons loaded as CSS classes and as images
BREAKING CHANGE: config files
2022-07-30 17:25:49 +02:00
f-dinucci 69fabd7b8f feat!: insert text above in widgetBoxIconText and widgetBoxImageText
BREAKING CHANGE: configuration file
2022-07-30 17:25:49 +02:00
f-dinucci 8e0c24415e feat!: gallery widget + enable icons
BREAKING CHANGE: requires configuration files
2022-07-30 17:25:49 +02:00
f-dinucci 8d7070cf67 refactoring[layout]!: improve submodules, make them configurable
* Fix: defines images alt text through file
* Homepage layout: single elements can be enabled/disabled
* Widgets: dehardcodes title. As a consequence, configuration files have
  been renamed, widgets are now totally "generic" and could be reused

BREAKING CHANGES: requires new configuration file for home layout. Old
configuration file have been renamed due to dehardcoding.
Closes: #4 #18
Conflicts: pull #13
Kudos: @Zekromaster for the dehardcoding
2022-07-30 17:25:49 +02:00
f-dinucci 5388b7681b feat: introduces single page layout
Single pages can now be created, updates CSS as dependancy.
Changes example site to show an example page.
2022-07-30 17:25:49 +02:00
f-dinucci 30ecf2a834 fix[footer]: allow defining markup language
Custom footer is currently rendered through .RenderString, that defaults
to page's markup language, but page and footer could be written in two
different languages (eg. footer in Markdown and page in Asciidoc). In
this case the footer wouldn't be rendered correctly unless the markup
language used is specified. Now it is possible.
2022-07-30 17:25:49 +02:00
f-dinucci 994772696a feat[footer]: allow footer customization
A part of the footer (copyright/author/date) is hardcoded, while the
other part is loaded from a TOML (included in example site) and rendered
through .RenderString

Closes: #8
2022-07-30 17:25:49 +02:00
gangjun06 c7e664c705 update reacdme, exampleSite 2020-08-15 10:24:57 +00:00
gangjun06 d42a7bded5 move exmple, update baseURL 2020-08-13 12:39:50 +00:00
gangjun06 1c5cb37ef1 . 2020-08-13 12:26:05 +00:00
gangjun06 08882d82a5 update readme.md 2020-08-13 11:38:17 +00:00