README
Last updated
Was this helpful?
Last updated
Was this helpful?
Google's primary tag for Google Measurement/Conversion Tracking, Adwords and DoubleClick.
Google Analytics offers a host of compelling features and benefits for everyone from senior executives and advertising and marketing professionals to site owners and content developers.
Google Analytics 4 formerly known as App + Web is a new version of Google Analytics that was released in October 2020.
Widgets
The page contains content from image sharing website imgur.
The Google Font API helps you add web fonts to any web page.
Tag management that lets you add and update website tags without changes to underlying website code.
Icons, photos and illustrations.
This website contains the phrase 'lorem ipsum' which means it may have placeholder text.
Widgets that allow visitors to save and promote the site.
tawk.to is a free live chat app that lets you monitor and chat with visitors.
Frameworks
Modern website and web apps generator for React.
Mobile
This page uses the viewport meta tag which means the content may be optimized for mobile content.
The website contains code that allows the page to support IPhone / Mobile Content.
This page contains an icon for iPhone, iPad and iTouch devices.
Content Delivery Network
The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries.
A free CDN where Javascript developers can host their files. Encompasses MaxCDN, and BootstrapCDN.
Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.
Content Management System
Netlify is a platform that automates your code to create web sites.
JavaScript Libraries and Functions
Google Hosted Libraries is a globally available content distribution network for the most popular, open-source JavaScript libraries.
jQuery hoted at Google.
Advertising
A contextual advertising solution for delivering Google AdWords ads that are relevant to site content pages.
Fully asynchronous version of the AdSense ad code.
Document Encoding
UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is the preferred encoding for web pages.
Document Standards
The DOCTYPE is a required preamble for HTML5 websites.
Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML
The Open Graph protocol enables any web page to become a rich object in a social graph, a open protocol supported by Facebook
Twitter cards make it possible for you to attach media experiences to Tweets that link to your content.
JavaScript is a scripting language most often used for client-side web development.
The page shows content with an iframe; an embedded frame that loads another webpage.
The @font-face rule allows for linking to fonts that are automatically activated when needed.
Allows a website to define how a page is rendered in Internet Explorer 8, allowing a website to decide to use IE7 style rendering over IE8 rendering.
Meta tag containing keywords related to the page.
The description attribute provides a concise explanation of the page content.
This page contains tags that are specific to an HTML 5 implementation.
A way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.
The HTTP Strict-Transport-Security (HSTS) header instructs the browser to only use https.
Forces browsers to only communicate with the site using HTTPS.
This website includes instructions for HSTS loading that would allow it to be submitted to the HSTS preload list.
Web Master Registration
Webmaster tools provide you with a free and easy way to make your site more Google-friendly.
Content Delivery Network
This page contains links that give the impression that some of the site contents are stored on a content delivery network.
Try it out without cloning the entire repo
Create a Gatsby site.
Use the Gatsby CLI to create a new site, specifying the default starter.
Start developing.
Navigate into your new site's directory and start it up.
Open the source code and start editing!
Your site is now running at http://localhost:8000
!
Open the my-default-starter
directory in your code editor of choice and edit src/pages/index.js
. Save your changes and the browser will update in real time!
A quick look at the top-level files and directories you'll see in a Gatsby project.
/node_modules
: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.
/src
: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. src
is a convention for "source code".
.gitignore
: This file tells git which files it should not track / not maintain a version history for.
LICENSE
: This Gatsby starter is licensed under the 0BSD license. This means that you can see this file as a placeholder and replace it with your own license.
package-lock.json
(See package.json
below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won't change this file directly).
package.json
: A manifest file for Node.js projects, which includes things like metadata (the project's name, author, etc). This manifest is how npm knows which packages to install for your project.
README.md
: A text file containing useful reference information about your project.
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- [
Note: You'll also see a second link:http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the .
.prettierrc
: This is a configuration file for . Prettier is a tool to help keep the formatting of your code consistent.
gatsby-browser.js
: This file is where Gatsby expects to find any usage of the (if any). These allow customization/extension of default Gatsby settings affecting the browser.
gatsby-config.js
: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you'd like to include, etc. (Check out the for more detail).
gatsby-node.js
: This file is where Gatsby expects to find any usage of the (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.
gatsby-ssr.js
: This file is where Gatsby expects to find any usage of the (if any). These allow customization of default Gatsby settings affecting server-side rendering.
Looking for more guidance? Full documentation for Gatsby lives . Here are some places to start:
For most developers, we recommend starting with our . It starts with zero assumptions about your level of ability and walks through every step of the process.
To dive straight into code samples, head . In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.