Individual project
 Photo by rawpixel on Unsplash
    Photo by rawpixel on Unsplash
  The purpose of the work
Add information about yourself on the site (biography, avatar, interests, education and two posts).
Progress of work
- Changed the photo of the site owner to their own. (Fig. [-@fig:001])

- 
- Changed the short description of the site owner (Biography).
- Added information about Interests.
- Changed the information from Education. (Fig. [-@fig:002])
 
We opened the work/blog/content/authors/admin/_index.md folder in the home directory and made changes, saved them.

- Wrote 2 posts:
- for the past week
- on the topic of git version control (Fig .[-@fig:003] - Fig.[-@fig:007])
In the work/blog/content/post folder, we created two folders: Last_week for a post on the past week and Versioning for a post on the topic “Version Control. Git”. We copy the md file from the getting-started folder and paste this file into our two created folders. Then we edit this file in the same folder in accordance with the topic of the post.





- After the changes have been made and saved, we launch hugo in the blog directory, go to the public folder and type in the following commands: (Fig.[-@fig:008]).
- git add .
- git commit -am “our comment”
- git push origin main

- Check the site update. (Fig .[-@fig:009] - Fig.[-@fig:0010]).


Conclusion:
Thus, I added information about myself on the site (biography, avatar, interests, education and two posts).

 
    