Rename config.toml -> hugo.toml

This commit is contained in:
1bl4z3r
2023-07-05 13:02:07 +05:30
parent 61923c327b
commit 4e7988b011
13 changed files with 4 additions and 35 deletions

17
content/about-hugo.md Normal file
View File

@ -0,0 +1,17 @@
+++
title = "About Hugo"
date = "2014-04-09"
+++
Hugo is the **worlds fastest framework for building websites**. It is written in Go.
It makes use of a variety of open source projects including:
* https://github.com/russross/blackfriday
* https://github.com/alecthomas/chroma
* https://github.com/muesli/smartcrop
* https://github.com/spf13/cobra
* https://github.com/spf13/viper
Learn more and contribute on [GitHub](https://github.com/gohugoio).