@@ -3,14 +3,50 @@ import {Fragment} from "react";
3
3
export const HomePage = ( ) => {
4
4
return ( < Fragment >
5
5
< p className = "usa-intro" >
6
- The page heading communicates the main focus of the page. Make
7
- your page heading descriptive and keep it succinct.
8
- </ p >
9
- < h2 id = "section-heading-h2" > Section heading (h2)</ h2 >
6
+ This site is static only and < strong > all data</ strong > is saved into your local browser.
7
+ </ p >
8
+ < p >
9
+ Build website posts with fewer mistakes. The intuitive rich text editor lets you see exactly
10
+ how your page will look as you create it. Save your work anytime by downloading a zip file
11
+ containing your edits and all associated images.
12
+ </ p >
10
13
11
- < p >
14
+ < p > ➤ < strong > Click < i > Blog Edit</ i > in the top nav to begin.</ strong > </ p >
15
+ < h2 id = "section-heading-2" > Basic features</ h2 >
12
16
13
- </ p >
17
+ < img src = { "./img/tutorial-1.png" } alt = { "screenshot of rich editor toolbar" } className = { "zoom-066" } />
18
+ < p >
19
+ Besides the typical rich text editor buttons, there are some specialized buttons that are
20
+ the most handy.
21
+ </ p >
22
+ < ul >
23
+ < li > Crabby will display the page meta information (aka "Frontmatter yaml header" in technobabel) as guided form,
24
+ to help
25
+ you avoid common mistakes.
26
+ </ li >
27
+ < li > Inserting images will display them in the page and save them when you Download the results.
28
+ For best results, correctly size images outside before uploading and use .jpg for faster rendering.
29
+ </ li >
30
+ < li > The buttons on the right toggle between Markdown and Rich Text views.</ li >
31
+ </ ul >
32
+
33
+ < p >
34
+ Once you are satisfied with your edits, download the markdown and all related images.
35
+ They are saved locally as a zip file. The file and folder names are all correctly reflected in the markdown.
36
+
37
+ </ p >
38
+
39
+ < p >
40
+ All you have to do is move (aka drag and drop) the files/folders into thee correct location in the Finder.
41
+ The edits will show up in Github Desktop ready to be git committed into a branch.< br /> < br />
42
+ [Graphic/video showing drag-and-drop in Finder then Github Desktop Commit]
43
+ </ p >
44
+ < h2 id = "section-heading-3" > Tips and tricks</ h2 >
45
+ < ul >
46
+ < li > Paste in rich text directly into the editor and let it reformat it as markdown. It can include images.</ li >
47
+ < li > Open an existing post’s markdown file.</ li >
48
+ < li > Paste in existing MD into the Markdown editor view including the yaml header.</ li >
49
+ </ ul >
14
50
15
51
</ Fragment >
16
52
) ;
0 commit comments