<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rafael Mateus</title>
    <description>The latest articles on DEV Community by Rafael Mateus (@rafaelbmateus).</description>
    <link>https://dev.to/rafaelbmateus</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F904906%2F7bf17280-e66e-4ba6-9c50-a35526d15ae9.png</url>
      <title>DEV Community: Rafael Mateus</title>
      <link>https://dev.to/rafaelbmateus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafaelbmateus"/>
    <language>en</language>
    <item>
      <title>Craft Your GitHub Profile Page in 60 Seconds with Zero Code, Absolutely Free</title>
      <dc:creator>Rafael Mateus</dc:creator>
      <pubDate>Tue, 12 Mar 2024 00:38:04 +0000</pubDate>
      <link>https://dev.to/rafaelbmateus/craft-your-github-profile-page-in-60-seconds-with-zero-code-absolutely-free-4b2n</link>
      <guid>https://dev.to/rafaelbmateus/craft-your-github-profile-page-in-60-seconds-with-zero-code-absolutely-free-4b2n</guid>
      <description>&lt;p&gt;Project &lt;a href="https://github.com/rafaelbmateus/me"&gt;me&lt;/a&gt; is the easiest way to create your profile page from &lt;a href="https://github.com"&gt;GiHub&lt;/a&gt; for free. 😎&lt;/p&gt;

&lt;p&gt;All your profile information will be accessed through the public &lt;a href="https://docs.github.com/en/rest"&gt;GitHub API&lt;/a&gt;. 🎒&lt;/p&gt;

&lt;p&gt;So, have your &lt;a href="https://github.com/settings/profile"&gt;GitHub registration&lt;/a&gt; properly filled out.&lt;br&gt;
That way you don't need to make any code changes. 🤖&lt;/p&gt;

&lt;p&gt;You don't need to have infrastructure costs the availability will be made by &lt;a href="https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site"&gt;gh-pages&lt;/a&gt; free of charge. 🤑&lt;/p&gt;

&lt;p&gt;You will have a link to share on your social networks with SEO's meta tags. will also be indexed by the google search engine. 🚀&lt;/p&gt;
&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ Show basic profile (login, name and bio)&lt;/li&gt;
&lt;li&gt;✅ Show company, location, blog and twitter&lt;/li&gt;
&lt;li&gt;✅ Number of followers&lt;/li&gt;
&lt;li&gt;✅ Count of public repos&lt;/li&gt;
&lt;li&gt;✅ Account created at&lt;/li&gt;
&lt;li&gt;✅ List of repos with the tag&lt;/li&gt;
&lt;li&gt;✅ Progressive Web App (PWA)&lt;/li&gt;
&lt;li&gt;✅ SEO's meta tags&lt;/li&gt;
&lt;li&gt;✅ Deploy using gh-pages&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  How to create your profile page?
&lt;/h2&gt;

&lt;p&gt;To create your own profile follow the steps below.&lt;br&gt;
Basically, just fork &lt;a href="https://github.com/rafaelbmateus/me"&gt;me&lt;/a&gt; project to your github.&lt;/p&gt;

&lt;p&gt;Follow the steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://github.com/rafaelbmateus/me/fork"&gt;Create a fork&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable Github Actions&lt;/li&gt;
&lt;li&gt;Run deploy to Pages&lt;/li&gt;
&lt;li&gt;Access your profile page in &lt;code&gt;https://&amp;lt;username&amp;gt;.github.io/me&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;
  
  
  Details of the steps
&lt;/h3&gt;
&lt;h4&gt;
  
  
  1. Create a fork
&lt;/h4&gt;

&lt;p&gt;To create a fork of this project access &lt;a href="https://github.com/rafaelbmateus/me/fork"&gt;https://github.com/rafaelbmateus/me/fork&lt;/a&gt; and click in "Create fork" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QDrYWWlp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292845-e8f86d3e-c596-4212-9924-44298df7d063.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QDrYWWlp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292845-e8f86d3e-c596-4212-9924-44298df7d063.png" alt="1-create-fork" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  2. Enable Github Actions
&lt;/h4&gt;

&lt;p&gt;By default actions are not automatically enabled for forks.&lt;br&gt;
Select Actions in your repository forked and click in&lt;br&gt;
"I understand my workflows, go ahead and enable them".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1nj_DwX6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292858-e7c7d341-b2b4-4b12-8f70-11347ccc1820.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1nj_DwX6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292858-e7c7d341-b2b4-4b12-8f70-11347ccc1820.png" alt="2-enable-actions" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  3. Run deploy to Pages
&lt;/h4&gt;

