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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/create-page/page-images/_index.md')
-rw-r--r--exampleSite/content/create-page/page-images/_index.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/exampleSite/content/create-page/page-images/_index.md b/exampleSite/content/create-page/page-images/_index.md
deleted file mode 100644
index 6ea26c1..0000000
--- a/exampleSite/content/create-page/page-images/_index.md
+++ /dev/null
@@ -1,31 +0,0 @@
-+++
-title = "With images"
-date = "2017-04-24T18:36:24+02:00"
-weight = 10
-hidden = false
-subpage = true
-+++
-
-Images have a similar syntax to links but include a preceding exclamation point.
-
- ![agence](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg)
-
-![agence](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg)
-
-## Resizing image
-
-Add HTTP parameters `width` and/or `height` to the link image to resize the image. Values are CSS values (default is `auto`).
-
-
- ![Hackathon](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg?height=80px)
-
-![agence](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg?height=80px)
-
-
-## Add CSS classes
-
-Add a HTTP `classes` parameter to the link image to add CSS classes. `shadow` and `border` are available but you could define other ones.
-
- ![s](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg?classes=border,shadow)
-
-![agence](https://github.com/vjeantet/vjeantet.fr/raw/master/static/images/sgthon/C.jpg?classes=border,shadow)