Remove tags netlify
article thumbnail

A/B Testing Instant.Page With Netlify and Speedcurve

Tim Kadlec

It turns out, between Netlify and SpeedCurve , this didn’t require much work. Netlify supports branch-bases split testing , so first up was implementing instant.page on a separate branch. Once again, Netlify has a nice answer for that. I went with 50% each because I’m boring.

Testing 128
article thumbnail

Switching to Hugo and Netlify

Tim Kadlec

For example, my saved links have the following data fields: - externalURL - date - title - tags. Date }}" title: "{{ replace.TranslationBaseName "-" " " | title }}" externalURL: tags: Now if I want to create a new saved link, I can run hugo new saved/my-new-link.md. Taking Netlify for a spin.

Lambda 45
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

The Future Of Frontend Build Tools

Smashing Magazine

One is with a script tag referencing a JavaScript file, and the other is to write your JavaScript directly in the HTML inside script tags. <script Breaking Down Bulky Builds With Netlify And Next.js ,” Átila Fassina. There are two major ways to load JavaScript in the browser. Further Reading on Smashing Magazine. “

Code 109
article thumbnail

Building A Web App With Headless CMS And React

Smashing Magazine

Netlify CMS. A free and open-source, git-based CMS created by Netlify. Note : All of the examples mentioned above have free and paid versions, except Directus and Netlify CMS which are free. Inside our nav element, we included an anchor tag with a link to just forward-slash(Homepage) and a class of navbar-brand.

article thumbnail

A Guide To Image Optimization On Jamstack Sites

Smashing Magazine

percent of pages contain at least one <img> tag, and 99.9 According to the analysis carried out in the performance section of Web Almanac , the img tag represents 42% of the LCP elements of websites, while 71-79% of the pages have an image as an LCP element, because they can also be applied as background using CSS.

Media 105
article thumbnail

How To Implement Search Functionality In Your Nuxt App Using Algolia InstantSearch

Smashing Magazine

content/articles/first-blog-post.md --> title: My first blog post description: This is my first blog post on algolia nuxt tags: [first, lorem ipsum, Iusto]. ## Lorem ipsum Lorem ipsum dolor sit amet consectetur, adipisicing elit. Here is the file for our first article in markdown format. Enter the following code: <!-- Large preview ).

Media 122
article thumbnail

Improving The Performance Of An Online Store (Case Study)

Smashing Magazine

These were stored as one big svg tag in the HTML head of the page, with a symbol for each of the icons that was then used as a linked svg in the HTML’s body. From Semantic CSS To Tailwind: Refactoring The Netlify UI Codebase ,” Charlie Gerard and Leslie Cohn-Wein, Netlify. “ Icon Loading. Further Resources.