commit eae9e199d3afb9774469e6f723e33e1f4c07908e
parent d9d5c591dd088f41a8078494184dfe6ac374a6c0
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sat, 21 Nov 2020 10:23:01 -0500
Indent config.lua
Diffstat:
M | config.lua | | | 105 | +++++++++++++++++++++++++++++++++++++------------------------------------------ |
1 file changed, 49 insertions(+), 56 deletions(-)
diff --git a/config.lua b/config.lua
@@ -4,65 +4,58 @@
--
return {
- domainname = "hugo.soucy.cc",
- url = "https://hugo.soucy.cc",
- language = "fr",
+ domainname = "hugo.soucy.cc",
+ url = "https://hugo.soucy.cc",
+ language = "fr",
- metas = {
- generator = "Ferron",
- },
+ metas = {
+ generator = "Satelito",
+ },
- author = {
- name = "Hugo Soucy",
- nickname = "hs0ucy",
- jobtitle = "Développeur Web frontend",
- email = "hugo@soucy.cc",
- phone = "581-996-6481",
- locality ="Lévis",
- region = "Qc",
- uri = "https://hugo.soucy.cc/#hs",
- avatar = "http://assets.soucy.cc/images/hugosoucy/favicon/hs-autoportrait-2010-nb-favion-32x32.png",
- relme = {
- "https://hugo.soucy.cc/#hs",
- "https://soucy.cc/",
- "https://shr.soucy.cc/",
- "https://bandcamp.com/hs0ucy",
- "https://mastodon.sdf.org/@hs0ucy",
- "https://pixelfed.social/hs0ucy",
- "https://peertube.social/accounts/hs0ucy",
- "https://micro.blog/hs0ucy",
- "https://github.com/hs0ucy",
- "https://gitlab.com/hs0ucy",
- "https://bitbucket.org/hs0ucy/",
- "https://stackoverflow.com/users/6556626/hs0ucy",
- "https://www.openstreetmap.org/user/hs0ucy",
- "sms:+15819966481",
- },
+ author = {
+ name = "Hugo Soucy",
+ nickname = "hs0ucy",
+ jobtitle = "Développeur Web frontend",
+ email = "hugo@soucy.cc",
+ phone = "581-996-6481",
+ locality ="Lévis",
+ region = "Qc",
+ uri = "https://hugo.soucy.cc/#hs",
+ avatar = "http://assets.soucy.cc/images/hugosoucy/favicon/hs-autoportrait-2010-nb-favion-32x32.png",
+ relme = {
+ "https://hugo.soucy.cc/#hs",
+ "https://soucy.cc/",
+ "https://shr.soucy.cc/",
+ "https://keyoxide.org/hkp/hugo@soucy.cc",
+ "https://bandcamp.com/hs0ucy",
+ "https://mastodon.sdf.org/@hs0ucy",
+ "https://pixelfed.social/hs0ucy",
+ "https://peertube.social/accounts/hs0ucy",
+ "https://micro.blog/hs0ucy",
+ "https://github.com/hs0ucy",
+ "https://gitlab.com/hs0ucy",
+ "https://bitbucket.org/hs0ucy/",
+ "https://stackoverflow.com/users/6556626/hs0ucy",
+ "https://www.openstreetmap.org/user/hs0ucy",
+ "sms:+15819966481",
},
+ },
- -- hugosoucycc Dependencies
- dependencies = {
- modules = {
- 'pegasus',
- 'sass',
- 'watcher',
- }
- },
+ paths = {
+ content = 'content/',
+ css = 'public_html/css/',
+ images = 'public_html/images/',
+ public_html = 'public_html/',
+ templates = 'templates/',
+ },
- paths = {
- content = 'content/',
- css = 'public_html/css/',
- images = 'public_html/images/',
- public_html = 'public_html/',
- templates = 'templates/',
- },
-
- -- Accepted mime types of the non-textual content
- mimetypes = {
- 'image/svg+xml',
- 'image/gif',
- 'image/jpeg',
- 'image/png',
- 'application/pdf',
- },
+ -- Accepted mime types of the non-textual content
+ mimetypes = {
+ 'image/svg+xml',
+ 'image/gif',
+ 'image/jpeg',
+ 'image/png',
+ 'application/pdf',
+ 'text/plain',
+ },
}