Personal Website Tips

less than 1 minute read

Published:

This is a blog recording some key notes to establish the academic personal websites.

Key Files Modification

  1. _config.yml

    Change the main stuff like name, description, bio, and some other social media. Navigation caption changes in the _config.yml

  2. _data/navigation.yml

    Add or remove the navigation titles depending on the needs.

  3. _pages/about.md

    Update the individual’s main introduction page, add some more biography to the main website.

  4. _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.