🔗 [www.n3fas.me]
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.
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS, Primer
- Animation: Anime.js
- Client:: React
git clone https://github.com/Nefas666/portfolio.git
cd portfolio
Create a .env file similar to .env.example.
mv .env.example .env.localAdd 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_TOKENGH_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 devEdit data.json to put your personal information there.
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=falsein your ENVs to prevent npm build from reverting data.json back to Octocat's data.
-
data.json: githubUsername, description, heroNames. Handled bysetup.mjs. -
app/layout.jsx: metadata - title, description, favicon. Handled bysetup.mjs. -
public/favicon.ico. Handled bysetup.mjs.
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