<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Static-Website on SANJAY REGMI</title>
    <link>https://sanjayregmi.com/tags/static-website/</link>
    <description>Recent content in Static-Website on SANJAY REGMI</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
    <lastBuildDate>Sun, 14 Apr 2024 18:41:16 -0700</lastBuildDate><atom:link href="https://sanjayregmi.com/tags/static-website/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How to Develop Locally in Drupal and Host Static Files on your Website</title>
      <link>https://sanjayregmi.com/posts/how-to-develop-locally-in-drupal-and-host-static-files-on-your-website/</link>
      <pubDate>Sun, 14 Apr 2024 18:41:16 -0700</pubDate>
      
      <guid>https://sanjayregmi.com/posts/how-to-develop-locally-in-drupal-and-host-static-files-on-your-website/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;Background&#xA;    &lt;div id=&#34;background&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#background&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Say you have an old website on Drupal 7 with plugins that don&amp;rsquo;t work with the latest versions of Drupal. You now cannot migrate over to Drupal 9 or 10 without doing a lot of manual work and/or losing the functionality of your current plugins. If your requirements are still fulfilled by the old Drupal 7 website, there&amp;rsquo;s a solution to keep using it.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Hugo Cheatsheet</title>
      <link>https://sanjayregmi.com/posts/hugo-cheatsheet/</link>
      <pubDate>Mon, 01 Jan 2024 21:24:34 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/hugo-cheatsheet/</guid>
      <description>&lt;p&gt;Table Of Contents&lt;div class=&#34;toc&#34;&gt;&#xA;  &lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ul&gt;&#xA;    &lt;li&gt;&#xA;      &lt;ul&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#start-work-on-hugo&#34;&gt;Start work on Hugo&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#content-creation-and-editing&#34;&gt;Content creation and editing&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#push-to-git---one-time-only-commands&#34;&gt;Push to Git - one time only commands&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#push-to-git---each-time-the-website-needs-to-be-updated&#34;&gt;Push to Git - each time the website needs to be updated.&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#themes&#34;&gt;Themes&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#emoji-support&#34;&gt;Emoji Support&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#google-analytics&#34;&gt;Google Analytics&lt;/a&gt;&#xA;          &lt;ul&gt;&#xA;            &lt;li&gt;&lt;a href=&#34;#old-method---does-not-work-for-many-themes-anymore-as-of-april-2024&#34;&gt;Old method - does not work for many themes anymore as of April, 2024&lt;/a&gt;&lt;/li&gt;&#xA;          &lt;/ul&gt;&#xA;        &lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#insert-table-of-content&#34;&gt;Insert Table of Content&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#insert-an-image&#34;&gt;Insert an image&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#insert-youtube-video&#34;&gt;Insert YouTube Video&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#add-last-modified-date-to-posts&#34;&gt;Add last modified date to posts&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#add-categories-and-tags-to-your-posts&#34;&gt;Add categories and tags to your posts&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#add-headings-to-your-post&#34;&gt;Add headings to your post&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ul&gt;&#xA;    &lt;/li&gt;&#xA;  &lt;/ul&gt;&#xA;&lt;/nav&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Create static website from Drupal 7 and deploy into Cloudflare Pages</title>
      <link>https://sanjayregmi.com/posts/create-static-website-using-cloudflare-pages/</link>
      <pubDate>Fri, 29 Dec 2023 20:50:12 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/create-static-website-using-cloudflare-pages/</guid>
      <description>&lt;p&gt;To extract a static website from Drupal 7.x so it can be hosted on Cloudflare Pages, follow the instructions below:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install plugin &amp;ldquo;Static Generator&amp;rdquo; from (&lt;a href=&#34;https://www.drupal.org/project/static&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;www.drupal.org/project/static&lt;/a&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Run it.&lt;/li&gt;&#xA;&lt;li&gt;All static files will be created under &amp;ldquo;static&amp;rdquo; folder in the root of your Drupal Installation after you complete initial setup.&lt;/li&gt;&#xA;&lt;li&gt;Create a new Github repo, upload all files to Github and deploy into Cloudflare. Your website will be live in the URL you set up during deployment.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If you do not know git, use &amp;ldquo;Git Desktop&amp;rdquo;, load all the files, and sync it up. As soon as the sync is complete, if you&amp;rsquo;ve set up Cloudflare pages to autodeploy (default mode), your site will be deployed in Cloudflare near instantly.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
