blog-next-giscus-hygraph-chakra-ui-adsense-coil

所属分类:GIS/地图编程
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-09-18 19:37:20
上 传 者sh-1993
说明:  使用Next.js GitHub Giscu Hygraph(以前叫GraphCMS)、Google Adsense、Coil Ad Monetization编程博客,阅读Medium和Dev.To art...,
(Can t build, it should work otherwise. Hygraph cloned schema is set up but photograph url s are not editable. Programming blog with Next.js GitHub Giscus Hygraph (formerly GraphCMS), Google Adsense, Coil Ad Monetization, read Medium and Dev.To articles via API)

文件列表:
.dockerignore (87, 2023-09-21)
.env.example (350, 2023-09-21)
.eslintrc.json (40, 2023-09-21)
.prettierignore (270, 2023-09-21)
.prettierrc (116, 2023-09-21)
Dockerfile (1051, 2023-09-21)
LICENSE (1070, 2023-09-21)
config/ (0, 2023-09-21)
config/site.config.js (4595, 2023-09-21)
docker-compose.yml (209, 2023-09-21)
giscus.json (95, 2023-09-21)
jsconfig.json (340, 2023-09-21)
next-sitemap.config.mjs (115, 2023-09-21)
next.config.js (243, 2023-09-21)
package.json (1127, 2023-09-21)
public/ (0, 2023-09-21)
public/ads.txt (58, 2023-09-21)
public/android-icon-144x144.png (13607, 2023-09-21)
public/android-icon-192x192.png (18268, 2023-09-21)
public/android-icon-36x36.png (2757, 2023-09-21)
public/android-icon-48x48.png (3822, 2023-09-21)
public/android-icon-72x72.png (5916, 2023-09-21)
public/android-icon-96x96.png (8208, 2023-09-21)
public/apple-icon-114x114.png (10248, 2023-09-21)
public/apple-icon-120x120.png (10749, 2023-09-21)
public/apple-icon-144x144.png (13607, 2023-09-21)
public/apple-icon-152x152.png (15119, 2023-09-21)
public/apple-icon-180x180.png (19186, 2023-09-21)
public/apple-icon-57x57.png (4455, 2023-09-21)
public/apple-icon-60x60.png (4868, 2023-09-21)
public/apple-icon-72x72.png (5916, 2023-09-21)
public/apple-icon-76x76.png (6226, 2023-09-21)
public/apple-icon-precomposed.png (18810, 2023-09-21)
public/apple-icon.png (18810, 2023-09-21)
public/blog-logo-maskable-512x512.png (47139, 2023-09-21)
... ...

