Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 476 Bytes

structure.md

File metadata and controls

19 lines (13 loc) · 476 Bytes

This file records which file that I need to modify to create my own personal website using the template.

Homepage

Sidebar across all pages

"_config.yml": this file contains the syle of the whole page, and it also contains all information on the sidebar.

Navigation bar

"_data/navigation.yml"

Homepage main content

"_pages/about.md":

Run it locally


bundle exec jekyll serve -l -H localhost
localhost:4000