Closed sebasvisser closed 5 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!
Once you have,
The missing part that needs to be done is,
01.home
directory to home
under user/pages/
default.md
in that directory and add following,
<div class="about">
<h1>Your Name</h1>
<h2>Your sub heading</h2>
</div>
blog
, simply create a 02.blog
directory under user/pages/
(with some content in it)On my system, I had to change the home.md into the home folder.
Added some instructions on setting up the theme - refer https://github.com/ParitoshBh/grav-coder/tree/dev-fixes
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.