some changes regarding the content
This commit is contained in:
parent
e2f0ef9b68
commit
b03f2aec79
6 changed files with 16 additions and 16 deletions
|
@ -100,8 +100,8 @@
|
|||
"keywords": [
|
||||
|
||||
],
|
||||
"articleBody": "A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client. And let me tell you, it feels fantastic to learn some truly “good” stuff. My work may not be perfect, but I’m genuinely proud of myself and have thoroughly enjoyed the process with Hugo.\nI can’t showcase my work just yet, as it’s still a work in progress and not ready for production. But once the website is live, I’ll make sure to update this page with a link.\nIn my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like .. is deprecated, use .. instead, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:\nPaperMod One theme that stands out is PaperMod, which I am using right now 🫡. I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:\nEnabling breadcrumbs (those Home » Blogs indicators) Enabling Emoji support 🥳 And many more features, which I plan to explore in the coming days minimal_marketing Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.\nspectral The theme I selected and modified the most is spectral. It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.\n",
|
||||
"wordCount" : "401",
|
||||
"articleBody": "A Challenge Will Get You Going A few days ago, I embarked on a new adventure: writing my first blog entry. I didn’t really know what I was doing, and to be honest, that hasn’t changed much! 😊 However, I am amazed at how straightforward and enjoyable it is to learn website development with the Hugo framework. As I mentioned before, one of my goals was to create a website for a client. And let me tell you, it feels fantastic to learn some truly “good” stuff. My work may not be perfect, but I’m genuinely proud of myself and have thoroughly enjoyed the process with Hugo.\nI can’t showcase my work just yet, as it’s still a work in progress and not ready for production. But once the website is live, I’ll make sure to update this page with a link.\nIn my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like .. is deprecated, use .. instead, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:\nPaperMod One theme that stands out is PaperMod, which I am using right now 🫡. I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:\nEnabling breadcrumbs (those Home » Blogs indicators) Enabling Emoji support 🥳 And many more features, which I plan to explore in the coming days minimal_marketing Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.\nspectral The theme I selected and modified the most is spctral . It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.\n",
|
||||
"wordCount" : "402",
|
||||
"inLanguage": "en",
|
||||
"datePublished": "2024-06-20T23:15:44+02:00",
|
||||
"dateModified": "2024-06-20T23:15:44+02:00",
|
||||
|
@ -196,7 +196,7 @@
|
|||
<h1 class="post-title entry-hint-parent">
|
||||
A challange will get you going fast
|
||||
</h1>
|
||||
<div class="post-meta"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 401 words
|
||||
<div class="post-meta"><span title='2024-06-20 23:15:44 +0200 CEST'>June 20, 2024</span> · 2 min · 402 words
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
@ -206,7 +206,7 @@
|
|||
<p>In my research, I explored several Hugo themes, but many were outdated. When I loaded them and started a server, bam - they threw weird CSS errors and some said things like <code>.. is deprecated, use .. instead</code>, which felt quite odd and frustrating. Since I’m new to the whole website industry, I wanted to stick to themes that work well and look nice:</p>
|
||||
<h2 id="papermod">PaperMod<a hidden class="anchor" aria-hidden="true" href="#papermod">#</a></h2>
|
||||
<hr>
|
||||
<p>One theme that stands out is PaperMod, which I am using right now 🫡.
|
||||
<p>One theme that stands out is <a href="https://github.com/adityatelange/hugo-PaperMod">PaperMod</a>, which I am using right now 🫡.
|
||||
I love its simplicity, but I know this is definitely NOT the right choice for a customer’s website who wants to display products or run a shop. Nevertheless, there’s something special about it, something cozy and different, in the way PaperMod presents content. It also offers numerous configuration options, such as:</p>
|
||||
<ul>
|
||||
<li>Enabling breadcrumbs (those Home » Blogs indicators)</li>
|
||||
|
@ -215,10 +215,10 @@ I love its simplicity, but I know this is definitely NOT the right choice for a
|
|||
</ul>
|
||||
<h2 id="minimal_marketing">minimal_marketing<a hidden class="anchor" aria-hidden="true" href="#minimal_marketing">#</a></h2>
|
||||
<hr>
|
||||
<p>Another theme I considered is minimal_marketing. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.</p>
|
||||
<p>Another theme I considered is <a href="https://github.com/letItCurl/minimal_marketing">minimal_marketing</a>. It looks amazing and simple, but the way it is advertised and the somewhat complicated installation process made it hard to get started. Maybe I’ll give it another try later in my career 😜.</p>
|
||||
<h2 id="spectral">spectral<a hidden class="anchor" aria-hidden="true" href="#spectral">#</a></h2>
|
||||
<hr>
|
||||
<p>The theme I selected and modified the most is spectral. It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.</p>
|
||||
<p>The theme I selected and modified the most is <a href="https://github.com/sbruder/spectral">spctral</a> . It showcases a nice, big open screen, which I liked, and provides almost all the space I need on the first page. It also offers a way to manage Meetups, which was a requirement for the website. I thought it would be the easiest and nicest-looking theme I could choose, so I did.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue