amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
779 stars 683 forks source link

_pages doesn't seem to work properly #15

Closed tholzschuh closed 4 years ago

tholzschuh commented 4 years ago

This probably is my fault, however: I can't seem to get my github page recognize changes to the "_pages" folder the way it should (or better: the way, I think it should).

I was able to edit the "About" page, but I couldn't add another page containing my CV nor could I delete the "Gettings started" link in the menu.

Shouldn't github recognize that I deleted the "getting-started" page, recompile the site and remove its entry from the menu? And analogously: Shouldn't it add a menu point "CV" when I create a new page in that folder? Any help would be appreciated :-)

amitmerchant1990 commented 4 years ago

@tholzschuh I haven't automated the menu items based on the items in the _pages folder. You'll need to add(or remove menu items) it here by yourself: https://github.com/tholzschuh/tholzschuh.github.io/blob/master/_layouts/default.html#L29

By the way, I can see your CV page working perfectly fine: https://tholzschuh.github.io/cv/

tholzschuh commented 4 years ago

Oh of course, my fault.. Thanks a lot!

tholzschuh commented 4 years ago

Ah sorry, another question: I'd like to use the "blog" feature on a separate site that you can reach through the menu above and to display essentially the 'about me' stuff when entering the homepage. I can of course create the blog site and also move the about-stuff to index.html. However, when I copied the original index.html content to an external blog-page, it won't display the blog posts.

How could I do that? Thanks in advance!