Replies: 1 comment
-
🏠➡️📋 How to Replace Your Home Page with About Page ContentImportant This guide shows you how to display your About page content on the home page instead of the default home layout. Your original About page will remain unchanged! What This Does 🤔This modification will make your Jekyll site's home page show the same content as your About page, while keeping the About page itself intact. This is useful if you want visitors to see your personal/project information immediately when they land on your site. 📝 Step-by-Step InstructionsStep 1: Copy Your About Content 📋
Step 2: Modify the Home Layout 🏗️
Step 3: Update the Front Matter ⚙️Replace the front matter (the content between the ---
layout: default
refactor: true
--- 🎯 Expected ResultAfter completing these steps:
🔄 Alternative ApproachIf you want to keep your original home layout as backup, consider:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Generated from
chirpy-starter
Description
I want to be able to auto redirect the root URL to the
/about/
page instead of defaulting to the "Home" feed.Operations you have already tried
Tried modifying
index.html
and tried adding jekyll plugins to_config.yml
.Anything else?
What I tried ended up breaking the build, so I want to know if there is an easy way to redirect root, or if not that is okay.
Beta Was this translation helpful? Give feedback.
All reactions