Back to Home

Project Management

Build a personal site

Work Through a git tutorial
Back to Top
about image

a little more about Hussain

Calligrapher, Writer (Arabic articles) and Fablaber (Digital Fabrication)

Hussain Alhudhud, having a Bachelor Degree in Computer and Information Science from Purdue University, Indianapolis at IUPUI campus. He is currently an Operation Manager at FABLAB Dhahran. In addition, he trained to use machines in FABLAB Dhahran as Laser Cutter, CNC, and Vinyl Cutter, which is designs by using inkscape program in 2D Design.

Mr. Hussain is innovative, responsible trainer and Admin Officer / Facilitator, focused on finding alternatives in creative ways and capable of working in diverse environment.

Let's begin the journey that I have joined in the digital fabrication of Fab Academy. The first station is building a personal site that utilizes my background in the computer science degree. Build a site in Fab Academy needs few step:

  • Activate the SSH Key by following the tutorial
  • Use Fab Acadmy Templete or find a html free templete which I used "Template 2087 Kalay"
  • Editor for editing your web which I used dreamwaver
  • Create .gitlab-ci.yml
  • Downlaod Git Bash to pull and push the site
  • Git Command to pull and push the site
    • mkdir <your_name_folder>
    • cd <your_name_folder>
    • git init <Create_an_empty_Git_repository_or_reinitialize_an_existing_oner>
    • git clone <HTTP_from_GitLab>
    • git pull <Get_a_copy_of_your_website_from_fabcloud_to_your_local_host>
    • cd <dircter_from_your_name_folder>
    • copy your file inot <dircter_from_your_name_folder>
    • git add --all <Add_all_the_new_file_to_be_ready_to_push>
    • git commit -m "a message" <Add_commint_message_to_recored_your_step>
    • git push <push_your_update_to_fabcloud_on_gitlab>

 

I got only one issue to browse my website after I push it that nothing shows up. Then I figured out that I forgot to create .gitlab-ci.yml

 

About me editing

Using Dreamweaver for editing the html webpage

 

About me editing

Check the status for any update

 

About me editing

add all file before to push

 

About me editing

add the comments message to recored your step

 

About me editing

push the update to fabcloud of gitlab

Back to Top