# blog-next-giscus-hygraph-chakra-ui-adsense-coil # Programming blog with Next.js GitHub Giscus Hygraph (formerly GraphCMS), Google Adsense, Coil Ad Monetization, read Medium and Dev.To articles via API ### Status and Issues (see Issue Tab) - Can't build, it should work otherwise. - Hygraph cloned schema is set up but photograph url's are not editable. - #2 (closed) Giscus - GitHub discussions - is set up - #3 (closed) Hygraph account is set up - #6 (closed) Google analytics is set up - #11 (closed) Substack is set up - #4 (open) Hygraph cloned schema is set up but photograph url's are not editable - #5 (open) Create a new Hygraph schema for a blog - #7 (open) Google Adsense is not set up - #8 (open) Ko-fi is set up but needs a Stripe account - #9 (open) Create a Stripe account - #10 (open) Cloudinary is set up but needs Author image uploaded - #12 (open) Build is failing because needs at least one featured post, tags - #13 (open) config/site.config.js needs to be modified - #14 (open) Coil and ad display is not set up https://github.com/coding-to-music/blog-next-giscus-hygraph-chakra-ui-adsense-coil https://blog-next-giscus-hygraph-chakra-ui-adsense-coil.vercel.app From / By https://github.com/RakeshPotnuru/blog https://blog.itsrakesh.com/ https://blog.itsrakesh.com/how-to-set-up-your-own-personal-blog-step-by-step-guide https://hygraph.com/ Clone this blog project https://app.hygraph.com/clone/13f9db967a6640af82423ad6f304025d?name=itsrakesh-blog https://cloudinary.com/ https://coil.com/ ## Node Version: ```java nvm use 18 Now using node v18.17.1 (npm v10.1.0) ``` ## Environment variables: See `.env.example` ```java NEXT_PUBLIC_HYGRAPH_CONTENT_API_URL= NEXT_PUBLIC_HYGRAPH_AUTH_TOKEN= NEXT_PUBLIC_GOOGLE_ANALYTICS_MEASUREMENT_ID= NEXT_PUBLIC_SITE_URL= NEXT_PUBLIC_GISCUS_REPO= NEXT_PUBLIC_GISCUS_REPO_ID= NEXT_PUBLIC_GISCUS_CATEGORY= NEXT_PUBLIC_GISCUS_CATEGORY_ID= NEXT_PUBLIC_KOFI_WIDGET_EMBED_URL= NEXT_PUBLIC_CLOUDINARY_CLOUDNAME= NEXT_PUBLIC_SUBSTACK_URL= ``` ## GitHub ```java git init git add . git remote remove origin git commit -m "first commit" git branch -M main git remote add origin git@github.com:coding-to-music/blog-next-giscus-hygraph-chakra-ui-adsense-coil.git git push -u origin main ``` ## Giscus GitHub Discussion Commenting system ### Instructions https://hugomods.com/en/blog/2023/05/how-to-configure-giscus/ ### Install the Giscus app: https://github.com/apps/giscus ### Configure the Giscus app for your site: https://giscus.app/ 1 - Page <--> Discussion Mapping 2 - Enter the username/reponame 3 - Discussion Category 4 - Features 5 - Theme Scroll down, view the JSON that is proposed for your site. Adjust the checkboxes as needed Copy the JSON values and store into the .env values Here is how the settings are implemented in this website ```java // /src/common/components/misc/Comment.jsx import { Box, Container, Heading, useColorModeValue } from '@chakra-ui/react'; import Giscus from '@giscus/react'; const CommentBox = () => { const giscusTheme = useColorModeValue('light', 'dark'); return ( LEAVE A COMMENT OR START A DISCUSSION ); }; export default CommentBox; ``` ## Begin original README.md
[![Netlify Status](https://api.netlify.com/api/v1/badges/1c639728-6ada-4eaa-beb6-4bdcb492baa1/deploy-status)](https://app.netlify.com/sites/blog-itsrakesh/deploys) [![Better Stack Badge](https://uptime.betterstack.com/status-badges/v1/monitor/sq5a.svg)](https://status.itsrakesh.com)

itsrakesh - blog

Browse programming tutorials and articles written by Rakesh Potnuru.

View Example · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
## About The Project [![itsrakesh blog][product-screenshot]](https://blog.itsrakesh.com) Follow [this](https://blog.itsrakesh.com/how-to-set-up-your-own-personal-blog-step-by-step-guide) guide to set up your own instance of this blog.

(back to top)

### Built With * [Next.js](https://nextjs.org/) * [Chakra UI](https://chakra-ui.com/) * [Hygraph](https://hygraph.com/) (Previously GraphCMS) ### Tools And Technologies Used * [BeyondWords](https://beyondwords.io/) - Audio * [Coil](https://coil.com/) - Web monetization * [Google Analytics](https://analytics.google.com/) * [Google AdSense](https://www.google.com/adsense/start/) * [Giscus](https://giscus.app/) - A comments system powered by [GitHub Discussions](https://docs.github.com/en/discussions). * [Netlify](https://netlify.com/)

(back to top)

## Getting Started Setup project locally for development. > **Note** [Important] > These instructions are for development purposes only. Follow [this](https://blog.itsrakesh.com/how-to-set-up-your-own-personal-blog-step-by-step-guide) guide to set up your own instance of this blog. ### Prerequisites #### Hygraph project set up * Create or sign in to your [Hygraph](https://hygraph.com/) account. * Click the button below to clone the Hygraph project. [![Clone project](https://hygraph.com/button)](https://app.hygraph.com/clone/13f9db967a6640af82423ad6f304025d?name=itsrakesh-blog) * Create or sign in to your [Cloudinary](https://cloudinary.com/) account. * Follow [this](https://hygraph.com/blog/integrate-cloudinary-with-hygraph-ui-extensions) guide to install Cloudinary UI extension in Hygraph. #### Blog set up * npm ```sh npm install npm@latest -g ``` * Create `.env.local` file at the root level of the project and copy env variables from `.env.example` file. You need to fill atleast these three variables for development purpose. ```sh NEXT_PUBLIC_HYGRAPH_CONTENT_API_URL= NEXT_PUBLIC_HYGRAPH_AUTH_TOKEN= NEXT_PUBLIC_CLOUDINARY_CLOUDNAME= ``` ### Installation 1. Fork the repo 2. Clone the repo ```sh git clone https://github.com/[YOUR_USERNAME]/[YOUR_FORKED_PROJECT_NAME].git ``` 3. Install the dependencies ```sh yarn ``` 4. Start the development server ```sh yarn dev ``` 5. Your project will be running at http://localhost:3000

(back to top)

## Or ### With Docker 1. Fork the repo 2. Clone the repo ```sh git clone https://github.com/[YOUR_USERNAME]/[YOUR_FORKED_PROJECT_NAME].git ``` 3. Build the image ```sh docker-compose build ``` 4. Run docker image ```sh docker-compose up ``` 5. Your project will be running at http://localhost:3000 ## Contributing Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request

(back to top)

## License Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact Twitter - [@rakesh_at_tweet](https://twitter.com/rakesh_at_tweet) Project Link: [https://github.com/coding-to-music/blog-next-giscus-hygraph-chakra-ui-adsense-coil](https://github.com/coding-to-music/blog-next-giscus-hygraph-chakra-ui-adsense-coil) Status - [status.itsrakesh.com](https://status.itsrakesh.com)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge [contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=for-the-badge [forks-url]: https://github.com/othneildrew/Best-README-Template/network/members [stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge [stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers [issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge [issues-url]: https://github.com/othneildrew/Best-README-Template/issues [license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge [license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/othneildrew [product-screenshot]: https://project-assets.showwcase.com/9161/1656502274336-home%2520page%2520-%2520light.png

近期下载者

相关文件


收藏者