Anjanesh Lekshminarayanananjanesh.reviews·Sep 14, 2024Which documentation site generator tool should you choose from ?I've been trying out some documentation site generator tools out there and I tried 3 of them to test. These were not randomly chosen but picked 3 from a lot after reading about many of the ones there are online. This is for a product documentation at...46 readspapyrus
Rajdeep SinghforfreeCodeCampfreecodecamp.org·Nov 18, 2022Lume SSG Handbook – How to Create a Static Blog with LumeLume is a new static site generator based on Deno. Deno is a JavaScript-based run-time environment that supports TypeScript. Lume is not built around any specific language. It supports Markdown, Nunjucks, TypeScript, and JavaScript by default. Lume ...Deno
freeCodeCampforfreeCodeCampfreecodecamp.org·Sep 6, 2022Learn the Eleventy Static Site Generator by Building and Deploying a Portfolio WebsiteBy Gerard Hynes What is Eleventy? Eleventy (also called 11ty) is a simple yet powerful static site generator. It uses JavaScript to transform data and templates into HTML pages. It’s beginner-friendly, has fast build times, and generates fast sites b...eleventy
Lane WagnerforfreeCodeCampfreecodecamp.org·Aug 30, 2022From WordPress to Hugo – How I Migrated a 250+ Page Site and the Scripts I UsedI recently decided to switch Boot.dev's blog from WordPress to a static site generator. I decided on Hugo, partly because I’m a huge fan of the Go programming language, but also because it just seemed like the best option from a dev-experience perspe...Hugo
Spruce EmmanuelforfreeCodeCampfreecodecamp.org·Feb 8, 2021How to Create a Theme-able Static WebsiteA while ago I wanted to create a dark theme for my personal site. So I did some clicking around to find out the most suitable and clean way to do this. I read Max Bock's article on creating a custom theme, where he explained the process quite clearly...JavaScript
freeCodeCampforfreeCodeCampfreecodecamp.org·Jan 29, 2021How to Build a Blog Using a Static Site Generator and a CDNBy Aaron Katz I wanted to set up a fun project for myself to learn some new technologies. And this time I decided I wanted to learn a bit about Static Site Generators (SSGs). My goal was to build a blog using an SSG and have it deploy any time the co...Blogging
Colby FayockforfreeCodeCampfreecodecamp.org·Nov 18, 2020What is Static Site Generation? How Next.js Uses SSG for Dynamic Web AppsStatic websites are as old as the web itself. But the rise of JavaScript has opened the door to make those static sites more dynamic. While that can include building an HTML file by hand, how can we leverage static generation to build apps with mode...JavaScript
Victoria DrakeforfreeCodeCampfreecodecamp.org·Apr 27, 2020Hugo vs Jekyll: an Epic Battle of Static Site Generator ThemesIn this article, we'll compare the nuances of creating themes for the top two static site generators. I recently took on the task of creating a documentation site theme for two projects. Both projects needed the same basic features, but one uses Jeky...Hugo
freeCodeCampforfreeCodeCampfreecodecamp.org·Mar 28, 2020How to Publish a no-code website in 10 minutesBy Michael Yuan In this article, I'll introduce a no-code, no-software and no-cost solution to publishing sophisticated web sites managed by non-technical people. The full codebase is on GitHub here. Sir Issac Newton discovered the law of gravity whe...GitHub
Colby FayockforfreeCodeCampfreecodecamp.org·Mar 11, 2020How to host and deploy a static website or JAMstack app to AWS S3 and CloudFrontS3 and CloudFront are AWS cloud services that make serving static assets powerful and cheap. How can we host a simple static website or JAMstack app on it? A little about AWS What are the benefits of serving from S3 and CloudFront? Before we start, ...AWS