1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

cleaner site [ci skip]

This commit is contained in:
Michael Greenberg 2021-06-25 17:11:40 -04:00
parent 3814b9ffb3
commit 8331ccecdd
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<section id="downloads" class="clearfix">
<a href="{{ site.github.macos_url }}" id="download-macos" class="button"><span>exe (macOS)</span></a>
<a href="{{ site.github.linux_url }}" id="download-linux" class="button"><span>exe (Linux)</span></a>
<a href="{{ site.github.repository_url }}" id="view-on-github" class="button"><span>View on GitHub</span></a>
<a href="{{ site.github.repository_url }}" id="view-on-github" class="button"><span>github</span></a>
</section>
<hr>
<section id="main_content">

View File

@ -54,8 +54,9 @@ $ cat object_edited.json
{"eyes":2,"fingernails":10,"human":true,"name":"Mikey Indiana","nose":1,"pockets":{"pants":"keys","shirt":"pen"}}
```
Notice a few things: the `nose` key parsed out the number; the
`pockets` directory got turned into an object.
Notice a few things: the `nose` key of the resulting object has a
number as its value, not a string; the `pockets` directory got turned
into an object.
You can specify an explicit mountpoint by running `ffs -m MOUNT file`;
you can specify an output file with `-o OUTPUT`. You can edit a file