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
Top comments (2)
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.done