summaryrefslogtreecommitdiff
path: root/src/pyssg/plt
AgeCommit message (Collapse)Author
2022-12-27remove unnecessary variables for page objectv0.8.2David Luevano Alvarado
removed some of the unnecessary variables for dates on the page object, as well as from the mandatory config
2022-12-07refactor code, fix config checker and new files for pyssg.xyzDavid Luevano Alvarado
2022-12-05add extra configuration for more control, add pyssg.xyz exampleDavid Luevano Alvarado
this is the first step towards creating a way to handle multiple subdomains/configs in a single run for a more cohesive site generation
2022-12-04migrate from INI to YAML, breaks compatibilityDavid Luevano Alvarado
config file and template files need to be converted to the new format to use with YAML config
2022-12-04change syntax for accessing config variableDavid Luevano Alvarado
2022-04-17refactor config handler and morev0.6.0David Luevano Alvarado
Refactored the configuration handling to use configparser; also the argument parser; generally added more 'logging'; updated template resources; and more minor things
2022-04-16add default configuration to resourcesDavid Luevano Alvarado
2021-06-05refactor code and add image_url parsingv0.5.3David Luevano Alvarado
2021-06-04fix minor bug on rss templatev0.5.2David Luevano Alvarado
2021-06-04add ability to copy basic template filesv0.5.0David Luevano Alvarado
2021-06-04move plt dir to be included in dataDavid Luevano Alvarado