update README and edit link for gitea
This commit is contained in:
parent
09815ba2b1
commit
297c528248
|
@ -23,13 +23,13 @@ Wie du deine Änderung veröffentlichst steht in der Sektion Deploy.
|
|||
|
||||
## Eine neue Seite erstellen
|
||||
|
||||
Um eine neue Seite zu erstellen lege eine neue Datei im `src/pages` Ordner
|
||||
[hier](https://repos.ctdo.de/-/ide/project/neri/ctdo-hompage/tree/master/-/src/pages/) an.
|
||||
Um eine neue Seite zu erstellen lege eine neue Datei im `src/webpages` Ordner
|
||||
[hier](https://repos.ctdo.de/neri/ctdo-homepage/src/branch/master/src/webpages) an.
|
||||
Wie die Seite aufgebaut sein muss steht unten in der Sektion Seitenlayout.
|
||||
Wie du deine Änderung veröffentlichst steht in der Sektion Deploy.
|
||||
|
||||
Um die neue Seite in die Navigation einzubinden füge ein neues Element in das Array `pages` in
|
||||
[diese Datei](https://repos.ctdo.de/-/ide/project/neri/ctdo-hompage/blob/master/-/src/components/nav.js)
|
||||
[diese Datei](https://repos.ctdo.de/neri/ctdo-homepage/_edit/master/src/components/nav.js)
|
||||
ein.
|
||||
|
||||
## Seitenlayout
|
||||
|
|
|
@ -5,7 +5,7 @@ import { MDXRenderer } from 'gatsby-plugin-mdx'
|
|||
import { MDXProvider } from '@mdx-js/react'
|
||||
|
||||
const ide =
|
||||
'https://repos.ctdo.de/-/ide/project/neri/ctdo-homepage/edit/master/-/src/pages/'
|
||||
'https://repos.ctdo.de/neri/ctdo-homepage/_edit/master/src/webpages/'
|
||||
|
||||
const MdLeakH1 = props => <h2 {...props}># {props.children}</h2>
|
||||
const MdLeakH2 = props => <h3 {...props}>## {props.children}</h3>
|
||||
|
|
Loading…
Reference in New Issue