mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 10:24:49 -04:00
Fix SVG on homepage
This commit is contained in:
parent
770b9ac77b
commit
c94abaff45
@ -82,7 +82,7 @@ Hugo supports GitHub-flavored markdown's use of triple back ticks, as well as pr
|
|||||||
|
|
||||||
## Additional Content Formats
|
## Additional Content Formats
|
||||||
|
|
||||||
Since 0.14, Hugo has defined a new concept called _external helpers_. This means you can write your content using [Asciidoc][ascii], [reStructuredText][rest], or [Org-mode][org]. If you have files with associated extensions, Hugo will call external commands to generate the content. ([See the Hugo source code for external helpers][helperssource]). The exception is Org-mode, which is parsed natively.
|
Since 0.14, Hugo has defined a new concept called _external helpers_. It means that you can write your content using [Asciidoc][ascii], [reStructuredText][rest], or Emacs org-mode. If you have files with associated extensions, Hugo will call external commands to generate the content. ([See the Hugo source code for external helpers][helperssource]).
|
||||||
|
|
||||||
For example, for Asciidoc files, Hugo will try to call the `asciidoctor` or `asciidoc` command. This means that you will have to install the associated tool on your machine to be able to use these formats. ([See the Asciidoctor docs for installation instructions](http://asciidoctor.org/docs/install-toolchain/)).
|
For example, for Asciidoc files, Hugo will try to call the `asciidoctor` or `asciidoc` command. This means that you will have to install the associated tool on your machine to be able to use these formats. ([See the Asciidoctor docs for installation instructions](http://asciidoctor.org/docs/install-toolchain/)).
|
||||||
|
|
||||||
|
BIN
design-resources/hugo-h-only.afdesign
Normal file
BIN
design-resources/hugo-h-only.afdesign
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 65 KiB |
@ -184,7 +184,7 @@ ul.animated {
|
|||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
max-width: 48%;
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#content-halo {
|
#content-halo {
|
||||||
|
2
static/css/style.min.css
vendored
2
static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user