ParitoshBh / grav-coder

https://paritoshbh.me
MIT License
28 stars 8 forks source link

How to create the home page #4

Closed sebasvisser closed 5 years ago

sebasvisser commented 6 years ago

How can I recreate your home page? What template should I use, and what content does it have on your demo?

Thanks for your help.

ParitoshBh commented 6 years ago

Sorry for the late response, I didn't have access to computer for the past 4 days. There's isn't any documentation for setting up the demo (nor any dummy content) as of now. I will look into adding the same!

ParitoshBh commented 6 years ago

Once you have,

The missing part that needs to be done is,

  1. Rename the 01.home directory to home under user/pages/
  2. Delete contents of default.md in that directory and add following,
    <div class="about">
     <h1>Your Name</h1>
     <h2>Your sub heading</h2>
    </div>
  3. For the menu item blog, simply create a 02.blog directory under user/pages/ (with some content in it)
  4. For further customization (social media icons at bottom, title bar, etc) please refer to Customizations section.
Krisselack commented 6 years ago

On my system, I had to change the home.md into the home folder.

ParitoshBh commented 5 years ago

Added some instructions on setting up the theme - refer https://github.com/ParitoshBh/grav-coder/tree/dev-fixes