Skip to content

Commit

Permalink
24
Browse files Browse the repository at this point in the history
  • Loading branch information
jiatianzhi committed Apr 6, 2024
1 parent 9ea04cc commit c2fc618
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"exact",
"custom"
],
"highlightPreTag": "<span class='algolia-docsearch-suggestion--highlight'>",
// "highlightPreTag": "<span class='algolia-docsearch-suggestion--highlight'>",
"highlightPostTag": "</span>",
"minWordSizefor1Typo": 3,
"minWordSizefor2Typos": 7,
Expand Down
10 changes: 5 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ const config: Config = {
<p>Copyright © 2024 Tianzhi Jia Built with Docusaurus.</p>
`,
},
algolia: {
appId: 'GV6YN1ODMO',
apiKey: '50303937b0e4630bec4a20a14e3b7872',
indexName: 'kuizuo',
},
// algolia: {
// appId: '',
// apiKey: '',
// indexName: '',
// },
prism: {
theme: themes.oneLight,
darkTheme: themes.oneDark,
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@
"prettier:fix": "npx prettier src data --check --write",
"format": "npm run prettier:fix && npm run lint:fix",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"index": "docker run -it --env-file=.env -e \"CONFIG=$(cat docsearch.json | jq -r tostring)\" algolia/docsearch-scraper"
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.1.0",
"@docusaurus/plugin-ideal-image": "3.1.0",
"@docusaurus/plugin-pwa": "3.1.0",
"@docusaurus/preset-classic": "3.1.0",
"@docusaurus/theme-search-algolia": "3.1.0",
"@giscus/react": "^2.3.0",
"@popperjs/core": "^2.11.8",
"@vercel/analytics": "^1.1.1",
Expand Down
7 changes: 4 additions & 3 deletions src/pages/_components/Hero/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,16 @@
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgb(150 255 244 / 81.3%) 0%, rgb(0 71 252 / 80.6%) 100%);
background: linear-gradient(90deg, rgba(46, 133, 85, 0.8) 0%, rgba(72, 207, 173, 0.8) 100%);
border-radius: 50%;
opacity: 0.3;

// animation: heartbeat 10s infinite;
filter: blur(80px);
animation: heartbeat 10s infinite;
z-index: -1;
}



.box {
position: absolute;

Expand Down

0 comments on commit c2fc618

Please sign in to comment.