Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
static sites

25 Articles
Direct link to the article Using GitHub Template Repos to Jump-Start Static Site Projects
github github templates static sites

Using GitHub Template Repos to Jump-Start Static Site Projects

If you’re getting started with static site generators, did you know you can use GitHub template repositories to quickly start new projects and reduce your setup time?…

Tyler Williams on Oct 4, 2019
Direct link to the article A Comparison of Static Form Providers
forms static sites

A Comparison of Static Form Providers

Let’s attempt to coin a term here: “Static Form Provider.” You bring your HTML <form></form>, but don’t worry about the back-end processing that makes it work. There are a lot of these services out there!

Static Form Providers do …

Silvestar Bistrović on Jan 8, 2020
Direct link to the article Fast Static Sites with Netlify and AnyMod
netlify static sites

Fast Static Sites with Netlify and AnyMod

In about 10 minutes, we’ll set up a workflow that makes static sites dead simple.…

❥ Sponsored
Direct link to the article A Beginner’s Journey to Launching a Website
domains gatsby hosting netlify static sites

A Beginner’s Journey to Launching a Website

In September 2018, I was just a few months into my journey of learning web development. As I’m sure is the case with many new developers, it was a big task for me to learn not only the basic skills …

Josh on Aug 2, 2019
Direct link to the article Components, yo.
components javascript framework static sites vuepress

Components, yo.

I see VuePress just went 1.0. Explained simply, it’s a static site generator based on Vue. But of course, you work in Vue, which means you work in components.

All the modern JavaScript frameworks are component-based. Even …

Chris Coyier on Jun 14, 2019
Direct link to the article The Power of Serverless v2.0! (Now an Open-Source Gatsby Site Hosted on Netlify)
jamstack netlify serverless static sites

The Power of Serverless v2.0! (Now an Open-Source Gatsby Site Hosted on Netlify)

I created a website called The Power of Serverless for Front-End Developers over at thepowerofserverless.info a little while back while I was learning about that whole idea. I know a little more now but still have an endless amount to …

Chris Coyier on May 23, 2019
Direct link to the article Netlify Functions for Sending Emails
api Email jamstack netlify static sites

Netlify Functions for Sending Emails

Let’s say you’re rocking a JAMstack-style site (no server-side languages in use), but you want to do something rather dynamic like send an email. Not a problem! That’s the whole point of JAMstack. It’s not just static hosting. …

❥ Sponsored
Direct link to the article A Site for Front-End Development Conferences (Built with 11ty on Netlify)
conference netlify static sites

A Site for Front-End Development Conferences (Built with 11ty on Netlify)

I built a new little site! It’s a site for listing upcoming conferences in the world of front-end web design and development. In years past (like 2017), Sarah Drasner took up this daunting job. We used a form for …

Chris Coyier on Feb 13, 2019
Direct link to the article Two Ways to Build a Site That Seem Super Different But Weirdly Aren’t That Different
build tool spa static sites

Two Ways to Build a Site That Seem Super Different But Weirdly Aren’t That Different

Here are two ways to build a site (abstractly) that feel diametrically opposed to me:

  1. Build a site as an SPA (Single Page App). The page loads a skeleton HTML page that executes JavaScript as quickly as it can. The
…
Chris Coyier on Dec 14, 2018
  • Newer
  • 1
  • 2
  • 3
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top