&lt;p&gt;Select "Deploy static content to Pages" Workflow, click in "Run workflow", use workflow from Branch: main and click in "Run workflow".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CF34bEyI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292862-88981f49-1f68-420c-88f2-d11f57f340e4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CF34bEyI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292862-88981f49-1f68-420c-88f2-d11f57f340e4.png" alt="3-run-deploy" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check if deploy static content to Pages workflow run completed successfully.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hqRz7rFn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292869-b9a0c403-7988-4d1c-aab1-d80d055bbbf2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hqRz7rFn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://user-images.githubusercontent.com/8009492/183292869-b9a0c403-7988-4d1c-aab1-d80d055bbbf2.png" alt="4-check-deploy" width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  4. Access your profile page
&lt;/h4&gt;

&lt;p&gt;Access your profile page in &lt;code&gt;https://&amp;lt;username&amp;gt;.github.io/me/&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Change &lt;code&gt;&amp;lt;username&amp;gt;&lt;/code&gt; with your github user. Like: &lt;a href="https://github.com/rafaelbmateus"&gt;https://github.com/rafaelbmateus&lt;/a&gt; the username is &lt;code&gt;rafaelbmateus&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkmvv81uxe689ymvfgeq5.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkmvv81uxe689ymvfgeq5.gif" alt="5-preview" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How show the repositories?
&lt;/h2&gt;

&lt;p&gt;The repositories you want to appear in your profile page's project catalog put the &lt;code&gt;me&lt;/code&gt; tag.&lt;/p&gt;

&lt;p&gt;You can change the tag to another one you prefer&lt;br&gt;
but you will need to change a line of code &lt;a href="https://github.com/rafaelbmateus/me/blob/main/assets/js/github.js#L6"&gt;assets/js/github.js#L6&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  GitHub API
&lt;/h2&gt;

&lt;p&gt;The HTML fields are filled using data from &lt;a href="https://github.com"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The endpoint used are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://api.github.com/users/rafaelbmateus"&gt;api.github.com/users/:user&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://api.github.com/users/rafaelbmateus/repos"&gt;api.github.com/users/:user/repos&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Running localhost
&lt;/h2&gt;

&lt;p&gt;Clone repository&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="go"&gt;git clone git@github.com:rafaelbmateus/me.git
cd me
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Build the page using:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="gp"&gt;GITHUB_USERNAME=&amp;lt;username&amp;gt;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;python3 builder/main.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Others profile pages builders
&lt;/h2&gt;

&lt;p&gt;If you want something more powerful take a look at the projects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docusaurus.io"&gt;Docusaurus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gohugo.io"&gt;Hugo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jekyllrb.com"&gt;Jekyll&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.gatsbyjs.com"&gt;Gatsby&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/saadpasta/developerFolio"&gt;DeveloperFolio&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;it will probably take you more than 1 minute to deploy.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>github</category>
      <category>python</category>
      <category>javascript</category>
      <category>web</category>
    </item>
    <item>
      <title>Crie sua página de perfil hoje sem nenhum esforço e de graça! 🤑</title>
      <dc:creator>Rafael Mateus</dc:creator>
      <pubDate>Tue, 16 Aug 2022 18:33:00 +0000</pubDate>
      <link>https://dev.to/rafaelbmateus/crie-sua-pagina-de-perfil-hoje-sem-nenhum-esforco-e-de-graca-16pj</link>
      <guid>https://dev.to/rafaelbmateus/crie-sua-pagina-de-perfil-hoje-sem-nenhum-esforco-e-de-graca-16pj</guid>
      <description>&lt;p&gt;Já pensou em criar sua página de perfil para mostrar seus projetos do GitHub sem nenhum esforço? E o melhor, de graça?!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--F5mFf0ZT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0rp0yjtjzicoft237bnh.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--F5mFf0ZT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0rp0yjtjzicoft237bnh.gif" alt="Image description" width="880" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;O &lt;a href="https://github.com/rafaelbmateus/me"&gt;projeto&lt;/a&gt; pega as informações do utilizando a &lt;a href="https://docs.github.com/en/rest"&gt;api pública do github&lt;/a&gt; e monta uma página de perfil para expor os seus repositórios, sem precisar alterar nada no código.&lt;/p&gt;

