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.
- checksums.yaml +4 -4
- data/README.md +0 -19
- 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: 95cd41010b814a67107de259c7869b61e40996324e79f1b25f21eaf41cc621ae
|
4
|
+
data.tar.gz: 7a2754e1589ab6a4aff50e6fc5a61142c093b1229b9ef50d86478c0e697b966b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|