lzhbhlrPython / Shame-Pillar

A simple shame pillar by antd and react.

Home Page:https://shame.pyliubaolin.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shame Pillar

To start the project, you should:

  1. create src/assets/shameItems.json like
{   
    "watermark": "This is a watermark",
    "shame":[
        {
            "title": "Shame Item 1",
            "date": "2022-01-01",
            "description": "This is shame item 1"
        },
        {
            "title": "Shame Item 2",
            "date": "2022-02-01",
            "description": "This is shame item 2"
        },
        {
            "title": "Shame Item 3",
            "date": "2022-03-01",
            "description": "This is shame item 3"
        }
    ]
}

If you don't want a watermark, just leave it blank.

2.rewrite the introduction at src/introduction.tsx

Some tips:

  • the largest title smaller than ###
  • support the grammar of Github
  • support Katex
  • NO" ` "
  1. rewrite the infomation at App.tsx

About

A simple shame pillar by antd and react.

https://shame.pyliubaolin.top

License:MIT License


Languages

Language:TypeScript 81.9%Language:HTML 9.7%Language:JavaScript 8.4%