Modify Site
Purposes
Now you've got a Bootstrap theme, and a Text Editor. How about try making it into your personal website?
Steps
- Launch
Sublime Text
- Open the theme folder, by either:
- Drag the folder into Sublime window
- Use File -> Open... to choose the folder
- Then you will see the folder structure appearing on the left side of Sublime
- Select the
index.html
file, try to modify the content
- Go back to the folder window, preview the file by double-click
index.html
. It will open in the browser.
- (Optional) Change the images
- Put some images into theme folder
- Change the link inside
index.html
- Preview in browser to see the change
Goals
- Notice the changes of title, header and content of the page
- Notice the changes of images
Resources