-
Hugo is a general-purpose website framework for generating static web pages.Pricing:
- Open Source
My blog is a static site hosted in AWS Amplify. There's no dynamic content on it at all. I push Markdown files to the main branch of my site repo in GitHub and Amplify builds it with Hugo. Hugo renders the Markdown as HTML and drops it in an S3 bucket behind a CloudFront distribution.
#Static Site Generators #Blogging #Blogging Platform 392 social mentions
-
Official clients for the GitHub API. octokit has 45 repositories available. Follow their code on GitHub.
The code above shows how I use GitHub's SDK, octokit, to list commits in my repository in the past few minutes. Full source code here.
#Git #Development #Code Collaboration 9 social mentions