Skip to content

AnibalDBXD/anibaldbxd-blog

 
 

Repository files navigation

Notion Blog

This is my personal blog about series, anime, videogames, etc...

https://anibaldbxd.cf/

Tecnologies

  • Notion
  • i18next
  • NextJS
  • Typescript
  • ChakraUI

Start project

  1. $ git clone https://github.com/AnibalDBXD/anibaldbxd-blog.git
  2. $ cd mylink
  3. npm install
  4. npm run dev

Open http://localhost:3000 with your browser to see the result.

Run tests

  1. npm run dev
  2. npm run cypress:open or npm run cypress:run

Notion Database

I have 3 databases: - Spanish - English - NoContent

Spanish, English, NoContent articles have the same properties:

  • JaponeseName
  • Tags
  • Image
  • Stars

image

What changes between the two is the content with its respective language.

Spanish articule:

image

English articule:

image

The NoContent database has posts without content, this is to have a list that I show in /more page

image

Images

I get the images from my firebase database and the posters at https://myanimelist.net/

Languages

  • TypeScript 96.9%
  • JavaScript 2.9%
  • Shell 0.2%