<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HTML on kenji.blog</title><link>http://kenji.blog/en/tags/html/</link><description>Recent content in HTML on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>kenjinote</copyright><lastBuildDate>Thu, 06 Apr 2023 23:23:46 +0900</lastBuildDate><atom:link href="http://kenji.blog/en/tags/html/index.xml" rel="self" type="application/rss+xml"/><item><title>How to make a presentation with HTML (reveal.js)</title><link>http://kenji.blog/en/p/html%E3%81%A7%E3%83%97%E3%83%AC%E3%82%BC%E3%83%B3%E8%B3%87%E6%96%99%E3%82%92%E4%BD%9C%E3%82%8B%E6%96%B9%E6%B3%95reveal.js/</link><pubDate>Thu, 06 Apr 2023 23:23:46 +0900</pubDate><guid>http://kenji.blog/en/p/html%E3%81%A7%E3%83%97%E3%83%AC%E3%82%BC%E3%83%B3%E8%B3%87%E6%96%99%E3%82%92%E4%BD%9C%E3%82%8B%E6%96%B9%E6%B3%95reveal.js/</guid><description>&lt;img src="http://kenji.blog/p/html%E3%81%A7%E3%83%97%E3%83%AC%E3%82%BC%E3%83%B3%E8%B3%87%E6%96%99%E3%82%92%E4%BD%9C%E3%82%8B%E6%96%B9%E6%B3%95reveal.js/img.png" alt="Featured image of post How to make a presentation with HTML (reveal.js)" />&lt;h1 id="how-to-make-a-presentation-with-html">How to make a presentation with HTML
&lt;/h1>&lt;p>reveal.js is a presentation creation tool using HTML and Markdown, with the following features:&lt;/p>
&lt;ul>
&lt;li>A variety of presentation features such as mathematical formulas, animations, and swipe operations&lt;/li>
&lt;li>Customizable themes and layouts&lt;/li>
&lt;li>Navigation features compatible with multiple devices such as mice, keyboards, and touchpads&lt;/li>
&lt;li>Advanced features such as automatic slide playback and video embedding&lt;/li>
&lt;li>Can be exported in PDF format&lt;/li>
&lt;/ul>
&lt;p>With these features, users can easily create interactive and engaging presentations.&lt;/p>
&lt;h1 id="how-to-install-and-use-revealjs">How to install and use reveal.js
&lt;/h1>&lt;p>The easiest way to use it is to download the entire ZIP from the following page and extract it.&lt;/p>
&lt;ol>
&lt;li>Open &lt;a class="link" href="https://revealjs.com/installation" target="_blank" rel="noopener"
>https://revealjs.com/installation&lt;/a> and download &lt;code>master.zip&lt;/code> from the link&lt;/li>
&lt;li>Open index.html in the extracted folder in a browser&lt;/li>
&lt;li>Rewrite index.html to create your own presentation&lt;/li>
&lt;/ol>
&lt;ul>
&lt;li>You can use demo.html as a reference since it contains HTML code for a demo.&lt;/li>
&lt;/ul>
&lt;h1 id="use-cases">Use Cases
&lt;/h1>&lt;p>The presentations you create can be published as web pages as is, or exported as PDFs.
Also, since the source of the presentation is text, it is easy to manage it with a version control system.&lt;/p>
&lt;p>It seems you can also create presentations in Markdown format.&lt;/p>
&lt;h1 id="references">References
&lt;/h1>&lt;ul>
&lt;li>&lt;a class="link" href="https://qiita.com/Targityen/items/40ae4795e2cb77c1adc6" target="_blank" rel="noopener"
>Let&amp;rsquo;s use reveal.js for future presentations&lt;/a>&lt;/li>
&lt;li>&lt;a class="link" href="https://qiita.com/jkjoluvjlajelljicvjzojieoaid/items/01cd7ff819bc2e69b652" target="_blank" rel="noopener"
>List of Markdown Notation Samples&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>Using HTML Tags in HUGO</title><link>http://kenji.blog/en/p/hugo%E3%81%A7html%E3%82%BF%E3%82%B0%E3%82%92%E4%BD%BF%E3%81%86/</link><pubDate>Tue, 17 Jan 2023 19:20:32 +0900</pubDate><guid>http://kenji.blog/en/p/hugo%E3%81%A7html%E3%82%BF%E3%82%B0%E3%82%92%E4%BD%BF%E3%81%86/</guid><description>&lt;img src="http://kenji.blog/p/hugo%E3%81%A7html%E3%82%BF%E3%82%B0%E3%82%92%E4%BD%BF%E3%81%86/img.png" alt="Featured image of post Using HTML Tags in HUGO" />&lt;p>By default, HUGO does not allow the use of HTML tags in articles, but you can enable them by adding the following to your config.toml.&lt;/p>
&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-toml" data-lang="toml">&lt;span class="line">&lt;span class="cl">&lt;span class="p">[&lt;/span>&lt;span class="nx">markup&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">goldmark&lt;/span>&lt;span class="p">.&lt;/span>&lt;span class="nx">renderer&lt;/span>&lt;span class="p">]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="nx">unsafe&lt;/span> &lt;span class="p">=&lt;/span> &lt;span class="kc">true&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;p>Reference: &lt;a class="link" href="https://gohugo.io/getting-started/configuration-markup" target="_blank" rel="noopener"
>Configure Markup&lt;/a>&lt;/p></description></item></channel></rss>