Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuifMaxx <1243320371@qq.com>2022-04-07 20:23:29 +0300
committerGitHub <noreply@github.com>2022-04-07 20:23:29 +0300
commit87b489d7e4dd33cdac949df723c1e091ab2d296f (patch)
tree7ca3e4f9b0209185105ceeffe7c47234964c6ba6 /exampleSite
parente5423a2561e3ec8acdf38c75a9b2e9ee72dec32c (diff)
🐛 Image on post not full when using mobile-view (#97)
* Update _reset.scss * Update post.1.en.md * Update config.toml * Update config-prod.toml * Update config.toml * Update config-prod.toml * Update config.toml * move img style to new hugotheme/main.scss Co-authored-by: curtiscde <curt@live.co.uk>
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config-prod.toml4
-rw-r--r--exampleSite/config.toml3
-rw-r--r--exampleSite/content/post/post.1.en.md6
3 files changed, 7 insertions, 6 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 054bfc4..c345fb9 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -11,7 +11,6 @@ disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# favicon = "favicon.ico"
# set to change date format
# dateFormat = "2.1.2006"
-
# Below parameters can be set to override default post settings
# [params.posts]
# folderName = "post"
@@ -19,7 +18,7 @@ disableKinds = ["taxonomy", "taxonomyTerm", "section"]
# featuredPost = "true"
# paginationPages = 2
# showFirstLast = false
-
+
[languages]
[languages.en]
languageName = "English"
@@ -29,4 +28,3 @@ disableKinds = ["taxonomy", "taxonomyTerm", "section"]
#[languages.fr]
# languageName = "Français"
# title = "Massively - Version Française"
-
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ca60b99..18a8c22 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -28,4 +28,5 @@ disableKinds = ["taxonomy", "taxonomyTerm", "section"]
title = "Massively - Versión Español"
#[languages.fr]
# languageName = "Français"
-# title = "Massively - Version Française" \ No newline at end of file
+# title = "Massively - Version Française"
+
diff --git a/exampleSite/content/post/post.1.en.md b/exampleSite/content/post/post.1.en.md
index 6e966e1..df39f05 100644
--- a/exampleSite/content/post/post.1.en.md
+++ b/exampleSite/content/post/post.1.en.md
@@ -2,7 +2,9 @@
title = 'Primis eget imperdiet lorem'
slug = 'post1'
image = 'images/pic03.jpg'
-description = 'Example of post with missing date property'
+description = 'Example of post with missing date property but with pic.'
disableComments = true
+++
-Example of post with missing date property. \ No newline at end of file
+Example of post with missing date property but with pic.
+
+![img](/images/pic03.jpg)