Getting started
TBD
1. Purchase & Install Pages
Click "Create" and select "Blank Page" to create your first page.
New pages are created as children of the page you are currently viewing.
2. Create a Git Repository
Sign up for a GitHub.com account OR supply your own git repo
Configure CloudPages using the Tools → Module Options menu.
What you need:
Cloud Pages License & Plugin
GitHub or Git Repo
Text Editor
Good Vibes
3. Hello World
Open the Repository Folder
Create a "HelloWorld.html" file
Copy this text into the file
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="fb_path" content="Training:Basics"> <meta name="fb_modules" content=""> <meta name="fb_title" content="00 Hello World"> <title>Hello World</title> </head> <body> <h1>Hello World</h1> </body> </html>
Refresh in the CloudPages Module
Open your Page
Edit your Page
Add your name to the Hello World text
Refresh the Page
Done!
Related pages
, multiple selections available, Use left or right arrow keys to navigate selected items