2. Project management¶
Create a personal Website¶
Documentation¶
To create my own website, I use the software Markdown - tutorial https://www.markdowntutorial.com/ you can learn how to use Markdown in this website. After I mastered Markdown, I download Brackets, it is an open source software. http://brackets.io/
After creating my website in Bracket, I needed an other software to push my website in the cloud of Fab academy wich is the software Git.
I do some modification in the code
Exemple how i change the image
When I open Git, As a first step to do,I configurate those setting: _User name: git config –global user.name “your name”
_Email: git config –global user.email “your email”
Generate the ssh key by using the command: ssh-keygen -t rsa -C “your_email”
Copy the ssh key shown by the command: cat ~/.ssh/id_rsa.pub
Paste the ssh key to gitlab website.
To send the file to your repository basically, three commands are written in this sequential manner I did it, which are :
1_git add -all
2_git commit -m “new version”
3_git push Finally, here is my website :