Files
hugo-fresh/index.xml

14 lines
3.0 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo Fresh documentation</title><link>https://stefma.github.io/hugo-fresh/</link><description>Recent content on Hugo Fresh documentation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://stefma.github.io/hugo-fresh/index.xml" rel="self" type="application/rss+xml"/><item><title>Get Started</title><link>https://stefma.github.io/hugo-fresh/getstarted/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stefma.github.io/hugo-fresh/getstarted/</guid><description>The Fresh theme for Hugo Fresh is a theme for the Hugo static site generator adapted from the gorgeous, Bulma-based theme of the same name from CSS Ninja. You can find a live demo of the original theme here and a live demo of the Hugo theme here.
Getting started To create a new site using this theme
with git submodules
# Create site and cd into it hugo new site my-site &amp;amp;&amp;amp; cd my-site # Clone the Fresh theme git clone https://github.</description></item><item><title>Landing page</title><link>https://stefma.github.io/hugo-fresh/landingpage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stefma.github.io/hugo-fresh/landingpage/</guid><description>Customize the landing page There&amp;rsquo;s a wide variety of customizations that you can make to your Hugo Fresh landing page by modifying the config.yaml file that you downloaded.
navbarlogo Define the logo of the navigationbar in the upper left corner.
Code
navbarlogo: image: logos/fresh.svg # Logo (from static/images/logos/) link: /
font Set the font of the site.
Code
font: name: &amp;quot;Open Sans&amp;quot; sizes: [400,600]</description></item><item><title>Single page</title><link>https://stefma.github.io/hugo-fresh/singlepage/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stefma.github.io/hugo-fresh/singlepage/</guid><description>Creating a single page Single pages displays a single unit of information and are more or less independent from the landing page above.
You can create single pages in the content directory (even sub-dirs are possible).
If you&amp;rsquo;d like to have the footer displayed on your single page include include_footer: true in your front matter.
Code
--- title: AGB sidebar: true # or false to display the sidebar sidebarlogo: fresh-white-alt # From (static/images/logo/) include_footer: true # or false to display the footer ---</description></item><item><title>Troubleshooting</title><link>https://stefma.github.io/hugo-fresh/troupleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://stefma.github.io/hugo-fresh/troupleshooting/</guid><description>Hugo extended If you see error: failed to transform resource: TOCSS: failed to transform &amp;quot;style.sass&amp;quot; when attempting to run your hugo server, make sure you have the extended version of Hugo installed!</description></item></channel></rss>