<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>User Guide on Scientific Python Hugo Theme documentation</title>
    <link>https://theme.scientific-python.org/user_guide/</link>
    <description>Recent content in User Guide on Scientific Python Hugo Theme documentation</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://theme.scientific-python.org/user_guide/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Features</title>
      <link>https://theme.scientific-python.org/user_guide/features/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/features/</guid>
      <description>&lt;h2 id=&#34;hugo-layouts&#34;&gt;Hugo Layouts&lt;a class=&#34;headerlink&#34; href=&#34;#hugo-layouts&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;_default/single.html&lt;/code&gt; : Single page layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;_default/section.html&lt;/code&gt; : Section layout (a section typically has &lt;code&gt;_index.md&lt;/code&gt; and contains other pages)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Blog post layouts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/posts/post.html&lt;/code&gt;: Blog post layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/posts/list.html&lt;/code&gt;: Blog post listing layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/posts/tag.html&lt;/code&gt;: Tag page layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;layers/partials/posts/comments.html&lt;/code&gt;: Empty by default; can be overridden to place a comments section&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-custom-html-header-content&#34;&gt;Add custom HTML header content&lt;a class=&#34;headerlink&#34; href=&#34;#add-custom-html-header-content&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/head.html&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;shortcut-list&#34;&gt;Shortcut list&lt;a class=&#34;headerlink&#34; href=&#34;#shortcut-list&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The depths of the shortcut list on the left of each post can be&#xA;controlled by setting the &lt;code&gt;shortcutDepth&lt;/code&gt; parameter in the post&#xA;preamble. It defaults to 2.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Started</title>
      <link>https://theme.scientific-python.org/user_guide/getstarted/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/getstarted/</guid>
      <description>&lt;p&gt;The &lt;strong&gt;Scientific Python Hugo Theme&lt;/strong&gt; is a theme for the &lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; static site generator, inspired by the &lt;a href=&#34;https://pydata-sphinx-theme.readthedocs.io/en/latest/&#34;&gt;PyData Sphinx Theme&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;To use this theme on your site, follow these instructions:&lt;/p&gt;&#xA;&lt;h2 id=&#34;dependencies&#34;&gt;Dependencies&lt;a class=&#34;headerlink&#34; href=&#34;#dependencies&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/installation/&#34;&gt;Install Hugo&lt;/a&gt;. Either the standard or extended editions of Hugo will work.&lt;/p&gt;&#xA;&lt;p&gt;Verify that &lt;code&gt;hugo&lt;/code&gt; is on your &lt;code&gt;PATH&lt;/code&gt;:&lt;/p&gt;&#xA;&#xA;&lt;div class=&#34;highlight&#34;&gt;&#xA;  &lt;pre&gt;$ hugo version&#xA;hugo v0.120.3-a4892a07b41b7b3f1f143140ee4ec0a9a5cf3970 linux/amd64 BuildDate=2023-11-01T17:57:00Z VendorInfo=gohugoio&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/hugo-pipes/transpile-sass-to-css/#dart-sass&#34;&gt;Install Dart Sass&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You can also &lt;a href=&#34;https://gohugo.io/installation/linux/#snap&#34;&gt;install Hugo as a snap&lt;/a&gt;, which includes Dart Sass.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Theme variables and CSS</title>
      <link>https://theme.scientific-python.org/user_guide/styling/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/styling/</guid>
      <description>&lt;p&gt;This section covers a few ways that you can control the look and feel of your&#xA;theme via your own CSS and theme variables.&lt;/p&gt;&#xA;&lt;h2 id=&#34;custom-css-stylesheets&#34;&gt;Custom CSS stylesheets&lt;a class=&#34;headerlink&#34; href=&#34;#custom-css-stylesheets&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Custom styles should be added to &lt;code&gt;/assets/css/my_css.css&lt;/code&gt; (where&#xA;&lt;code&gt;my_css&lt;/code&gt; can be any name, other than those already in the theme).&lt;/p&gt;&#xA;&lt;h2 id=&#34;css-theme-variables&#34;&gt;CSS theme variables&lt;a class=&#34;headerlink&#34; href=&#34;#css-theme-variables&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h2 id=&#34;fonts&#34;&gt;Fonts&lt;a class=&#34;headerlink&#34; href=&#34;#fonts&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;To override the fonts used, add a custom CSS file and set the following variables:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web Design Components</title>
      <link>https://theme.scientific-python.org/user_guide/web-components/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/web-components/</guid>
      <description>&lt;p&gt;The PyData Sphinx Theme uses&#xA;&lt;a href=&#34;https://sphinx-design.readthedocs.io/en/latest/index.html&#34;&gt;sphinx-design&lt;/a&gt;&#xA;to add several UI components and provide extra flexibility for content&#xA;creation. These include badges, buttons, cards, and tabs, among other&#xA;components. This theme provides custom CSS to ensure that&#xA;&lt;a href=&#34;https://sphinx-design.readthedocs.io/en/latest/index.html&#34;&gt;sphinx-design&lt;/a&gt;&#xA;elements look and feel consistent with this theme.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition seealso&#34;&gt;&#xA;  &lt;div class=&#34;admonition-title&#34;&gt; Seealso&lt;/div&gt;&#xA;  &lt;p&gt;&#xA;    For more information about how to use these extensions, see &lt;a href=&#34;https://sphinx-design.readthedocs.io/en/latest/index.html&#34;&gt;the&#xA;sphinx-design&#xA;documentation&lt;/a&gt;.&#xA;  &lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;Below you can find some examples of the components created with the&#xA;&lt;code&gt;sphinx-design&lt;/code&gt; extension.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
