Improvements

Fixed relative_url linking; fixes tooltips and color modes. Add README. Readability improvement.
This commit is contained in:
BudsieBuds
2024-11-08 18:24:41 +01:00
parent c77c9f7c19
commit ac6ccf4abb
5 changed files with 10 additions and 4 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
<h3 align="center"><a href="#"><img src="https://raw.githubusercontent.com/opensourcepos/opensourcepos/master/branding/emblem.svg" alt="Open Source Point of Sale Logo" width="auto" height="21"></a> Open Source Point of Sale</h3>
This is the source code for the Open Source Point of Sale website. The website is build by GitHub Pages with Jekyll. Dependency versions used are found here: https://pages.github.com/versions/.

View File

@@ -21,6 +21,7 @@ title: Open Source Point of Sale
description: >- # this means to ignore newlines until "baseurl:"
Open Source Point of Sale is a web based point of sale system written in the PHP language.
It uses MySQL as the data storage back-end and has a simple user interface.
baseurl: ""
url: "https://opensourcepos.org" # the base hostname & protocol for your site, e.g. http://example.com
locale: en

View File

@@ -6,6 +6,6 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="icon" href="{{ '/favicon.ico' | relative_url }}" sizes="any">
<link rel="icon" href="{{ '/icon.svg' | relative_url }}" type="image/svg+xml">
<meta name="theme-color" content="#2c3e50">

View File

@@ -1,3 +1,3 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="{{ 'assets/js/bs-colormodes.js' | relative_url }}"></script>
<script src="{{ 'assets/js/bs-tooltips.js' | relative_url }}"></script>
<script src="{{ '/assets/js/bs-colormodes.js' | relative_url }}"></script>
<script src="{{ '/assets/js/bs-tooltips.js' | relative_url }}"></script>

View File

@@ -19,6 +19,7 @@ title: Home
<a href="https://translate.opensourcepos.org/engage/opensourcepos/?utm_source=widget" target="_blank" rel="noopener"><img src="https://translate.opensourcepos.org/widgets/opensourcepos/-/svg-badge.svg" alt="Translation Status"></a>
</p>
<br>
## 👋 Introduction
---
@@ -187,3 +188,4 @@ Any person or company found breaching the license agreement might find a bunch o
</tr>
</tbody>
</table>
<br>