Found 8 bookmarks
Custom sorting
Building a Simple Static Site Generator in Python
Building a Simple Static Site Generator in Python
In this video I use Python, Jinja2 and Markdown2 to build a simple static site generator for my website. Need one-on-one help with your project? I can help through my coaching program. Learn more here: https://prettyprinted.com/coaching Get the code here: https://prettyprinted.com/l/WPP Web Development Courses: https://prettyprinted.com Subscribe: http://www.youtube.com/channel/UC-QDfvrRIDB6F0bIO4I4HkQ?sub_confirmation= Twitter: https://twitter.com/pretty_printed Github: https://github.com/prettyprinted
·youtube.com·
Building a Simple Static Site Generator in Python
How to Deploy Eleventy to GitHub Pages With GitHub Actions
How to Deploy Eleventy to GitHub Pages With GitHub Actions
I recently discovered Eleventy, a modern static site generator that’s customizable and flexible, but without fuss. Eleventy uses JavaScript, but it’s not a JavaScript framework. It uses Node.js under the hood to transform templates into static (HTML, CSS) content. But those pages don’t contain any JavaScript. Eleventy was created to be a JavaScript alternative to Jekyll. It’s zero-config by default but has flexible configuration options. Eleventy works with your project’s existing directory structure.
·rockyourcode.com·
How to Deploy Eleventy to GitHub Pages With GitHub Actions