summaryrefslogtreecommitdiff
path: root/src/pyssg/configuration.py
AgeCommit message (Collapse)Author
2022-12-14add more files, fixed bugs related to multiple documents in yaml configv0.8.1David Luevano Alvarado
2022-12-12refactor code and update readmev0.8.0David Luevano Alvarado
2022-12-08refactor code, small bug fixing and changesDavid Luevano Alvarado
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-11-27refactor code and fix type checksDavid Luevano Alvarado
still need to refactor more code before migrating to yaml config file
2022-04-23add proper var expansion from config filev0.7.1David Luevano Alvarado
2022-04-20minor refactoringDavid Luevano Alvarado
2022-04-17add initial logging capabilitiesDavid Luevano Alvarado
still need to add logging to rest of the program: builder, database, discovery, page, parser and rest of the pyssg (build part)
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
2021-09-26kek xd rofl lmao forgot to save a file:), now actually a quick fixDavid Luevano Alvarado
2021-09-26quick fix on random uppercased lettersDavid Luevano Alvarado
2021-06-05refactor code and add image_url parsingv0.5.3David Luevano Alvarado
2021-06-04refactor and add support for jinijaDavid Luevano Alvarado
2021-05-23add rss supportDavid Luevano Alvarado
2021-05-18lol wrong src and dst variables readv0.2.4David Luevano Alvarado
2021-05-18fix error on parsing config fileDavid Luevano Alvarado
2021-05-18finally fix argparse error, questionmarkDavid Luevano Alvarado
2021-05-18fix missing importDavid Luevano Alvarado
2021-05-18add more configuration options and refactor its parsingv0.2.3David Luevano Alvarado