DEV Community

ranms25
ranms25

Posted on • Updated on

OSDC-2023-assignment3

Today in class at the course OSDC

we download and install the git client from git-scm. We set up local git configure, clone, add, commit, etc. In Windows, we start the git-bash application, Create a Github page locally, and on Github create the USERNAME.github.io repository.

Second assignment

Our assignment was to create a website using GitHub pages, with a cv, projects, and more Informative information. Adding a link to our course site, and a link to my blog.
I am very happy with the result look here

During the task, these are some of the steps I took:

  • Within GitHub create a new repository the name must be: github_username.github.io.
  • Install Git CLI from git-scm
  • Clone the repository locally via ssh. In the git-bash application, I wrote: ssh-keygen.exe and search in .ssh/ for the public key. Copy it to my profile: setting-> SSH and GPG keys-> new SSH key. Give it a title, paste the key, and press 'Add SSH key'.
  • Create a new file named index.md with vim add, commit, and push to my new repo.
  • Create a new file named _config.yml, I used this guide-to configure my web pages theme. supported themes for GitHub pages
  • Adding CV and writing more information about myself, GitHub automatically generates HTML from my markdown files using Jekyll

From lesson to lesson, I am learning a lot and hope to continue :)

Top comments (0)