Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.2] - 2020-05-17

Added

  • pagyi.css ol styles.

Changed

  • pagyi.css text-align on lists to left.

[1.0.1] - 2020-04-26

Added

  • pagyi.css ul styles and margin to headlines after paragraphs.

[1.0.0] - 2020-04-24

Added

  • Builder builds and renders the web page.
  • Initializer sets and holds some configuration parameters.
  • Section represents the section's properties.
  • Color represents the color property.
  • Id represents the ID property.
  • Image represents the image property.
  • Link represents the link property.
  • Text represents the text property.
  • Type represents the type property.
  • page.tpl defines the container element all sections lay in.
  • section.tpl defines the section's buildup.
  • pagyi.css defines the layout and design.