1. Project management¶
This week was mainly to lean how to customize and manage my website, changing text, images etc.
What is Git¶
“Git is a software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.”
My first interaction with the page¶
In the beginning, I used the git lab site directly to edit my website.
using the gitlab site itself to apply changes to my website is very possible, however…
it was quite the inconvenience. :)
GitBash and Atom¶
Using gitlab site to edit my website is somewhat tedious, so we interduce these two softwares.
GitBash¶
is something like the command prompt, Its used to run commands relating to gitlab, I used it to clone my website to my device.
First by going to Gitlab site and copying my sites HTTP link.
Then with GitBash using the command git clone “the sites HTTP link”.
success!!! the site is one my device.
Atom¶
is a software that allows me to change the site on my computer the upload it to the git lab servers.
first I edited my about page on Atom and saved the changes.
then stage the changes and comment.
and finally to upload it on git lab just use the push button.
Mkdocs¶
MkDocs is a fast, simple and downright gorgeous static site generator that’s geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file
In the end I changed my website header color by editing my website mkdocs file.
"adding primary color"