aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' },