Skip to content

Commit

Permalink
new file: content/categories/test/index.md
Browse files Browse the repository at this point in the history
	new file:   page/about/index.md
	new file:   page/archives/index.md
	new file:   page/search/index.md
  • Loading branch information
luanfelipebr committed Oct 23, 2024
1 parent 4d6d123 commit 906b5a4
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/categories/test/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Test"
description: "This is an example category"
slug: "test"
image: "hutomo-abrianto-l2jk-uxb1BY-unsplash.jpg"
style:
background: "#2a9d8f"
color: "#fff"
---
34 changes: 34 additions & 0 deletions page/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: About
description: Hugo, the world's fastest framework for building websites
date: "2019-02-28"
aliases:
- about-us
- about-hugo
- contact
license: CC BY-NC-ND
lastmod: "2020-10-09"
menu:
main:
weight: -90
params:
icon: user
---

Written in Go, Hugo is an open source static site generator available under the [Apache License 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.

Hugo makes use of a variety of open source projects including:

- https://github.com/yuin/goldmark
- https://github.com/alecthomas/chroma
- https://github.com/muesli/smartcrop
- https://github.com/spf13/cobra
- https://github.com/spf13/viper

Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.

Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.

Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.

Learn more and contribute on [GitHub](https://github.com/gohugoio).
11 changes: 11 additions & 0 deletions page/archives/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Archives"
date: 2019-05-28
layout: "archives"
slug: "archives"
menu:
main:
weight: -70
params:
icon: archives
---
13 changes: 13 additions & 0 deletions page/search/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Search"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: -60
params:
icon: search
---

0 comments on commit 906b5a4

Please sign in to comment.