&lt;p&gt;A pipeline do github actions vai gerar uma página estática usando python com suas informações. Você vai poder usar o link para compartilhar com as suas próprias meta tags SEO's.&lt;/p&gt;

&lt;p&gt;Para criar a sua própria página, basta &lt;a href="https://github.com/rafaelbmateus/me/fork"&gt;fazer um fork do repositório&lt;/a&gt; e shazam... estará tudo pronto. Você não precisará fazer mais nada, nem mesmo alterar uma linha de código (a menos que queira).&lt;/p&gt;

&lt;p&gt;Para mostrar os seus repositórios no catálogo de projetos basta adicionar a tag "me" em cada repositório, e eles apareceram na sua página.&lt;/p&gt;

&lt;p&gt;Repositório: &lt;a href="https://lnkd.in/eBGgrmQF"&gt;https://lnkd.in/eBGgrmQF&lt;/a&gt;&lt;br&gt;
Demo: &lt;a href="https://lnkd.in/eRDgpSJP"&gt;https://lnkd.in/eRDgpSJP&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>python</category>
    </item>
    <item>
      <title>Create your GitHub profile page in 1 minute without 1 line of code for free</title>
      <dc:creator>Rafael Mateus</dc:creator>
      <pubDate>Sun, 07 Aug 2022 18:34:00 +0000</pubDate>
      <link>https://dev.to/rafaelbmateus/create-your-github-profile-page-in-1-minute-without-1-line-of-code-for-free-kca</link>
      <guid>https://dev.to/rafaelbmateus/create-your-github-profile-page-in-1-minute-without-1-line-of-code-for-free-kca</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/rafaelbmateus/me" rel="noopener noreferrer"&gt;GitHub-me&lt;/a&gt; is the easiest way to create your profile page from&lt;br&gt;
&lt;a href="https://github.com" rel="noopener noreferrer"&gt;GiHub&lt;/a&gt; for free. 😎&lt;/p&gt;

&lt;p&gt;All your profile information will be accessed through the public&lt;br&gt;
&lt;a href="https://docs.github.com/en/rest" rel="noopener noreferrer"&gt;GitHub API&lt;/a&gt;. 🎒&lt;/p&gt;

&lt;p&gt;So, have your &lt;a href="https://github.com/settings/profile" rel="noopener noreferrer"&gt;GitHub registration&lt;/a&gt; properly filled out.&lt;br&gt;
That way you don't need to make any code changes. 🤖&lt;/p&gt;

&lt;p&gt;You don't need to have infrastructure costs the availability will be made by&lt;br&gt;
&lt;a href="https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site" rel="noopener noreferrer"&gt;gh-pages&lt;/a&gt; free of charge. 🤑&lt;/p&gt;

&lt;p&gt;You will have a link to share on your social networks with SEO's meta tags.&lt;br&gt;
will also be indexed by the google search engine. 🚀&lt;/p&gt;
&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ Show basic profile (login, name and bio)&lt;/li&gt;
&lt;li&gt;✅ Show company, location, blog and twitter&lt;/li&gt;
&lt;li&gt;✅ Number of followers&lt;/li&gt;
&lt;li&gt;✅ Count of public repos&lt;/li&gt;
&lt;li&gt;✅ Account created at&lt;/li&gt;
&lt;li&gt;✅ List of repos with the tag&lt;/li&gt;
&lt;li&gt;✅ Progressive Web App (PWA)&lt;/li&gt;
&lt;li&gt;✅ SEO's meta tags&lt;/li&gt;
&lt;li&gt;✅ Deploy using gh-pages&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  How to create your profile page?
&lt;/h2&gt;

&lt;p&gt;To create your own profile follow the steps below.&lt;br&gt;
Basically, just fork &lt;a href="https://github.com/rafaelbmateus/me" rel="noopener noreferrer"&gt;me&lt;/a&gt; project to your github.&lt;/p&gt;

&lt;p&gt;Follow the steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://github.com/rafaelbmateus/me/fork" rel="noopener noreferrer"&gt;Create a fork&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enable Github Actions&lt;/li&gt;
&lt;li&gt;Run deploy to Pages&lt;/li&gt;
&lt;li&gt;Access your profile page in &lt;code&gt;https://&amp;lt;username&amp;gt;.github.io/me&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;
  
  
  Details of the steps
&lt;/h3&gt;
&lt;h4&gt;
  
  
  1. Create a fork
