diff --git a/README.md b/README.md index 71bb4ae..50e31d4 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,8 @@ HUGO_ENV=production hugo Note: The above command will not work on Windows. If you are running a Windows OS, use the below command: ``` -hugo --environment production +set HUGO_ENV=production +hugo ``` ## Contributing diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d82b4dc..8ff63d0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -29,6 +29,7 @@ enableRobotsTXT = true mastodon = "" slack = "" stackoverflow = "" + rss = "" # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-" background_color_class = "bg-black" featured_image = "/images/gohugo-default-sample-hero-image.jpg" diff --git a/i18n/bg.toml b/i18n/bg.toml new file mode 100644 index 0000000..7cf50b9 --- /dev/null +++ b/i18n/bg.toml @@ -0,0 +1,32 @@ +[more] +other = "Още" + +[allTitle] +other = "Всички {{.Title }}" + +[recentTitle] +other = "Последни {{.Title }}" + +[readMore] +other = "виж още" + +[whatsInThis] +other = "Съдържание {{ .Type }}" + +[related] +other = "Подобни" + +[yourName] +other = "Вашето име" + +[emailAddress] +other = "Адрес на елекронна поща" + +[message] +other = "Съобщение" + +[emailRequiredNote] +other = "Задължително е да предоставите адрес на електронна поща." + +[send] +other = "Изпрати" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 67f1415..09622d4 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -20,7 +20,7 @@ {{ end }} {{ range .Site.Params.custom_css }} - + {{ end }} {{ block "favicon" . }} diff --git a/layouts/partials/site-favicon.html b/layouts/partials/site-favicon.html index ffb9642..b7bb9c1 100644 --- a/layouts/partials/site-favicon.html +++ b/layouts/partials/site-favicon.html @@ -1,3 +1,3 @@ {{ if .Site.Params.favicon }} - -{{ end }} \ No newline at end of file + +{{ end }} diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html index d1f31da..fc6f40c 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -1,6 +1,6 @@