Book Image

Squarespace from Signup to Launch

By : Kelsey Gilbert Kreiling
Book Image

Squarespace from Signup to Launch

By: Kelsey Gilbert Kreiling

Overview of this book

You've heard about Squarespace; maybe you've even started a trial site, but you haven't gotten around to actually launching it yet. It looks simple enough and feels like it should be easy, so why is it such a challenge? Author and Squarespace expert Kelsey Gilbert-Kreiling is here to help. Squarespace from Signup to Launch a comprehensive guide to customizing the most design-focused and user-friendly website builder in the no-code world. More than a technical manual, the book will help you prepare to build a website, explain the foundational knowledge behind Squarespace 7.1 and Fluid Engine, and introduce you to a professional designer's mindset. Readers will learn how to build forms, use content blocks, optimize websites for mobile, build an online store, and become comfortable with Squarespace's built-in SEO, marketing, and analytics tools. Learn from Squarespace experts Christy Price, Will Myers, David Iskander, Kristine Neil, Kathryn Joachim, Beatriz Caraballo, Justin Mabee, Shelly Price and more, with professional insights and resources in each chapter. By the end of the book, you will have gained the confidence needed to build professional Squarespace websites with the developer's technical knowledge, project organization, and design intuition. You won’t just launch your site; you’ll be proud to share it with the world.
Table of Contents (25 chapters)
Free Chapter
2
Part 1: So, You Want to Build a Website on Squarespace
5
Part 2: Design and Build Your Site
13
Part 3: Give Your Site Superpowers
18
Part 4: Launch Your New Website

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “A minimum of 300px wide, saved as a .jpg, .gif, or .png.”

A block of code is set as follows:

@font-face {
    font-family: 'satoshi-regular';
    src: url(urlofuploadedfont.woff);
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

@font-face {
    font-family: 'satoshi-regular';
    src: url(urlofuploadedfont.woff);
}

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Review and manage relationships with your customers, mailing list subscribers, members, and donors on the Profiles panel.”

Tips or important notes

Appear like this.