Skip to content

Commit e692796

Browse files
author
mandragora-hub
committed
feat: refinement
1 parent 6547660 commit e692796

File tree

7 files changed

+26
-1045
lines changed

7 files changed

+26
-1045
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ The services will respond with the next JSON, given the URL <https://litterarum.
2121
}
2222
}
2323
```
24+
2425
## Development
2526

2627
Run docker-compose in watch mode:
2728

2829
```bash
2930
docker compose up --watch
3031
```
32+
33+
Or also if you prefer can use Live serve directly with vscode.

static/custom.css

Lines changed: 0 additions & 43 deletions
This file was deleted.

static/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
rel="stylesheet"
1010
href="https://assets.ubuntu.com/v1/vanilla-framework-version-4.12.0.min.css"
1111
/>
12-
<!-- <link rel="stylesheet" href="custom.css" /> -->
13-
<!-- <link href="lib/jsonTree.css" rel="stylesheet" /> -->
14-
<!-- <script src="lib/jsonTree.js"></script> -->
12+
<link rel="manifest" href="site.manifest.json" />
13+
<link rel="apple-touch-icon" href="apple-touch-icon.png">
1514
<title>PDF Metadata Extractor</title>
1615
</head>
1716

@@ -104,7 +103,7 @@ <h4 class="p-muted-heading">PDF Metadata Extractor</h4>
104103
<script src="script.js"></script>
105104
<script
106105
defer
107-
data-domain="extractor.metadata.redania.lat"
106+
data-domain="mandragora-hub.github.io/pdfutils-ui"
108107
src="https://plausible.redania.lat/js/script.js"
109108
></script>
110109
</body>

static/lib/jsonTree.css

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)