Volver al ranking

imfunniee/gitfolio

JavaScriptimfunniee.github.io/gitfolio/

:octocat: personal website + blog for every github user

personal-websiteawesomenodebloggithubshowcasetheme
Crecimiento de estrellas
Estrellas
6.8k
Forks
677
Crecimiento semanal
Issues
0
2k4k6k
ene 2023mar 2024may 2025jul 2026
Artefactosnpmnpm install gitfolio
README

archived in favor of v2 release soon ;)

Gitfolio

Tweet GitHub release npm GitHub top language GitHub last commit GitHub code style: prettier

personal website + blog for every github user

Gitfolio will help you get started with a portfolio website where you could showcase your work + a blog that will help you spread your ideas into real world.

Check out this live demo to see gitfolio in action.

Getting Started

Let's Install

Install gitfolio

npm i gitfolio -g

Let's Build

Using the UI

$ gitfolio ui

Tip: You can use ui to create new blogs and for updating your folio too.

or

gitfolio build <username>

<username> is your username on github. This will build your website using your GitHub username and put it in the /dist folder.

To run your website use run command, Default port is 3000

gitfolio run -p [port]

🎉 Congrats, you just made yourself a personal website!

Let's Customize

Forks

To include forks on your personal website just provide -f or --fork argument while building

$ gitfolio build <username> -f

Sorting Repos

To sort repos provide --sort [sortBy] argument while building. Where [sortBy] can be star, created, updated, pushed,full_name. Default: created

$ gitfolio build <username> --sort star

Ordering Repos

To order the sorted repos provide --order [orderBy] argument while building. Where [orderBy] can be asc or desc. Default: asc

$ gitfolio build <username> --sort star --order desc

Customize Themes

Themes are specified using the --theme [theme-name] flag when running the build command. The available themes are

  • light
  • dark

TODO: Add more themes

For example, the following command will build the website with the dark theme

$ gitfolio build <username> --theme dark

Customize background image

To customize the background image just provide --background [url] argument while building

$ gitfolio build <username> --background https://images.unsplash.com/photo-1557277770-baf0ca74f908?w=1634

You could also add in your custom CSS inside index.css to give it a more personal feel.

Add Social Media links on your profile

Twitter, LinkedIn, Medium & Dribbble links to your profile while building

gitfolio build <username> --twitter <twitter_username> --linkedin <linkedin_username> --medium <medium_username> --dribbble <dribbble_username>

Let's Publish

Head over to GitHub and create a new repository named username.github.io, where username is your username. Push the files inside/dist folder to repo you just created.

Go To username.github.io your site should be up!!

Updating

To update your info, simply run

$ gitfolio update

or use the Update options in gitfolio's UI

This will update your info and your repository info.

To Update background or theme you need to run build command again.

Add a Blog

To add your first blog use the UI.

$ gitfolio ui

This will open up a UI page and you can click on New Blog to create a new blog. Once you are done writing your blog you can hit the Create Blog.

This will create a blog inside ./dist/blog folder.

Look for success or error in your terminal.

This also adds content to blog.json file. This file helps in showcasing your blogs on your personal website as cards. You could customize the JSON object that corresponds your current blog.

Blog Demo? here

Blog's default JSON Format

{
  "url_title": "my-first-blog", // the title you provide while creating a new blog, this appears in url
  "title": "Lorem ipsum dolor sit amet", // main title of blog
  "sub_title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", // sub-title of blog
  "top_image": "https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1450", // main image of blog
  "visible": true // don't worry about this
}

Follow me on twitter for more updates @imfunnieee

License

GitHub

Repositorios relacionados
academicpages/academicpages.github.io

Github Pages template based upon HTML and Markdown for personal, portfolio-based websites.

SCSSMIT Licensegithub-pagespersonal-website
academicpages.github.io
17.3k8k
alshedivat/al-folio

A beautiful, simple, clean, and responsive Jekyll theme for academics

HTMLMIT Licensejekylljekyll-theme
alshedivat.github.io/al-folio/
15.9k13.1k
HugoBlox/kit

🧱 Describe your site, AI builds it, you own it as Markdown. Snap together Tailwind blocks like Lego — landing pages, blogs, portfolios, docs & more. No AI slop. Free to deploy anywhere 👇

HTMLMIT Licensehugoacademic
hugoblox.com
9.6k2.9k
codewithsadee/vcard-personal-portfolio

vCard is a fully responsive personal portfolio website, responsive for all devices.

HTMLMIT Licensepersonal-websiteportfolio-website
codewithsadee.github.io/vcard-personal-portfolio/
8k4.4k
Evavic44/portfolio-ideas

A curation of awesome portfolio website ideas for developers and designers to draw inspiration from. Raise a pull request to add more. 💜

MarkdownMIT Licensedesignersdeveloper-portfolio
portfolio-ideas.vercel.app/portfolio.html
6.2k944
Cveinnt/LiveTerm

💻 Build terminal styled websites in minutes!

TypeScriptnpmMIT Licensenextjspersonal-website
liveterm.vercel.app
5.4k613
HugoBlox/hugo-theme-academic-cv

🎓 Academic portfolio that boosts citations. AI generates pages, you own as Markdown. BibTeX auto-import, Jupyter, LaTeX, slides, visual block editor — free to host forever. 学术主页,AI 生成,Markdown 拥有 👇

Jupyter NotebookMIT Licensehugowebsite-generation
hugoblox.com/templates/academic-cv
5k6.5k
nikitavoloboev/nikiv.dev

Personal website, docs

MDXreactfumadocs
nikiv.dev
4.8k566
HugoBlox/theme-academic-cv

🎓 无需编写任何代码即可轻松创建漂亮的学术网站 Easily create a beautiful academic résumé or educational website using Hugo and GitHub. No code.

TeXMIT Licensehugowebsite-generation
hugoblox.com/templates/
4.2k6.4k
LinkStackOrg/LinkStack

LinkStack - the ultimate solution for creating a personalized & professional profile page. Showcase all your important links in one place, forget the limitation of one link on social media. Set up your personal site on your own server with just a few clicks.

PHPPackagistGNU Affero General Public License v3.0phpblade
linkstack.org
3.7k417
sethcottle/littlelink

A lightweight DIY Linktree alternative.

HTMLMIT Licensecsshtml
littlelink.io
3k1.5k
said7388/developer-portfolio

Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.

JavaScriptnpmdeveloper-portfoliopersonal-portfolio
abusaid.netlify.app
2.4k1.1k