Skip to content

jaredpreston/web-1

 
 

Repository files navigation

CI

This is the www.ory.sh website!

Contributing

Writing Blog Articles

To be done.

Writing Pages

Pages are kept in src/pages and must be markdown files. Additionally, you need to add meta information at the top of the markdown file:

---
path: '/the-path'
title: 'The Page Title'
---

The text of your article...
  • path: The page's URL (e.g. /about-us). Start with leading slash!
  • title: Page title in the hero section.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.3%
  • JavaScript 13.6%
  • Other 0.1%