DEV Community

anatlavitzkovitz
anatlavitzkovitz

Posted on • Edited on

2

osdc-2023-assignment2

My first assignment in osdc 2 was to follow all my course friends who already have a dev.to account:
@shulyavraham
@adieg
@yoadk
@silent_mobius
@dshisher
@anatlavitzkovitz
@avivyunker

Next, I created GitHub page. How?
in My GitHub I created a new repository with my name, in general: github_username.github.io.
Within this rep I create a docs folder and in the docs folder create a file called index.md. containing the context of my website and even with a painting of me done by my talented mom.
I added links to my GitHub and GitLab repositories, to my blog at dev.to and to the course.

I added my CV in Markdown to docs/cv.md: cv

In the setting of my webpage, I changed pages to deploy main branch from docs/. how? like this:
Go to Settings->Pages->Deploy from a branch->main ->Select /Docs->Save.

To add a colored background I added a file to docs/ called _config.yml, containing the following markdown colored theme:
theme: jekyll-theme-cayman.

Finally, I pushed this post in to my json in OSDC:
pull request

Time investment:
2.5 hours

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (2)

Collapse
 
szabgab profile image
Gabor Szabo • Edited

I visited your github page, but I did not see any content. just a title. I think you need to go to the setup section of GitHub and tell the Pages to serve the files from the docs/ folder.

Collapse
 
anatlavitzkovitz profile image
anatlavitzkovitz

done

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay