Skip to content

Commit

Permalink
initial oranda setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Aug 19, 2023
1 parent bdc18fd commit b2a74e2
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ target
.cargo
.settings
test_data/links/link-*
/public/
61 changes: 61 additions & 0 deletions docs/src/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/src/oranda.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.logo {
display: block;
height: 170px;
}
13 changes: 13 additions & 0 deletions oranda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"project": {
"name": "uutils findutils"
},
"components": {
"changelog": true
},
"styles": {
"theme": "light",
"logo": "docs/src/logo.svg",
"additional_css": ["docs/src/oranda.css"]
}
}

0 comments on commit b2a74e2

Please sign in to comment.