File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " r.obin.ch " : patch
3
+ ---
4
+
5
+ Add website page
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import rehypeSlug from 'rehype-slug';
7
7
import rehypeAutolinkHeadings from 'rehype-autolink-headings' ;
8
8
import { remarkExcerpt } from './src/remark/remark-excerpt' ;
9
9
import search from './src/integrations/search' ;
10
-
11
10
import sitemap from '@astrojs/sitemap' ;
12
11
13
12
// https://astro.build/config
Original file line number Diff line number Diff line change 1
1
---
2
2
path : webseite
3
3
title : Webseite
4
- layout : ../../../layouts/pages/Page .astro
4
+ layout : ../../../layouts/pages/PageWithAside .astro
5
5
---
6
6
7
+
8
+ import License from ' ../../../../LICENSE?raw' ;
9
+ import Changelog from ' ../../../../CHANGELOG.md' ;
10
+ import { Code } from ' astro:components' ;
11
+
7
12
Hier sind die Informationen zur Webseite zu finden.
8
13
9
14
## Lizenz
15
+
16
+ <Code code = { License } lang = " plaintext" theme = " github-light" />
17
+
18
+ ## Änderungsverlauf
19
+
20
+ <Changelog />
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ title: Website
4
4
layout : ../../../layouts/pages/Page.astro
5
5
---
6
6
7
+ import License from ' ../../../../LICENSE?raw' ;
8
+ import Changelog from ' ../../../../CHANGELOG.md' ;
9
+ import { Code } from ' astro:components' ;
10
+
7
11
Here you can find information about this website.
8
12
9
13
## License
14
+
15
+ <Code code = { License } lang = " plaintext" theme = " github-light" />
16
+
17
+ ## Changelog
18
+
19
+ <Changelog />
You can’t perform that action at this time.
0 commit comments