diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..c1c750c --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/.nvmrc \ No newline at end of file diff --git a/README.md b/README.md index e84807f..d9ada52 100644 --- a/README.md +++ b/README.md @@ -1,40 +1 @@ -## Plutonium – where darkness meets the web. - -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fminor%2Fplutonium) - -![Home Page](/.github/home-dark.png?raw=true "Home Page [Dark]") - -Hey, there! This is a free website template created with Next.js 11 and styled with TailwindCSS (with Just-In-Time mode!). It has built-in support for dark mode and Next-SEO for the perfect SEO optimizations. The project is available at: [https://plutonium.saurish.com](https://plutonium.saurish.com). - -### Built With - -This website is built with the following services: - -- [Next.js](https://nextjs.org) -- [Next-Themes](https://github.com/pacocoursey/next-themes) -- [Next-SEO](https://github.com/garmeeh/next-seo) -- [TailwindCSS](https://tailwindcss.com) -- [Vercel](https://vercel.com) - -## Replication - -### Installation - -```bash -$ git clone https://github.com/minor/plutonium.git -$ cd plutonium -$ yarn (or npm install) -$ yarn dev (or npm run dev) -``` - -Now you can start editing! - -## Contact - -Let me know if you do end up using anything from here – would be neat to know! - -Email - [me@saurish.com](mailto:me@saurish.com) - -Twitter - [@saurishhh](https://twitter.com/saurishhh) - -Project Link: [https://github.com/minor/plutonium](https://github.com/minor/plutonium) +/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/README.md \ No newline at end of file diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..16d511d --- /dev/null +++ b/next.config.js @@ -0,0 +1 @@ +/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/next.config.js \ No newline at end of file diff --git a/package.json b/package.json index 9795095..c54c04b 100644 --- a/package.json +++ b/package.json @@ -1,25 +1 @@ -{ - "name": "plutonium", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start" - }, - "dependencies": { - "glob-parent": "^5.1.2", - "next": "^11.0.0", - "next-seo": "^4.24.0", - "next-themes": "^0.0.14", - "react": "^17.0.2", - "react-dom": "^17.0.2" - }, - "devDependencies": { - "autoprefixer": "^10.0.4", - "eslint": "^7.28.0", - "eslint-config-next": "^11.0.0", - "postcss": "^8.1.10", - "tailwindcss": "^2.1.1" - } -} +/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/package.json \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 52a2584..ec51405 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,23 +1 @@ -const colors = require("tailwindcss/colors"); - -module.exports = { - mode: "jit", - purge: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"], - darkMode: "class", // or 'media' or 'false' - theme: { - extend: { - colors: { - sky: colors.sky, - cyan: colors.cyan, - pink: colors.pink, - rose: colors.rose, - teal: colors.teal, - fuchsia: colors.fuchsia, - }, - }, - }, - variants: { - extend: {}, - }, - plugins: [], -}; +/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/tailwind.config.js \ No newline at end of file