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';
77import rehypeAutolinkHeadings from 'rehype-autolink-headings' ;
88import { remarkExcerpt } from './src/remark/remark-excerpt' ;
99import search from './src/integrations/search' ;
10-
1110import sitemap from '@astrojs/sitemap' ;
1211
1312// https://astro.build/config
Original file line number Diff line number Diff line change 11---
22path : webseite
33title : Webseite
4- layout : ../../../layouts/pages/Page .astro
4+ layout : ../../../layouts/pages/PageWithAside .astro
55---
66
7+
8+ import License from ' ../../../../LICENSE?raw' ;
9+ import Changelog from ' ../../../../CHANGELOG.md' ;
10+ import { Code } from ' astro:components' ;
11+
712Hier sind die Informationen zur Webseite zu finden.
813
914## 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
44layout : ../../../layouts/pages/Page.astro
55---
66
7+ import License from ' ../../../../LICENSE?raw' ;
8+ import Changelog from ' ../../../../CHANGELOG.md' ;
9+ import { Code } from ' astro:components' ;
10+
711Here you can find information about this website.
812
913## 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