<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Emacs Theme Demo</title><link>https://arthurheymans.github.io/hugo-emacs-theme/</link><description>Recent content on Emacs Theme Demo</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 15 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://arthurheymans.github.io/hugo-emacs-theme/index.xml" rel="self" type="application/rss+xml"/><item><title>Welcome to the Emacs Hugo Theme</title><link>https://arthurheymans.github.io/hugo-emacs-theme/posts/welcome-to-emacs-theme/</link><pubDate>Mon, 15 Jan 2024 00:00:00 +0000</pubDate><guid>https://arthurheymans.github.io/hugo-emacs-theme/posts/welcome-to-emacs-theme/</guid><description>&lt;p&gt;Welcome to the Emacs Hugo theme! This theme transforms your Hugo blog into an authentic Emacs-like experience.&lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;p&gt;Try these keyboard shortcuts:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Press &lt;code&gt;n&lt;/code&gt; and &lt;code&gt;p&lt;/code&gt; to navigate between articles&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;RET&lt;/code&gt; or &lt;code&gt;o&lt;/code&gt; to open an article&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;q&lt;/code&gt; to go back to the list&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;t&lt;/code&gt; to toggle between dark and light themes&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;?&lt;/code&gt; to see all available shortcuts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="window-management"&gt;Window Management&lt;/h2&gt;
&lt;p&gt;Just like in Emacs, you can split your view:&lt;/p&gt;</description></item><item><title>Keyboard Navigation Guide</title><link>https://arthurheymans.github.io/hugo-emacs-theme/posts/keyboard-navigation/</link><pubDate>Sun, 14 Jan 2024 00:00:00 +0000</pubDate><guid>https://arthurheymans.github.io/hugo-emacs-theme/posts/keyboard-navigation/</guid><description>&lt;p&gt;One of the key features of this theme is comprehensive keyboard navigation, inspired by Emacs keybindings.&lt;/p&gt;
&lt;h2 id="philosophy"&gt;Philosophy&lt;/h2&gt;
&lt;p&gt;Emacs users know the power of keeping your hands on the keyboard. This theme brings that same efficiency to your blog reading experience.&lt;/p&gt;
&lt;h2 id="navigation-keys"&gt;Navigation Keys&lt;/h2&gt;
&lt;h3 id="in-the-article-list"&gt;In the Article List&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Key&lt;/th&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;n&lt;/code&gt; / &lt;code&gt;↓&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Move to next article&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;p&lt;/code&gt; / &lt;code&gt;↑&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Move to previous article&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;RET&lt;/code&gt; / &lt;code&gt;o&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Open selected article&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;&amp;lt;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Jump to first article&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;&amp;gt;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Jump to last article&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="in-an-article"&gt;In an Article&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Key&lt;/th&gt;
 &lt;th&gt;Action&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;n&lt;/code&gt; / &lt;code&gt;p&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Scroll or navigate (context-dependent)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;SPC&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Page down&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;S-SPC&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Page up&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;C-v&lt;/code&gt; / &lt;code&gt;M-v&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Page down / up (Emacs style)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;&amp;lt;&lt;/code&gt; / &lt;code&gt;&amp;gt;&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Beginning / end of article&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;q&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;Return to list&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="tips"&gt;Tips&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Split view&lt;/strong&gt;: Use &lt;code&gt;C-x 3&lt;/code&gt; to read articles while keeping the list visible&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Quick switching&lt;/strong&gt;: &lt;code&gt;Tab&lt;/code&gt; or &lt;code&gt;C-x o&lt;/code&gt; switches between windows&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Theme toggle&lt;/strong&gt;: Press &lt;code&gt;t&lt;/code&gt; anytime to switch between dark and light modes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Font size&lt;/strong&gt;: Use &lt;code&gt;+&lt;/code&gt; and &lt;code&gt;-&lt;/code&gt; to adjust text size&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Modus Themes: Accessible Colors</title><link>https://arthurheymans.github.io/hugo-emacs-theme/posts/modus-themes/</link><pubDate>Sat, 13 Jan 2024 00:00:00 +0000</pubDate><guid>https://arthurheymans.github.io/hugo-emacs-theme/posts/modus-themes/</guid><description>&lt;p&gt;This theme uses color schemes based on the &lt;a href="https://protesilaos.com/emacs/modus-themes"&gt;Modus Themes&lt;/a&gt; by Protesilaos Stavrou.&lt;/p&gt;
&lt;h2 id="why-modus"&gt;Why Modus?&lt;/h2&gt;
&lt;p&gt;Modus themes are designed with accessibility in mind. They conform to the highest standard for color contrast (WCAG AAA), making them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easy on the eyes for extended reading&lt;/li&gt;
&lt;li&gt;Accessible to users with visual impairments&lt;/li&gt;
&lt;li&gt;Consistent across different displays&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="two-variants"&gt;Two Variants&lt;/h2&gt;
&lt;h3 id="modus-vivendi-dark"&gt;Modus Vivendi (Dark)&lt;/h3&gt;
&lt;p&gt;The default dark theme features a deep background with carefully selected foreground colors that maintain excellent contrast without being harsh.&lt;/p&gt;</description></item><item><title>Customizing Your Theme</title><link>https://arthurheymans.github.io/hugo-emacs-theme/posts/customization/</link><pubDate>Fri, 12 Jan 2024 00:00:00 +0000</pubDate><guid>https://arthurheymans.github.io/hugo-emacs-theme/posts/customization/</guid><description>&lt;p&gt;The Emacs Hugo theme is designed to be easily customizable while maintaining its authentic Emacs look and feel.&lt;/p&gt;
&lt;h2 id="fonts"&gt;Fonts&lt;/h2&gt;
&lt;p&gt;The theme ships with &lt;a href="https://github.com/tonsky/FiraCode"&gt;Fira Code&lt;/a&gt;, a popular monospace font with programming ligatures.&lt;/p&gt;
&lt;p&gt;To use a different font:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add your font files to &lt;code&gt;static/fonts/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Update the &lt;code&gt;@font-face&lt;/code&gt; declarations in &lt;code&gt;assets/css/main.css&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Change the &lt;code&gt;font-family&lt;/code&gt; property&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="colors"&gt;Colors&lt;/h2&gt;
&lt;p&gt;All colors are defined as CSS custom properties in &lt;code&gt;assets/css/themes.css&lt;/code&gt;. The main variables include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;--bg-main&lt;/code&gt; - Primary background&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--fg-main&lt;/code&gt; - Primary foreground (text)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--bg-active&lt;/code&gt; - Active/selected items&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--border-color&lt;/code&gt; - Window borders&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="modeline"&gt;Modeline&lt;/h2&gt;
&lt;p&gt;The modeline at the bottom of each buffer shows:&lt;/p&gt;</description></item></channel></rss>