utopia-project 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -9
- data/lib/utopia/project/version.rb +1 -1
- data/pages/_heading.xnode +0 -1
- data/pages/_page.xnode +2 -0
- data/public/_static/site.css +4 -0
- 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: 8332a30e284e63d750d468fad7370980c7a8fa2951fa963e183312c03c3d48bf
|
4
|
+
data.tar.gz: 9fa9cd594dfba88b7c3b2bfadd48b57a7797ed61911b1fbd3dece04af27cfc46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09f4ba9187a4646655e1f244d2121873c50ff93e8b990797f12c232df9b4665117b9813cbf05aa2a271e56a195216b6f4f47da5d2a12c1e01dc59786fa6ac6fe'
|
7
|
+
data.tar.gz: a9312ead00722f681084f8179d0a7e95c1477de4b03576d215a003dae2fd02b8afed621878421352ee85df9b6855df4b791affacc2127957cf2661488b01b0fb
|
data/README.md
CHANGED
@@ -10,14 +10,6 @@ My goal is to provide task-centric documentation, and to continually improve the
|
|
10
10
|
|
11
11
|
With that in mind, this web application provides such a model and will evolve over time to suit my requirements and the needs of my users.
|
12
12
|
|
13
|
-
## Installation
|
14
|
-
|
15
|
-
Execute the following in your project:
|
16
|
-
|
17
|
-
~~~ bash
|
18
|
-
bundle add utopia-project
|
19
|
-
~~~
|
20
|
-
|
21
13
|
## Usage
|
22
14
|
|
23
15
|
Please see the <a href="https://socketry.github.io/utopia-project/">project documentation</a> or run it locally using `bake utopia:project:serve`.
|
@@ -34,7 +26,7 @@ We welcome contributions to this project.
|
|
34
26
|
|
35
27
|
## See Also
|
36
28
|
|
37
|
-
- [Utopia](https://github.com/socketry/utopia) — The website framework which powers this
|
29
|
+
- [Utopia](https://github.com/socketry/utopia) — The website framework which powers this web application.
|
38
30
|
- [Decode](https://github.com/ioquatix/decode) — The source code parser and cross-referencing library.
|
39
31
|
|
40
32
|
## License
|
data/pages/_heading.xnode
CHANGED
data/pages/_page.xnode
CHANGED
data/public/_static/site.css
CHANGED