<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyssg, branch v0.6.1</title>
<subtitle>A Static Site Generator using markdown files.</subtitle>
<id>https://git.luevano.xyz/pyssg/atom?h=v0.6.1</id>
<link rel='self' href='https://git.luevano.xyz/pyssg/atom?h=v0.6.1'/>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/'/>
<updated>2022-04-19T04:39:11Z</updated>
<entry>
<title>add meaningful error messages when missing mandatory metadata</title>
<updated>2022-04-19T04:39:11Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-19T04:39:11Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=9bfb9dd2e8fa187a36c4ef98a491b9c2944bbd11'/>
<id>urn:sha1:9bfb9dd2e8fa187a36c4ef98a491b9c2944bbd11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add logging to builder, md_parser and page, and minor code refactor</title>
<updated>2022-04-19T04:27:42Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-19T04:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=e8ce49590ed5a73f72e45c8ae2e021ddcf3dbf12'/>
<id>urn:sha1:e8ce49590ed5a73f72e45c8ae2e021ddcf3dbf12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor debug fix for database</title>
<updated>2022-04-19T03:12:13Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-19T03:12:13Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=c888faca827733136edc1fa7ab310b702d43d7ab'/>
<id>urn:sha1:c888faca827733136edc1fa7ab310b702d43d7ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix db write bug missing newline, minor refactor</title>
<updated>2022-04-18T07:15:09Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-18T07:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=70215ecd6848c6139efa2d24b0f3facd84dca799'/>
<id>urn:sha1:70215ecd6848c6139efa2d24b0f3facd84dca799</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pyssg and database errors</title>
<updated>2022-04-18T07:06:14Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-18T07:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=4ece6fa800b0534efe768e7e8ec520dffb0d1b33'/>
<id>urn:sha1:4ece6fa800b0534efe768e7e8ec520dffb0d1b33</id>
<content type='text'>
fixed md extensions debug line, refactored and fixed read function for database for the case when there is no db file yet
</content>
</entry>
<entry>
<title>add logging to database, discovery and pyssg</title>
<updated>2022-04-18T06:48:35Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-18T06:48:35Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=0169725f9c3318e94b23e34b6e9fbe95e900f813'/>
<id>urn:sha1:0169725f9c3318e94b23e34b6e9fbe95e900f813</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add typing to formatter</title>
<updated>2022-04-18T05:36:56Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-18T05:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=435031213cc32c8b598d214d218270367532ad92'/>
<id>urn:sha1:435031213cc32c8b598d214d218270367532ad92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add debug flag, minor fix in readme</title>
<updated>2022-04-18T02:58:13Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-18T02:58:13Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=dba12a02cc33b45fc9cc1395ee89f317ccf8da96'/>
<id>urn:sha1:dba12a02cc33b45fc9cc1395ee89f317ccf8da96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add initial logging capabilities</title>
<updated>2022-04-18T01:39:38Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-18T01:39:38Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=6bec182703885761699f6d53bc9034933b03197e'/>
<id>urn:sha1:6bec182703885761699f6d53bc9034933b03197e</id>
<content type='text'>
still need to add logging to rest of the program: builder, database, discovery, page, parser and rest of the pyssg (build part)
</content>
</entry>
<entry>
<title>add build and upload command, modified readme</title>
<updated>2022-04-17T21:16:50Z</updated>
<author>
<name>David Luevano Alvarado</name>
<email>david@luevano.xyz</email>
</author>
<published>2022-04-17T21:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.luevano.xyz/pyssg/commit/?id=d2dfa337171fdad8ed48ce95e3b8f91e291423b7'/>
<id>urn:sha1:d2dfa337171fdad8ed48ce95e3b8f91e291423b7</id>
<content type='text'>
</content>
</entry>
</feed>
