mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 13:05:52 -04:00
Squashed 'themes/gohugoioTheme/' changes from 6f3a8bf5..d7a475e7
d7a475e7 Update static/dist e0ad9f32 Fix some typos (found by codespell) (#78) d569a0d2 Update site search to use the ID "search-input" (#79) git-subtree-dir: themes/gohugoioTheme git-subtree-split: d7a475e7fbd076b18ad5392ccb27bc397c935ac3
This commit is contained in:
parent
8762aee8af
commit
489ec5ea03
@ -1,6 +1,6 @@
|
||||
<form id="site-search-form" action="" role="search">
|
||||
<fieldset class="bn ma0 pa0">
|
||||
<label class="clip" for="email-address">Search</label>
|
||||
<input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" type="text" name="email-address" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
|
||||
<label class="clip" for="search-input">Search</label>
|
||||
<input type="search" id="search-input" class="needs-js bg-left bg-transparent bn f5 input-reset lh-solid mt3 mt0-ns pl4 pv2 w5 white" placeholder="Search the Docs" type="text" name="search-input" value="" style="background-image:url('/images/icon-search.png');background-size:16px 16px;">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
@ -41,7 +41,7 @@
|
||||
}
|
||||
|
||||
|
||||
/*documentation-copy headings exagerate spacing and size to chunk content */
|
||||
/*documentation-copy headings exaggerate spacing and size to chunk content */
|
||||
.documentation-copy h2 {
|
||||
margin-top: 3em;
|
||||
&.minor {
|
||||
|
@ -6,7 +6,7 @@ The contents of this folder are used to generate CSS and javascript. You may nev
|
||||
|
||||
### NPM
|
||||
|
||||
We use [NPM](https://www.npmjs.com/) for package managment The theme's `.gitignore` file should be kept intact to make sure that all files in the `node_modules` folder are not pushed to the repository.
|
||||
We use [NPM](https://www.npmjs.com/) for package management The theme's `.gitignore` file should be kept intact to make sure that all files in the `node_modules` folder are not pushed to the repository.
|
||||
|
||||
### Webpack
|
||||
|
||||
|
12
static/dist/app.bundle.js
vendored
12
static/dist/app.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.css
vendored
2
static/dist/main.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user