web3/site
khalilcodes 1d527ca329 [site/mdx/seo]: add seo keyword, youtube embed and dynamic imports
* add keywords and article tags for seo
* replace youtube embed with lite-youtube component for faster page loads
* use youtube regex to add proper id check to render youtube component
* add dynamic imports for faster builds and improving page speed performance
* remove podcast embed iframe and replace with link due to slower page loads
2022-06-01 18:44:01 +03:00
..
components [site/mdx/seo]: add seo keyword, youtube embed and dynamic imports 2022-06-01 18:44:01 +03:00
config [site/config][s]: removed unnecesary property 2022-05-22 20:18:35 +02:00
content Add link to editor guide 2022-06-01 09:25:05 -05:00
lib [site/lib]: create file to store regex constants 2022-06-01 17:58:48 +03:00
pages [site/components]: replace youtube embed with lite-youtube component 2022-06-01 18:29:38 +03:00
public [site/public][m]: symlinked assets 2022-05-11 15:04:12 +02:00
styles [site/components][s]: contentlayer data in tooltip 2022-05-22 15:00:04 +02:00
utils [site/components][s]: contentlayer data in tooltip 2022-05-22 15:00:04 +02:00
.gitignore [site/infra,#94][l]: switch from next/mdx to contentlayerfor rendering markdown files. 2022-03-23 14:37:53 +01:00
README.md [site,#53][l]: skeleton website based off nextjs template https://github.com/datopian/nextjs-tailwind-mdx. 2022-03-03 10:53:31 +01:00
contentlayer.config.ts [site/config]: add keywords field and move date logic to contentlayer 2022-06-01 17:57:57 +03:00
jsconfig.json update import contentlayer config 2022-03-24 01:56:26 +03:00
next.config.mjs [site/infra,#94][l]: switch from next/mdx to contentlayerfor rendering markdown files. 2022-03-23 14:37:53 +01:00
package-lock.json [site/package.json][s]: removed unused packages 2022-05-18 21:38:09 +02:00
package.json [site/package.json][s]: removed unused packages 2022-05-18 21:38:09 +02:00
postcss.config.js [site,#53][l]: skeleton website based off nextjs template https://github.com/datopian/nextjs-tailwind-mdx. 2022-03-03 10:53:31 +01:00
tailwind.config.js update config as per tailwind V3.0 docs 2022-03-24 02:01:30 +03:00

README.md

Life Itself Web3 Website.

Templated off: https://github.com/datopian/nextjs-tailwind-mdx

Usage

Then run the app:

cd myapp
npm run dev

Configuration

See config directory:

  • config/siteConfig.js for site wide configuration especially for general theme (e.g. title) and SEO
  • config/navLinks.js for configuration of navigation links