-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add an "about me" page? #83
Comments
I also need the same feature. I must say, the theme is simple and elegant. Thanks for the theme :) |
ok, after spending some time, I did it myself, it's easy
PS: I have little knowledge on javascript and css, so please excuse my poor coding skill |
For step #2 you actually add the code to "header.html" located in "_includes" directory and not index.html. Full path would be "/_includes/header.html" |
Thanks for this fix. I too needed some sort of "About Me" page added to this theme. Quick question though: I added the code above and the "About Me" button shows up. It works, but there is one remaining (and annoying) issue. When clicking on the "About Me" button the animation is different than when I click on the "blog" button. The animation with the blog button is smooth and gradual, but the animation when clicking on the "About Me" button is abrupt and jerky (i.e., it jumps to the collapsed version of the display instead of slowly readjusting). Any ideas on the reason for this or how to fix it? |
Hey @MatthewThomasMiller I'm late to the party but was trying to figure this out for my own needs and I figured it could help you or someone else. It's a bit longer of a solution, so I can't just post the code in the comments. I did this for 3 pages on my site - Projects, Resume and Blog. Projects and Resume are treated as separate blogs (through category filtering) and blog filters out those 2 categories to retain the blog itself. (You could just have a static page using the same logic (sections of index)) It's not a particularly elegant solution as I am not a very good programmer but it works for me and hopefully it helps someone in a pinch. |
I followed the approach suggested by @TalkinWhip, and managed to add the new button with a consistent animation. I'm not a frontend developer, I'm sure it can be improved. edit: |
Hi,
Thanks for this gorgeous theme! I am using it, and was hoping to add another button on the side of the "blog" button, just so I can have a link to the "about me" page.
I managed to get the button, but how can I display a page content instead of blog posts on the panel when users click on "about"? I would like to do that while retaining the blog functionality. Is that possible?
Best,
Francis
The text was updated successfully, but these errors were encountered: