Initial commit
This commit is contained in:
8
content/docs/styles-and-assets/_index.md
Normal file
8
content/docs/styles-and-assets/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Styles and Assets"
|
||||
description: "Hugo boilerplate helping you build fast, robust, and flexible websites."
|
||||
lead: "Hugo boilerplate helping you build fast, robust, and flexible websites."
|
||||
date: 2020-04-02T17:00:04+02:00
|
||||
draft: false
|
||||
images: ["image-hyas.jpg"]
|
||||
---
|
14
content/docs/styles-and-assets/use-css-in-hyas.md
Normal file
14
content/docs/styles-and-assets/use-css-in-hyas.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
title: "Use CSS in Hyas"
|
||||
description: "Hugo boilerplate helping you build fast, robust, and flexible websites."
|
||||
lead: "Hugo boilerplate helping you build fast, robust, and flexible websites."
|
||||
date: 2020-04-02T17:02:38+02:00
|
||||
draft: false
|
||||
images: ["image-hyas.jpg"]
|
||||
menu:
|
||||
docs:
|
||||
parent: "styles-and-assets"
|
||||
weight: 210
|
||||
toc: false
|
||||
---
|
||||
Global stylesheets and assets are usually located in the `src/assets` folder and imported into `src/main.js`.
|
Reference in New Issue
Block a user