Skip to content

Commit

Permalink
site: depoly
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan committed May 20, 2024
1 parent d77152f commit f06f098
Show file tree
Hide file tree
Showing 56 changed files with 16 additions and 776 deletions.
11 changes: 7 additions & 4 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' },
{ text: 'Clock', link: '/public/js30/clock/index.html' },
{ text: 'Kit', link: '/public/js30/kit/index.html' },
{ text: 'FlexPanel', link: '/public/js30/flexPlans/index.html' }
{ text: 'Clock', link: '/public/clock.html' },
],

sidebar: [
Expand All @@ -26,6 +24,11 @@ export default defineConfig({

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
],

footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2023-present Pan',
},
}
})
13 changes: 3 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: home

hero:
name: "pan's blog project"
name: "pan's site"
text: "a simple blog website"
tagline: My great project tagline
actions:
Expand All @@ -15,16 +15,9 @@ hero:
link: /api-examples

features:
- title: Kit
details: A simple demo for vitePress
link: /public/js30/kit/index.html

- title: Clock
icon: 🧭
details: made by html, css, js
link: /public/js30/clock/index.html

- title: FlexPanel
details: javascript + css + js
link: /public/js30/flexPlans/index.html
link: /public/clock.html
---

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions docs/public/js30/clock/index.html → docs/public/clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>clock</title>
<link rel="stylesheet" href="./style.css">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon-16x16.png">
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
<script>
function adaptBackgroundImage() {
const windowWidth = window.innerWidth
Expand All @@ -32,7 +32,7 @@
window.dispatchEvent(new Event('resize'))
})
</script>
<script src="./index.js" defer></script>
<script src="index.js" defer></script>

</head>
<body>
Expand Down
File renamed without changes.
Binary file not shown.
Binary file removed docs/public/js30/cssVar/assets/favicon-16x16.png
Binary file not shown.
Binary file removed docs/public/js30/cssVar/assets/favicon-32x32.png
Binary file not shown.
Binary file removed docs/public/js30/cssVar/assets/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
73 changes: 0 additions & 73 deletions docs/public/js30/cssVar/index.html

This file was deleted.

13 changes: 0 additions & 13 deletions docs/public/js30/cssVar/index.js

This file was deleted.

116 changes: 0 additions & 116 deletions docs/public/js30/cssVar/style.css

This file was deleted.

Binary file not shown.
Binary file removed docs/public/js30/flexPlans/assets/favicon-16x16.png
Binary file not shown.
Binary file removed docs/public/js30/flexPlans/assets/favicon-32x32.png
Binary file not shown.
Binary file removed docs/public/js30/flexPlans/assets/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
78 changes: 0 additions & 78 deletions docs/public/js30/flexPlans/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions docs/public/js30/flexPlans/index.js

This file was deleted.

Loading

0 comments on commit f06f098

Please sign in to comment.