diff --git a/components/FooterCom.vue b/components/FooterCom.vue index 69064d2..5bed790 100644 --- a/components/FooterCom.vue +++ b/components/FooterCom.vue @@ -3,7 +3,7 @@ const theme = ref("light"); diff --git a/components/content/HeaderComponent.vue b/components/content/HeaderComponent.vue deleted file mode 100644 index 689ec38..0000000 --- a/components/content/HeaderComponent.vue +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/components/content/InfoComponent.vue b/components/content/InfoComponent.vue index de8f04e..03a31ab 100644 --- a/components/content/InfoComponent.vue +++ b/components/content/InfoComponent.vue @@ -1,8 +1,9 @@ diff --git a/content/js/hellojs.md b/content/js/hellojs.md index 20524a9..9d9a011 100644 --- a/content/js/hellojs.md +++ b/content/js/hellojs.md @@ -5,20 +5,30 @@ time: 22-12-2022 Author: riyad --- -::header-component - -# This is a header. Lets lear how to install component in nuxt 3 part 1 - -:: - ::info-component #time 22 January 2022 #author -by Md. Al Asad Nur Riyad +by Md. [Al Asad Nur Riyad](https://www.nurriyad.xyz) :: +# How to install nuxt 3 + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley + +## Step 01 + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. + +drawing + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. + +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. + +## This is a sub header + Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. [google](google.com) diff --git a/layouts/blog.vue b/layouts/blog.vue index 4ff0ab1..0e395ff 100644 --- a/layouts/blog.vue +++ b/layouts/blog.vue @@ -1,9 +1,9 @@ diff --git a/package.json b/package.json index fb9aa7d..b37d1c8 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,9 @@ "@nuxt/content": "^2.2.2", "@nuxtjs/robots": "^3.0.0", "@nuxtjs/tailwindcss": "^6.1.3", + "@tailwindcss/typography": "^0.5.8", "nuxt": "3.0.0", - "prettier": "^2.8.0", - "nuxt-icon": "^0.1.8" + "nuxt-icon": "^0.1.8", + "prettier": "^2.8.0" } } diff --git a/pages/[...slug].vue b/pages/[...slug].vue index 74123d6..b35908c 100644 --- a/pages/[...slug].vue +++ b/pages/[...slug].vue @@ -5,7 +5,7 @@ definePageMeta({ diff --git a/public/img/sdf.jpg b/public/img/sdf.jpg new file mode 100644 index 0000000..f3680ed Binary files /dev/null and b/public/img/sdf.jpg differ diff --git a/tailwind.config.ts b/tailwind.config.ts index 7122dcc..0c7cdeb 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -7,4 +7,5 @@ module.exports = { }, }, }, + plugins: [require("@tailwindcss/typography")], }; diff --git a/yarn.lock b/yarn.lock index f1a3151..fd41843 100644 --- a/yarn.lock +++ b/yarn.lock @@ -691,6 +691,16 @@ resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553" integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg== +"@tailwindcss/typography@^0.5.8": + version "0.5.8" + resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.8.tgz#8fb31db5ab0590be6dfa062b1535ac86ad9d12bf" + integrity sha512-xGQEp8KXN8Sd8m6R4xYmwxghmswrd0cPnNI2Lc6fmrC3OojysTBJJGSIVwPV56q4t6THFUK3HJ0EaWwpglSxWw== + dependencies: + lodash.castarray "^4.4.0" + lodash.isplainobject "^4.0.6" + lodash.merge "^4.6.2" + postcss-selector-parser "6.0.10" + "@trysound/sax@0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" @@ -3220,6 +3230,11 @@ lodash._reinterpolate@^3.0.0: resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA== +lodash.castarray@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" + integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q== + lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" @@ -3255,6 +3270,11 @@ lodash.memoize@^4.1.2: resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + lodash.pick@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3" @@ -4707,6 +4727,14 @@ postcss-reduce-transforms@^5.1.0: dependencies: postcss-value-parser "^4.2.0" +postcss-selector-parser@6.0.10: + version "6.0.10" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" + integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9: version "6.0.11" resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"