AWS Hosted Pelican Site 2

Posted on Fri 30 June 2023 in AWS host Pelican • Tagged with Python, S3, CodeCommit, CloudWatch, CodeBuild, CodePipeline, Pelican

In part 1 we set up and deployed a static website generated with Pelican, a general-purpose framework that enables rapid generation of static websites. Content is written in markdown (.md), and Pelican generates the corresponding HTML, JSON, and CSS files. Now that we have this Pelican site set up and …


Continue reading

AWS Hosted Pelican Site 1

Posted on Mon 26 June 2023 in AWS host Pelican • Tagged with Python, S3, CloudFront, Route 53, AWS Certificate Manager, Pelican

There's plenty of tutorials describing how to set up a dev blog using Pelican, a static site generator, so we're not going to waste time re-creating the wheel here, but I will share the process I followed to set up this pelican site in AWS. In this section, we're going …


Continue reading