Personal Website Tips
Published:
This is a blog recording some key notes to establish the academic personal websites.
Key Files Modification
_config.yml
Change the main stuff like name, description, bio, and some other social media.

_data/navigation.yml
Add or remove the navigation titles depending on the needs.
_pages/about.md
Update the individual’s main introduction page, add some more biography to the main website.
_sass
The file-folder storing the layout of the website pages, e.g., _sass/sidebar.scss specifies the sidebar layout configuration including horizational layout and padding spaces.