cvless 2.7.0 → 2.7.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -19
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 498df6574fb776eba2df4c3c4016a18d6c9690946ed6a13ef07cc76cd545102a
4
- data.tar.gz: 87b39ef059031ea585f5402c2a29f2f0df7f7eb1ed6d37433592b5b082c62263
3
+ metadata.gz: 95cd41010b814a67107de259c7869b61e40996324e79f1b25f21eaf41cc621ae
4
+ data.tar.gz: 7a2754e1589ab6a4aff50e6fc5a61142c093b1229b9ef50d86478c0e697b966b
5
5
  SHA512:
6
- metadata.gz: 18868ae6abb51173d5378111680f91f374c3169b7ca8e85d3696991108166129d09d85215b58f869a4a4934e957aa52cc6bc2f8c309cd57a0702ecf4c6cca6c9
7
- data.tar.gz: e4fdf8e53336d20c2fbba49090a0e8081d7da15a9e41b108b48fa08f2c10359f3079495b0588d65073b50afd425fbc5be67c31caf95d366428300f3999eef2a6
6
+ metadata.gz: e05108f58c0a2f7954cf8b4797d46d37c498397cb24bf646230037b1f8bab59b4e23067798fe265bee257e63081ba91075d90aeb10fd06ed1ddcb9b6e5db329e
7
+ data.tar.gz: 54909f2c5e084380aecd7070d9106440350cd360cc1337f755d337fb047a44bba1d2459b0d8a189d65e137d6cc0636823807c2e379c9911cf83b82ddf1605190
data/README.md CHANGED
@@ -59,25 +59,6 @@ Second, you might want to edit the style variables specified in `_sass/_variable
59
59
 
60
60
  In addition to these files, you can customize favicons in the `assets` folder. For that, [favicon.io](https://favicon.io/) is an excellent tool. You can also change the particles.js configurations in `assets/js/particles.json`. The [library homepage](https://vincentgarreau.com/particles.js/) features an interactive tool from which you can export a new configuration.
61
61
 
62
- ## Local development
63
-
64
- The `demo` folder includes a `docker-compose.yml` file that allows you to quickly setup a container running Jekyll. If you don't already have Docker and Docker Compose installed, you can install them using the following guides:
65
-
66
- * [Docker](https://docs.docker.com/get-docker/)
67
- * [Docker Compose](https://docs.docker.com/compose/install/)
68
-
69
- To start the container simply run:
70
-
71
- ```
72
- docker-compose up
73
- ```
74
-
75
- Alternatively, you can run the container without Docker Compose using this command on iOS/Linux:
76
-
77
- ```
78
- docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve
79
- ```
80
-
81
62
  ## Credits
82
63
 
83
64
  The theme draws in one way or another from the following projects:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cvless
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - piazzai