Darling - How to Remove Blog Posts From the Home Page

Navigate to Appearance > Editor.

Select the front-page.php file. 

Look for this line of code:

//* Remove Genesis Loop (remove // on next line to remove posts from bottom of home page)
//remove_action( 'genesis_loop', 'genesis_do_loop' );
view raw gistfile1.txt hosted with ❤ by GitHub

You'll remove the // symbols on that second line and this will remove your posts on the home page.