Skip to content

Portfolio page forked from Jiří Hofman's repository. It can be used as a template for displaying other GH users information via GH API. Differently from the source project, it owns a modern style plus Anime.js animations. Uses Next.js with App router.

License

Notifications You must be signed in to change notification settings

Nefas666/portfolio

 
 

Repository files navigation

Personal portfolio website, forked from jirihofman. I have created a different theme from the original project while maintaining its functionalities and adding few more dependencies. You can see a preview at [https://portfolio-zulyh9wvd-nefas666s-projects.vercel.app/].

It is supposed to be used as a template for other GitHub users' portfolios. Data about user and projects are gathered via GitHub and Vercel API. You can choose to comment/uncomment the TryYourself.tsx in order to activate or deactivate these functionality.

Tech stack

Running Locally

git clone https://github.com/Nefas666/portfolio.git
cd portfolio

Create a .env file similar to .env.example.

mv .env.example .env.local

Add GitHub token into the new file.

GH_TOKEN=YOUR_GH_TOKEN
# If you have Vercel projects, create a token here https://vercel.com/account/tokens to get more info.
VC_TOKEN=YOUR_VERCEL_TOKEN

Environment Variables

GH_TOKEN=YOUR_GH_TOKEN

VC_TOKEN=YOUR_VCTOKEN

IS_TEMPLATE=false

Then install dependencies and run the development server:

# Install dependencies.
npm install
# Replace personal info with octocat's.
npm run setup
# Start hacking.
npm dev

Edit data.json to put your personal information there.

Cloning / Forking

Please remove all of my personal information in data.json before deploying your own version of this site by running npm run setup. Once you are happy with your data.json, set

# .env or .env.local

IS_TEMPLATE=false

in your ENVs to prevent npm build from reverting data.json back to Octocat's data.

To check before deploying

  • data.json: githubUsername, description, heroNames. Handled by setup.mjs.
  • app/layout.jsx: metadata - title, description, favicon. Handled by setup.mjs.
  • public/favicon.ico. Handled by setup.mjs.

LICENSE

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to https://unlicense.org

About

Portfolio page forked from Jiří Hofman's repository. It can be used as a template for displaying other GH users information via GH API. Differently from the source project, it owns a modern style plus Anime.js animations. Uses Next.js with App router.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • TypeScript 8.5%
  • CSS 0.7%