modified: content/posts/informatics/ms-power.mdx

modified:   next.config.js
	modified:   package-lock.json
	modified:   package.json
	modified:   public/sitemap-0.xml
main
joker 2 years ago
parent 1befdc443b
commit b5142b6c46
  1. 18
      content/posts/informatics/ms-power.mdx
  2. 16
      next.config.js
  3. 3937
      package-lock.json
  4. 73
      package.json
  5. 26
      public/sitemap-0.xml

@ -24,23 +24,23 @@ tags:
/> />
## Пример объектов на слайдах ## Пример объектов на слайдах
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/01.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/01.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/02.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/02.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/03.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/03.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/04.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/04.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/05.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/05.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/06.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/06.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/07.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/07.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/08.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/08.jpg)
![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/09.jpg) ![`Использование функции вставка Microsoft PowerPoint` {{ w: 1280, h: 720, alt:"Использование функции вставка Microsoft PowerPoint", cap: "Использование функции вставка Microsoft PowerPoint" }}](/informatica/5_1/slide/09.jpg)
## Исходные файлы ## Исходные файлы

@ -1,10 +1,8 @@
const { withContentlayer } = require('next-contentlayer'); /**
* @type {import('next').NextConfig}
/** @type {import('next').NextConfig} */ */
const nextConfig = { const nextConfig = {
experimental: { /* config options here */
appDir: true, }
},
}; module.exports = nextConfig
module.exports = withContentlayer(nextConfig);

3937
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{ {
"name": "blog", "name": "edu.krasnikov.pro",
"version": "1.3.7", "version": "1.3.8",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"test": "npx vitest", "test": "npx vitest",
@ -14,72 +14,73 @@
"build-storybook": "npx contentlayer build && storybook build" "build-storybook": "npx contentlayer build && storybook build"
}, },
"dependencies": { "dependencies": {
"@giscus/react": "^2.2.8", "@giscus/react": "^2.3.0",
"@vercel/analytics": "^1.0.0", "@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.5.3", "@vercel/og": "^0.5.20",
"@vkontakte/icons": "^2.64.0", "@vkontakte/icons": "^2.78.0",
"clsx": "^1.2.1", "clsx": "^1.2.1",
"contentlayer": "^0.3.1", "contentlayer": "^0.3.1",
"date-fns": "^2.29.3", "date-fns": "^2.30.0",
"eslint": "8.39.0", "eslint": "8.39.0",
"eslint-config-next": "13.3.1", "eslint-config-next": "13.3.1",
"grapheme-splitter": "^1.0.4", "grapheme-splitter": "^1.0.4",
"hastscript": "^7.2.0", "hastscript": "^7.2.0",
"lucide-react": "^0.176.0", "lucide-react": "^0.176.0",
"next": "13.3.1", "next": "^13.5.6",
"next-contentlayer": "^0.3.1", "next-contentlayer": "^0.3.4",
"next-sitemap": "^4.0.7", "next-sitemap": "^4.2.3",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-tooltip": "5.11.1", "react-tooltip": "5.11.1",
"react-typist-component": "^1.0.5", "react-typist-component": "^1.0.5",
"react-wrap-balancer": "^0.4.0", "react-wrap-balancer": "^0.4.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.5", "rehype-pretty-code": "^0.9.11",
"rehype-slug": "^5.1.0", "rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1", "remark-gfm": "^3.0.1",
"shiki": "^0.14.1", "sharp": "^0.32.6",
"tailwind-merge": "^1.12.0", "shiki": "^0.14.5",
"tailwind-merge": "^1.14.0",
"unified": "^10.1.2", "unified": "^10.1.2",
"vitest": "^0.30.1", "vitest": "^0.30.1",
"zustand": "^4.3.7" "zustand": "^4.4.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.23.3",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2", "@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@next/env": "^13.3.1", "@next/env": "^13.5.6",
"@storybook/addon-essentials": "^7.0.6", "@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.0.6", "@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.0.6", "@storybook/addon-links": "^7.5.3",
"@storybook/addons": "^7.0.6", "@storybook/addons": "^7.5.3",
"@storybook/api": "^7.0.6", "@storybook/api": "^7.5.3",
"@storybook/blocks": "^7.0.6", "@storybook/blocks": "^7.0.6",
"@storybook/components": "^7.0.6", "@storybook/components": "^7.0.6",
"@storybook/core-events": "^7.0.6", "@storybook/core-events": "^7.0.6",
"@storybook/nextjs": "^7.0.6", "@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.0.6", "@storybook/react": "^7.0.6",
"@storybook/testing-library": "^0.1.0", "@storybook/testing-library": "^0.1.0",
"@storybook/theming": "^7.0.6", "@storybook/theming": "^7.0.6",
"@storybook/types": "^7.0.6", "@storybook/types": "^7.0.6",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.10",
"@types/node": "18.16.0", "@types/node": "18.16.0",
"@types/react": "18.0.38", "@types/react": "18.0.38",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.16",
"css-loader": "^6.7.3", "css-loader": "^6.8.1",
"eslint-plugin-storybook": "^0.6.11", "eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.11.0", "eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.23", "postcss": "^8.4.31",
"postcss-loader": "^7.2.4", "postcss-loader": "^7.3.3",
"prettier": "2.8.8", "prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7", "prettier-plugin-tailwindcss": "^0.2.8",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"storybook": "^7.0.6", "storybook": "^7.5.3",
"storybook-tailwind-dark-mode": "^1.0.22", "storybook-tailwind-dark-mode": "^1.0.22",
"style-loader": "^3.3.2", "style-loader": "^3.3.3",
"tailwindcss": "^3.3.1", "tailwindcss": "^3.3.5",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4", "typescript": "^5.2.2",
"webpack": "^5.80.0" "webpack": "^5.89.0"
} }
} }

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://edu.krasnikov.pro/posts/exam/minimum-knowledge-of-python</loc><lastmod>2023-11-16T12:35:20.587Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts</loc><lastmod>2023-11-16T20:42:15.861Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/class-10g</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/class-10v</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/exam/minimum-knowledge-of-python</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/ms-power</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/textbook/python</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/ms-word</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/class-10g</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/python-pygames</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/class-10v</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/python-task</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/ms-power</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/python-turtle</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/ms-word</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/informatics/python-well</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/python-pygames</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts/textbook/python</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/python-task</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/python-turtle</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/about</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/posts/informatics/python-well</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://edu.krasnikov.pro/posts</loc><lastmod>2023-11-16T12:35:20.588Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url> <url><loc>https://edu.krasnikov.pro/about</loc><lastmod>2023-11-16T20:42:15.862Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset> </urlset>
Loading…
Cancel
Save