Initial commit: Hugo site with PaperMod theme
This commit is contained in:
11
site/content/posts/markdown-syntax.md
Normal file
11
site/content/posts/markdown-syntax.md
Normal 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...
|
11
site/content/posts/papermod-features.md
Normal file
11
site/content/posts/papermod-features.md
Normal 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...
|
11
site/content/posts/papermod-installation.md
Normal file
11
site/content/posts/papermod-installation.md
Normal 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...
|
Reference in New Issue
Block a user