From 89e68961eff83469fe4d2f07e9730f822869ab5c Mon Sep 17 00:00:00 2001 From: xuac Date: Sun, 23 Aug 2020 13:33:09 +0000 Subject: [PATCH] rebrand --- README.md | 16 ++++++++-------- docs/README.md | 6 +++--- docusaurus.config.js | 16 ++++++++-------- package.json | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7195067..145de31 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
- arrrr! -

Piracy

+ arrrr! +

Warezz

It's illegal cuz they can't tax you!

- GitHub Workflow Status - GitHub stars - Tweet + GitHub Workflow Status + GitHub stars + Tweet
This website is a collection of the best digital piracy resources. This will help you get started on your pirate voyage. @@ -26,14 +26,14 @@ Somewhat. I don't know everything about piracy and can be a little resistive whi Contributions are welcome! Read the [contribution guidelines](CONTRIBUTING.md) to make sure nothing goes wrong. -For discussion, feedback or if you come across dead links please head over to [issues](https://github.com/xuac/piracy/issues/) page. +For discussion, feedback or if you come across dead links please head over to [issues](https://github.com/xuac/warezz/issues/) page. ## Disclaimer All the information on this website is purely for informational purposes and is not intended to support copyright infringement. I am not responsible for and in no way associated to any external links or their content. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. I have no control over the nature, content and availability of other websites. If you dislike the information this website provides then please contact the corresponding website's owner/webmaster/hoster directly and fill a DMCA takedown request. -If you are a copyright owner or an agent thereof, and you believe that your work is accessible through this project in a way that constitutes copyright infringement, you may [create a GitHub issue](https://github.com/xuac/piracy/issues/new) to notify me. +If you are a copyright owner or an agent thereof, and you believe that your work is accessible through this project in a way that constitutes copyright infringement, you may [create a GitHub issue](https://github.com/xuac/warezz/issues/new) to notify me. ## License -[![License](https://img.shields.io/github/license/xuac/piracy?style=for-the-badge)](LICENSE) +[![License](https://img.shields.io/github/license/xuac/warezz?style=for-the-badge)](LICENSE) diff --git a/docs/README.md b/docs/README.md index f468a1d..2ba1db6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,14 +18,14 @@ Somewhat. I don't know everything about piracy and can be a little resistive whi ## Contribute -Contributions are welcome! For discussion, feedback or if you come across dead links please head over to [issues](https://github.com/xuac/piracy/issues/) section of the [GitHub repository](https://github.com/xuac/piracy). +Contributions are welcome! For discussion, feedback or if you come across dead links please head over to [issues](https://github.com/xuac/warezz/issues/) section of the [GitHub repository](https://github.com/xuac/warezz). ## Disclaimer All the information on this website is purely for informational purposes and is not intended to support copyright infringement. I, am not responsible for and in no way associated to any external links or their content except if I own the resource. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. I have no control over the nature, content and availability of other websites. If you dislike the information this website provides then please contact the corresponding website's owner/webmaster/hoster directly and fill a DMCA takedown request. -If you are a copyright owner or an agent thereof, and you believe that your work is accessible through this project in a way that constitutes copyright infringement, you may [create a GitHub issue](https://github.com/xuac/piracy/issues/new) to notify me. +If you are a copyright owner or an agent thereof, and you believe that your work is accessible through this project in a way that constitutes copyright infringement, you may [create a GitHub issue](https://github.com/xuac/warezz/issues/new) to notify me. ## License -[![License](https://img.shields.io/github/license/xuac/piracy?style=for-the-badge)](https://github.com/xuac/piracy/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/xuac/warezz?style=for-the-badge)](https://github.com/xuac/warezz/blob/master/LICENSE) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6edd022..5d5e417 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -1,16 +1,16 @@ module.exports = { - title: "Piracy", + title: "WAREZZ", tagline: "It's illegal cuz they can't tax you!", - url: "https://piracy.now.sh", + url: "https://warezz.now.sh", baseUrl: "/", onBrokenLinks: "log", favicon: "img/favicon.ico", organizationName: "xuac", // Usually your GitHub org/user name. - projectName: "piracy", // Usually your repo name. + projectName: "warezz", // Usually your repo name. themeConfig: { image: "img/ogimage.png", navbar: { - title: "Piracy", + title: "WAREZZ", logo: { alt: "Arrr!", src: "img/logo.svg", @@ -19,7 +19,7 @@ module.exports = { items: [ { to: "blog", label: "Blog", position: "left" }, { - href: "https://github.com/xuac/piracy", + href: "https://github.com/xuac/warezz", label: "GitHub", position: "left", }, @@ -43,7 +43,7 @@ module.exports = { announcementBar: { id: "star", // Any value that will identify this message. content: - 'PLEASE LEAVE A STAR ON GITHUB', + 'PLEASE LEAVE A STAR ON GITHUB', backgroundColor: "var(--ifm-background-surface-color)", // Defaults to `#fff`. textColor: "var(--ifm-color-primary)", // Defaults to `#000`. }, @@ -56,7 +56,7 @@ module.exports = { routeBasePath: "/", homePageId: "home", sidebarPath: require.resolve("./sidebars.js"), - editUrl: "https://github.com/xuac/piracy/edit/master/", + editUrl: "https://github.com/xuac/warezz/edit/master/", }, blog: { showReadingTime: true, @@ -64,7 +64,7 @@ module.exports = { type: "all", copyright: "It's free real estate! (CC0)", }, - editUrl: "https://github.com/xuac/piracy/edit/master/", + editUrl: "https://github.com/xuac/warezz/edit/master/", }, theme: { customCss: require.resolve("./src/css/custom.css"), diff --git a/package.json b/package.json index c84e3bf..b109c5e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "piracy", + "name": "warezz", "version": "0.0.0", "private": true, "scripts": {