aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-06-19 11:14:12 +0100
committerChristopher Baines <mail@cbaines.net>2019-06-19 11:14:12 +0100
commit0c1fdcca970f8767b39308812f8b182536992dbf (patch)
treeacfd3de1c2967bd01bf79ac67e4c37a417e77763
parent90b7876a3e7a5c183017b4e515ad89bd5034dc46 (diff)
downloadperl-software-in-gnu-guix-0c1fdcca970f8767b39308812f8b182536992dbf.tar
perl-software-in-gnu-guix-0c1fdcca970f8767b39308812f8b182536992dbf.tar.gz
WIP
-rw-r--r--index.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/index.html b/index.html
index 195046e..9cb33a6 100644
--- a/index.html
+++ b/index.html
@@ -31,6 +31,7 @@
background: none !important;
border: none !important;
box-shadow: none !important;
+ font-size: 0.45em !important;
}
.caption {
@@ -106,7 +107,7 @@ x86_64-linux-thread-multi
<section>
<h2>Using Perl modules</h2>
- <pre style="font-size: 0.48em;">
+ <pre>
→ guix install perl perl-uri
→ echo $PERL5LIB
@@ -257,7 +258,7 @@ commenting."</span>)
</section>
<section>
- <pre style="font-size: 0.4em;">
+ <pre>
/gnu/store/hcrv2cqzbisdb35hg2xmbxp1r2z7ijzd-ikiwiki-3.20190228
├── bin
│   ├── ikiwiki
@@ -322,7 +323,7 @@ in repository guix.
</section>
<section>
- <pre>
+ <pre class="stretch">
→ guix import cpan HTTP::Tinyish
Starting download of /tmp/guix-file.f6bYLw
@@ -351,6 +352,16 @@ From http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.15.tar.gz...
<span class="string">"HTTP::Tiny compatible HTTP client wrappers"</span>)
(description fill-in-yourself!)
(license perl-license))</pre>
+ </section>
+
+ <section>
+ <h2>Recap: Through Guix you can...</h2>
+ <p>Get and use Perl</p>
+
+ <p>Get and use Perl modules</p>
+
+ <p>Get and use tools and applications written in Perl</p>
+ </section>
</div>
</div>
@@ -364,7 +375,7 @@ From http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.15.tar.gz...
Reveal.initialize({
controls: false,
history: true,
- showNotes: true,
+ //showNotes: true,
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },