cvless 2.7.2 → 2.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fbea198dbe1e2b49282f97717e1a52e6c86bdfc13db2ea516d003f519347fcb
|
|
4
|
+
data.tar.gz: c365a0ef6e614e07184194cca9dc9695f861f61da41098a3324505d4273b555d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91652495368076ac0b1b4ac9276928aac3c51ac40cc28880c17630a05524d3d04e534b756b168adf42861f48797dcfcaa1de953db07df8541e4fc67db5c55bfc
|
|
7
|
+
data.tar.gz: 15d0ae73ae4f12081385681819f12d2e752a99085ff8c2599827dd1c01a820ca8ba9505c82db3d31a8ca0b7b304359d5d8cc69149551d3cf21ffd60f84d0263c
|
data/README.md
CHANGED
|
@@ -8,8 +8,6 @@ Light and dark modes are available. The theme initializes based on system prefer
|
|
|
8
8
|
|
|
9
9
|
See the [demo](https://piazzai.github.io/cvless) to get a better sense of what the theme looks like.
|
|
10
10
|
|
|
11
|
-

|
|
12
|
-
|
|
13
11
|
## Installation
|
|
14
12
|
|
|
15
13
|
The theme can be installed as usual by cloning this repository and editing the files. However, it is far more convenient to install it as a gem, in which case all the files you do not want or need to customize remain hidden from view, but will still be read and processed during build.
|