Skip to content
Vaibhav Vikas edited this page Aug 19, 2022 · 2 revisions

Welcome to the jekyll-theme-minimalistic wiki!

Steps on how you can use this theme to create your own GitHub profile page.

  1. Create a repository name yourusername.github.io or any other repository name on your profile and initialize it with a README.md file while creating the repo. If you already have a repo, you can directly go to step 3.

  2. Clone the repo to your local system, or you can also use codespaces.

  3. Create a new file named _config.yml with the following data inside it:

    remote_theme: vaibhavvikas/jekyll-theme-minimalistic

    Note: You can also add different attributes along with the the above attribute which correspond to different fuctionalities as mentioned in the README.md file. For reference, you can see my github page [vaibhavvikas] (https://github.com/vaibhavvikas/vaibhavvikas.github.io)

  4. Now, you can create multiple markdown files in the repository which will serve as the web pages.

  5. Commit and push the changes.

  6. Now you can go to repositiory settings -> pages -> and set the branch as the branch name that you used to create the files.

  7. Go to actions to see the build status for your page and once it completes, you page will be published to the link mentioned there.

Clone this wiki locally