Skip to content

Commit

Permalink
Refactor: Code base
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed May 24, 2022
1 parent 12f8c69 commit 484e011
Show file tree
Hide file tree
Showing 30 changed files with 649 additions and 646 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ If you want to further customize your page, feel free to change the source code

## 🌐 Deploy on Github Pages

1) Create repository.
2) Link it to your github account.
3) Publish your master branch.
1. Create repository.
2. Link it to your github account.
3. Publish your master branch.

```bash
$ npm run deploy
Expand Down
74 changes: 38 additions & 36 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,41 @@
{
"readmeUrl": "https://raw.githubusercontent.com/PROxZIMA/PROxZIMA/master/README.md",
"title": "PROxZIMA | Home",
"name": "Pratik Pingale",
"ascii": "proxzima",
"social": {
"github": "PROxZIMA",
"linkedin": "pratik-pingale"
"readmeUrl": "https://raw.githubusercontent.com/PROxZIMA/PROxZIMA/master/README.md",
"title": "Pratik Pingale | Home",
"name": "Pratik Pingale",
"description": "Hey! Welcome to my Teminal based home page!",
"ascii": "proxzima",
"social": {
"github": "PROxZIMA",
"linkedin": "pratik-pingale"
},
"email": "[email protected]",
"ps1_hostname": "proxzima.ml",
"ps1_username": "okyakusan",
"ps1_username_kanji": "お客さん",
"repo": "https://github.com/PROxZIMA/proxzima.github.io",
"homepage": "https://proxzima.ml",
"resume_url": "https://proxzima.ml/resume/",
"donate_urls": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/proxzima"
},
"colors": {
"light": {
"background": "#FAFAFA",
"foreground": "#282A36",
"yellow": "#F4B400",
"green": "#0F9D58",
"gray": "#8963c4",
"blue": "#4C8BF5",
"red": "#EA4335"
},
"email": "[email protected]",
"ps1_hostname": "proxzima.ml",
"ps1_username": "okyakusan",
"ps1_username_kanji": "お客さん",
"repo": "https://github.com/PROxZIMA/proxzima.github.io",
"resume_url": "https://proxzima.ml/resume/",
"donate_urls": {
"Buy Me a Coffee": "https://www.buymeacoffee.com/proxzima"
},
"colors": {
"light": {
"background": "#FAFAFA",
"foreground": "#282A36",
"yellow": "#F4B400",
"green": "#0F9D58",
"gray": "#8963c4",
"blue": "#4C8BF5",
"red": "#EA4335"
},
"dark": {
"background": "#282A36",
"foreground": "#F8F8F2",
"yellow": "#F1FA8C",
"green": "#50FA7B",
"gray": "#BD93F9",
"blue": "#8BE9FD",
"red": "#FF5555"
}
"dark": {
"background": "#282A36",
"foreground": "#F8F8F2",
"yellow": "#F1FA8C",
"green": "#50FA7B",
"gray": "#BD93F9",
"blue": "#8BE9FD",
"red": "#FF5555"
}
}
}
}
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
exportPathMap: () => ({ '/': { page: '/' } }),
}
};
Empty file removed out/.nojekyll
Empty file.
4 changes: 2 additions & 2 deletions out/404.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1" maximum-scale="1"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/d42147a2fa764998.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d42147a2fa764998.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/scripts/darkMode.js" defer="" data-nscript="beforeInteractive"></script><script src="/_next/static/chunks/webpack-9b312e20a4e32339.js" defer=""></script><script src="/_next/static/chunks/framework-149d197030a4a702.js" defer=""></script><script src="/_next/static/chunks/main-c9bcff17d385c69a.js" defer=""></script><script src="/_next/static/chunks/pages/_app-5435d441f7bab6c2.js" defer=""></script><script src="/_next/static/chunks/pages/_error-d419484d69bbcf53.js" defer=""></script><script src="/_next/static/xhbBZxmdWceVzVwIK-QK-/_buildManifest.js" defer=""></script><script src="/_next/static/xhbBZxmdWceVzVwIK-QK-/_ssgManifest.js" defer=""></script><script src="/_next/static/xhbBZxmdWceVzVwIK-QK-/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="text-light-foreground dark:text-dark-foreground min-w-max text-xs md:min-w-full md:text-base"><main class="bg-light-background dark:bg-dark-background w-full h-full p-2"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1" maximum-scale="1"/><meta name="author" content="Pratik Pingale"/><meta name="description" content="Hey! Welcome to my Teminal based home page!"/><meta property="og:title" content="Pratik Pingale | Home"/><meta property="og:type" content="website"/><meta property="og:url" content="https://proxzima.ml"/><meta property="og:description" content="Hey! Welcome to my Teminal based home page!"/><meta property="og:image" content="https://raw.githubusercontent.com/PROxZIMA/proxzima.github.io/gh-pages/ogImage.png"/><link rel="apple-touch-icon" sizes="57x57" href="./apple-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="./apple-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="./apple-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="./apple-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="./apple-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="./apple-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="./apple-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="./apple-icon-152x152.png"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-icon-180x180.png"/><link rel="icon" type="image/png" sizes="192x192" href="./android-icon-192x192.png"/><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"/><link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png"/><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"/><link rel="manifest" href="./manifest.json"/><meta name="msapplication-TileColor" content="#282A36"/><meta name="msapplication-TileImage" content="./ms-icon-144x144.png"/><meta name="theme-color" content="#282A36"/><title>404: This page could not be found</title><meta name="next-head-count" content="27"/><link rel="preload" href="/_next/static/css/d42147a2fa764998.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d42147a2fa764998.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/scripts/darkMode.js" defer="" data-nscript="beforeInteractive"></script><script src="/_next/static/chunks/webpack-9b312e20a4e32339.js" defer=""></script><script src="/_next/static/chunks/framework-149d197030a4a702.js" defer=""></script><script src="/_next/static/chunks/main-c9bcff17d385c69a.js" defer=""></script><script src="/_next/static/chunks/pages/_app-fa984d7407f8e3d3.js" defer=""></script><script src="/_next/static/chunks/pages/_error-d419484d69bbcf53.js" defer=""></script><script src="/_next/static/G6dw_hgoim5CNydP0oysy/_buildManifest.js" defer=""></script><script src="/_next/static/G6dw_hgoim5CNydP0oysy/_ssgManifest.js" defer=""></script><script src="/_next/static/G6dw_hgoim5CNydP0oysy/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="text-light-foreground dark:text-dark-foreground min-w-max text-xs md:min-w-full md:text-base"><main class="bg-light-background dark:bg-dark-background w-full h-full p-2"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
Expand All @@ -8,4 +8,4 @@
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"xhbBZxmdWceVzVwIK-QK-","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"G6dw_hgoim5CNydP0oysy","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
4 changes: 2 additions & 2 deletions out/404.html.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1" maximum-scale="1"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/d42147a2fa764998.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d42147a2fa764998.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/scripts/darkMode.js" defer="" data-nscript="beforeInteractive"></script><script src="/_next/static/chunks/webpack-9b312e20a4e32339.js" defer=""></script><script src="/_next/static/chunks/framework-149d197030a4a702.js" defer=""></script><script src="/_next/static/chunks/main-c9bcff17d385c69a.js" defer=""></script><script src="/_next/static/chunks/pages/_app-5435d441f7bab6c2.js" defer=""></script><script src="/_next/static/chunks/pages/_error-d419484d69bbcf53.js" defer=""></script><script src="/_next/static/xhbBZxmdWceVzVwIK-QK-/_buildManifest.js" defer=""></script><script src="/_next/static/xhbBZxmdWceVzVwIK-QK-/_ssgManifest.js" defer=""></script><script src="/_next/static/xhbBZxmdWceVzVwIK-QK-/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="text-light-foreground dark:text-dark-foreground min-w-max text-xs md:min-w-full md:text-base"><main class="bg-light-background dark:bg-dark-background w-full h-full p-2"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1" maximum-scale="1"/><meta name="author" content="Pratik Pingale"/><meta name="description" content="Hey! Welcome to my Teminal based home page!"/><meta property="og:title" content="Pratik Pingale | Home"/><meta property="og:type" content="website"/><meta property="og:url" content="https://proxzima.ml"/><meta property="og:description" content="Hey! Welcome to my Teminal based home page!"/><meta property="og:image" content="https://raw.githubusercontent.com/PROxZIMA/proxzima.github.io/gh-pages/ogImage.png"/><link rel="apple-touch-icon" sizes="57x57" href="./apple-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="./apple-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="./apple-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="./apple-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="./apple-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="./apple-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="./apple-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="./apple-icon-152x152.png"/><link rel="apple-touch-icon" sizes="180x180" href="./apple-icon-180x180.png"/><link rel="icon" type="image/png" sizes="192x192" href="./android-icon-192x192.png"/><link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"/><link rel="icon" type="image/png" sizes="96x96" href="./favicon-96x96.png"/><link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"/><link rel="manifest" href="./manifest.json"/><meta name="msapplication-TileColor" content="#282A36"/><meta name="msapplication-TileImage" content="./ms-icon-144x144.png"/><meta name="theme-color" content="#282A36"/><title>404: This page could not be found</title><meta name="next-head-count" content="27"/><link rel="preload" href="/_next/static/css/d42147a2fa764998.css" as="style"/><link rel="stylesheet" href="/_next/static/css/d42147a2fa764998.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-5cd94c89d3acac5f.js"></script><script src="/scripts/darkMode.js" defer="" data-nscript="beforeInteractive"></script><script src="/_next/static/chunks/webpack-9b312e20a4e32339.js" defer=""></script><script src="/_next/static/chunks/framework-149d197030a4a702.js" defer=""></script><script src="/_next/static/chunks/main-c9bcff17d385c69a.js" defer=""></script><script src="/_next/static/chunks/pages/_app-fa984d7407f8e3d3.js" defer=""></script><script src="/_next/static/chunks/pages/_error-d419484d69bbcf53.js" defer=""></script><script src="/_next/static/G6dw_hgoim5CNydP0oysy/_buildManifest.js" defer=""></script><script src="/_next/static/G6dw_hgoim5CNydP0oysy/_ssgManifest.js" defer=""></script><script src="/_next/static/G6dw_hgoim5CNydP0oysy/_middlewareManifest.js" defer=""></script></head><body><div id="__next" data-reactroot=""><div class="text-light-foreground dark:text-dark-foreground min-w-max text-xs md:min-w-full md:text-base"><main class="bg-light-background dark:bg-dark-background w-full h-full p-2"><div style="font-family:-apple-system, BlinkMacSystemFont, Roboto, &quot;Segoe UI&quot;, &quot;Fira Sans&quot;, Avenir, &quot;Helvetica Neue&quot;, &quot;Lucida Grande&quot;, sans-serif;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>
body { margin: 0; color: #000; background: #fff; }
.next-error-h1 {
border-right: 1px solid rgba(0, 0, 0, .3);
Expand All @@ -8,4 +8,4 @@
.next-error-h1 {
border-right: 1px solid rgba(255, 255, 255, .3);
}
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"xhbBZxmdWceVzVwIK-QK-","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
}</style><h1 class="next-error-h1" style="display:inline-block;margin:0;margin-right:20px;padding:10px 23px 10px 0;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle"><h2 style="font-size:14px;font-weight:normal;line-height:inherit;margin:0;padding:0">This page could not be found<!-- -->.</h2></div></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"G6dw_hgoim5CNydP0oysy","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 0 additions & 1 deletion out/CNAME

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion out/_next/static/chunks/pages/_app-5435d441f7bab6c2.js

This file was deleted.

Loading

0 comments on commit 484e011

Please sign in to comment.