Initial commit: Hugo site with PaperMod theme

This commit is contained in:
2025-05-13 21:59:36 +02:00
commit 15a6807518
44 changed files with 3544 additions and 0 deletions

6
site/content/archives.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Archives"
layout: "archives"
url: "/archives/"
summary: "archives"
---

View File

@ -0,0 +1,11 @@
---
title: "Markdown Syntax Guide"
date: 2019-03-11
summary: "This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme..."
tags: ["markdown", "syntax"]
author: "Hugo Authors"
---
# Markdown Syntax Guide
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme...

View File

@ -0,0 +1,11 @@
---
title: "Papermod - Features"
date: 2020-09-16
summary: "Assets (js/css) The following is enabled by default minification - makes the assets size smallest as possible. bundling - bundles all the styles in one single asset fingerprint/integrity check. Default Theme light/dark..."
tags: ["PaperMod"]
author: "Aditya Telange"
---
# Papermod - Features
Assets (js/css) The following is enabled by default minification - makes the assets size smallest as possible. bundling - bundles all the styles in one single asset fingerprint/integrity check. Default Theme light/dark...

View File

@ -0,0 +1,11 @@
---
title: "Papermod - Installation"
date: 2020-09-15
summary: "Follow this guide to setup hugo and create a new site. Make sure you install latest version of hugo(>=0.57.1). After you have created a new site, at Step 3 follow the steps..."
tags: ["PaperMod"]
author: "Aditya Telange"
---
# Papermod - Installation
Follow this guide to setup hugo and create a new site. Make sure you install latest version of hugo(>=0.57.1). After you have created a new site, at Step 3 follow the steps...