<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on ram</title>
    <link>https://ram.moi/posts/</link>
    <description>Recent content in Posts on ram</description>
    <image>
      <title>ram</title>
      <url>https://ram.moi/images/r.png</url>
      <link>https://ram.moi/images/r.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 04 May 2025 19:07:22 +0200</lastBuildDate>
    <atom:link href="https://ram.moi/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Germany FAQ</title>
      <link>https://ram.moi/germanyfaq/</link>
      <pubDate>Fri, 04 Apr 2025 15:49:54 +0200</pubDate>
      <guid>https://ram.moi/germanyfaq/</guid>
      <description>&lt;h3 id=&#34;th-köln-specific-questions&#34;&gt;TH Köln-specific questions?&lt;/h3&gt;
&lt;p&gt;please have a look at the 
&lt;a href=&#34;https://ram.moi/thfaq&#34;&gt;TH FAQs&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;accommodation&#34;&gt;accommodation&lt;/h3&gt;
&lt;h4 id=&#34;how-can-i-find-accommodation&#34;&gt;how can i find accommodation?&lt;/h4&gt;
&lt;p&gt;the student organization of your city will &lt;em&gt;probably&lt;/em&gt; provide the cheapest dorms (e.g. 
&lt;a href=&#34;https://www.kstw.de/en/&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;KSTW&lt;/a&gt; in Köln). (if applicable,) try to fill out their form ASAP and pray to god you end up high on the list of applicants.&lt;br&gt;
if you don&amp;rsquo;t hear a response soon, try to contact them via email and phone and ask for a status.&lt;/p&gt;</description>
    </item>
    <item>
      <title>issues faced while migrating from WordPress to Hugo with PaperMod</title>
      <link>https://ram.moi/posts/troubleshooting/wptohugo/</link>
      <pubDate>Sun, 04 May 2025 04:28:10 +0200</pubDate>
      <guid>https://ram.moi/posts/troubleshooting/wptohugo/</guid>
      <description>&lt;h3 id=&#34;issue-1-no-navigation-links-at-the-bottom-of-the-post&#34;&gt;issue 1: no navigation links at the bottom of the post&lt;/h3&gt;
&lt;h3 id=&#34;issue-2-no-posts-displayed-on-the-homepage&#34;&gt;issue 2: no posts displayed on the homepage&lt;/h3&gt;
&lt;p&gt;TL;DR: remove &lt;code&gt;type: post&lt;/code&gt; (if present) from the front matter.&lt;br&gt;
this should solve both the issues, as Hugo looks for &lt;code&gt;type: posts&lt;/code&gt;, and you are explicitly stating that your content is of the &amp;ldquo;section&amp;rdquo; &lt;code&gt;post&lt;/code&gt;, and not &lt;code&gt;posts&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;why?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Hugo has a clever system for organizing content and choosing layouts.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;content sections &amp;amp; types:&lt;/strong&gt; by default, Hugo determines a content file&amp;rsquo;s &amp;ldquo;section&amp;rdquo; based on its directory (e.g., files in &lt;code&gt;content/posts/&lt;/code&gt; belong to the &lt;code&gt;posts&lt;/code&gt; section). it also often infers the content &amp;ldquo;type&amp;rdquo; from the section name. your &lt;code&gt;hugo.yaml&lt;/code&gt; correctly identified the main section with &lt;code&gt;mainsections: posts&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;the conflict:&lt;/strong&gt; by explicitly setting &lt;code&gt;type: post&lt;/code&gt; (singular) in the front matter, i might have been forcing Hugo to look for a layout specifically named for the singular &lt;code&gt;post&lt;/code&gt; type (like &lt;code&gt;layouts/post/list.html&lt;/code&gt; or &lt;code&gt;themes/PaperMod/layouts/post/list.html&lt;/code&gt;).&lt;br&gt;
it seems either such a layout didn&amp;rsquo;t exist, was flawed, or the PaperMod theme expected list pages to be associated with the &lt;em&gt;plural&lt;/em&gt; section name (&lt;code&gt;posts&lt;/code&gt;) derived from the directory or &lt;code&gt;mainsections&lt;/code&gt; setting.&lt;br&gt;
removing &lt;code&gt;type: post&lt;/code&gt; allowed Hugo to correctly use the type inferred from the directory (&lt;code&gt;posts&lt;/code&gt;) and find the working default list layout (&lt;code&gt;themes/PaperMod/layouts/_default/list.html&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;the-solution&#34;&gt;the solution&lt;/h3&gt;
&lt;p&gt;if your posts are in &lt;code&gt;content/posts/&lt;/code&gt; and your &lt;code&gt;hugo.yaml&lt;/code&gt; has &lt;code&gt;mainsections: posts&lt;/code&gt;, you generally don&amp;rsquo;t need to specify &lt;code&gt;type: post&lt;/code&gt; in the front matter of individual posts. Hugo is smart enough to figure it out from the directory structure.&lt;/p&gt;</description>
    </item>
    <item>
      <title>France FAQ</title>
      <link>https://ram.moi/francefaq/</link>
      <pubDate>Mon, 07 Apr 2025 02:28:35 +0200</pubDate>
      <guid>https://ram.moi/francefaq/</guid>
      <description>&lt;h3 id=&#34;col&#34;&gt;COL&lt;/h3&gt;
&lt;p&gt;(similar to my answer for the same question in 
&lt;a href=&#34;https://ram.moi/germanyfaq&#34;&gt;Germany FAQs&lt;/a&gt;):&lt;/p&gt;
&lt;p&gt;varies vastly on your lifestyle.&lt;/p&gt;
&lt;p&gt;rough estimate:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;rent: 600 (all the best finding a place 😭)&lt;/li&gt;
&lt;li&gt;mobile phone: 20 (i used 
&lt;a href=&#34;https://mobile.free.fr/fiche-forfait-free&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Free&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;misc.: 50&lt;/li&gt;
&lt;li&gt;food: 300
&lt;ul&gt;
&lt;li&gt;groceries: 200-250&lt;/li&gt;
&lt;li&gt;restaurants: ~25 per visit, 4x per month = 100&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;managing your budget will keep the prices under 1000 per month in Paris. difficult, but doable.&lt;/p&gt;
&lt;h3 id=&#34;accommodation&#34;&gt;accommodation&lt;/h3&gt;
&lt;h4 id=&#34;what-are-the-facilities-available-to-us-when-we-arrive-at-epitas-off-campus-residence-lion-dor&#34;&gt;what are the facilities available to us when we arrive at EPITA&amp;rsquo;s off-campus residence Lion d&amp;rsquo;Or?&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;kitchen
&lt;ul&gt;
&lt;li&gt;electric stove&lt;/li&gt;
&lt;li&gt;oven&lt;/li&gt;
&lt;li&gt;microwave&lt;/li&gt;
&lt;li&gt;refrigerator&lt;/li&gt;
&lt;li&gt;washing machine + dryer&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;room
&lt;ul&gt;
&lt;li&gt;bed&lt;/li&gt;
&lt;li&gt;mattress&lt;/li&gt;
&lt;li&gt;comforter&lt;/li&gt;
&lt;li&gt;pillow&lt;/li&gt;
&lt;li&gt;cupboard&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;WiFi&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;contact EPITA if you&amp;rsquo;re unsure. the co-ordinators are very nice and will try their best to give you details of the appliances present.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TH Köln FAQ</title>
      <link>https://ram.moi/thfaq/</link>
      <pubDate>Fri, 04 Apr 2025 15:49:54 +0200</pubDate>
      <guid>https://ram.moi/thfaq/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;consists of QnAs related to 
&lt;a href=&#34;https://www.th-koeln.de/en/&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;TH Köln&lt;/a&gt; and the 
&lt;a href=&#34;https://www.th-koeln.de/en/international_office/th-koeln-buddy-program_101414.php&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;TH Buddy Program&lt;/a&gt;&lt;br&gt;
official Buddy Program FAQ: 
&lt;a href=&#34;https://www.th-koeln.de/en/international_office/faq-th-koeln-buddy-program_103147.php&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;my major is 
&lt;a href=&#34;https://digital-sciences.de/studyprograms/software-architecture/index.html&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Dig. Sc. SAR&lt;/a&gt;, so your questions might have a different answer depending on your uni and the course you enrol in.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;german&#34;&gt;German&lt;/h3&gt;
&lt;h4 id=&#34;is-learning-german-a-must&#34;&gt;is learning German a must?&lt;/h4&gt;
&lt;p&gt;yes.&lt;/p&gt;
&lt;p&gt;more on German 
&lt;a href=&#34;https://ram.moi/germanyfaq/#german&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&#34;how-to-take-the-language-course&#34;&gt;how to take the language course?&lt;/h4&gt;
&lt;p&gt;have a look at the 
&lt;a href=&#34;https://www.th-koeln.de/en/international_office/language-learning-center_68235.php&#34;
     target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Sprachlernzentrum&lt;/a&gt;.&lt;br&gt;
iirc you have to pass a test to get accepted to courses higher than A1. all the details are usually sent out by email.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
