Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/.nvmrc
41 changes: 1 addition & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/var/folders/8h/_njzt5ws1bs94wfkpf1v5g380000gn/T/cirrus_minor_plutonium_3tkvqvzg/next.config.js
26 changes: 1 addition & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -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
24 changes: 1 addition & 23 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -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