&lt;/h4&gt;

&lt;p&gt;To create a fork of this project access&lt;br&gt;
&lt;a href="https://github.com/rafaelbmateus/me/fork" rel="noopener noreferrer"&gt;https://github.com/rafaelbmateus/me/fork&lt;/a&gt;&lt;br&gt;
and click in "Create fork" button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292845-e8f86d3e-c596-4212-9924-44298df7d063.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292845-e8f86d3e-c596-4212-9924-44298df7d063.png" alt="1-create-fork"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  2. Enable Github Actions
&lt;/h4&gt;

&lt;p&gt;By default actions are not automatically enabled for forks.&lt;br&gt;
Select Actions in your repository forked and click in&lt;br&gt;
"I understand my workflows, go ahead and enable them".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292858-e7c7d341-b2b4-4b12-8f70-11347ccc1820.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292858-e7c7d341-b2b4-4b12-8f70-11347ccc1820.png" alt="2-enable-actions"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  3. Run deploy to Pages
&lt;/h4&gt;

&lt;p&gt;Select "Deploy static content to Pages" Workflow,&lt;br&gt;
click in "Run workflow", use workflow from Branch: main&lt;br&gt;
and click in "Run workflow".&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292862-88981f49-1f68-420c-88f2-d11f57f340e4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292862-88981f49-1f68-420c-88f2-d11f57f340e4.png" alt="3-run-deploy"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Check if deploy static content to Pages workflow&lt;br&gt;
run completed successfully.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292869-b9a0c403-7988-4d1c-aab1-d80d055bbbf2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292869-b9a0c403-7988-4d1c-aab1-d80d055bbbf2.png" alt="4-check-deploy"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;
  
  
  4. Access your profile page
&lt;/h4&gt;

&lt;p&gt;Access your profile page&lt;br&gt;
in &lt;code&gt;https://&amp;lt;username&amp;gt;.github.io/me/&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Change &lt;code&gt;&amp;lt;username&amp;gt;&lt;/code&gt; with your github user. Like: &lt;a href="https://github.com/rafaelbmateus" rel="noopener noreferrer"&gt;https://github.com/rafaelbmateus&lt;/a&gt;&lt;br&gt;
  the username is &lt;code&gt;rafaelbmateus&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292874-39411ce2-db4f-413a-be17-ba13913cee2b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F8009492%2F183292874-39411ce2-db4f-413a-be17-ba13913cee2b.png" alt="5-preview"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How show the repositories?
&lt;/h2&gt;

&lt;p&gt;The repositories you want to appear in your profile page's project catalog put the &lt;code&gt;me&lt;/code&gt; tag.&lt;/p&gt;

&lt;p&gt;You can change the tag to another one you prefer&lt;br&gt;
but you will need to change a line of code&lt;br&gt;
&lt;a href="https://github.com/rafaelbmateus/me/blob/main/assets/js/github.js#L6" rel="noopener noreferrer"&gt;assets/js/github.js#L6&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  GitHub API
&lt;/h2&gt;

&lt;p&gt;The HTML fields are filled using data from github.&lt;/p&gt;

&lt;p&gt;The endpoint used are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://api.github.com/users/rafaelbmateus" rel="noopener noreferrer"&gt;api.github.com/users/:user&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://api.github.com/users/rafaelbmateus/repos" rel="noopener noreferrer"&gt;api.github.com/users/:user/repos&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Running localhost
&lt;/h2&gt;

&lt;p&gt;Clone repository&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="go"&gt;git clone git@github.com:rafaelbmateus/me.git
cd me
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Build the page using:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight console"&gt;&lt;code&gt;&lt;span class="gp"&gt;GITHUB_USERNAME=&amp;lt;username&amp;gt;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;python3 builder/main.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Others profile pages builders
&lt;/h2&gt;

&lt;p&gt;If you want something more powerful take a look at the projects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docusaurus.io" rel="noopener noreferrer"&gt;Docusaurus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://gohugo.io" rel="noopener noreferrer"&gt;Hugo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jekyllrb.com" rel="noopener noreferrer"&gt;Jekyll&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.gatsbyjs.com" rel="noopener noreferrer"&gt;Gatsby&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/saadpasta/developerFolio" rel="noopener noreferrer"&gt;DeveloperFolio&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;it will probably take you more than 1 minute to deploy.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>opensource</category>
      <category>github</category>
      <category>webdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
