Fix typos
This commit is contained in:
parent
56b053ca8e
commit
c84f2e326e
31 changed files with 35 additions and 35 deletions
|
@ -15,7 +15,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// =============== Make TOC Compatible wit Bootstrap Scroll Spy ========
|
// =============== Make TOC Compatible with Bootstrap Scroll Spy ========
|
||||||
// add "navbar" class to the "nav" element
|
// add "navbar" class to the "nav" element
|
||||||
const toc = document.getElementById('TableOfContents')
|
const toc = document.getElementById('TableOfContents')
|
||||||
if (toc) {
|
if (toc) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import { getDeviceState } from '../core'
|
import { getDeviceState } from '../core'
|
||||||
|
|
||||||
function fourColumRow (gallery, entries, i) {
|
function fourColumnRow (gallery, entries, i) {
|
||||||
const entry1 = document.createElement('div')
|
const entry1 = document.createElement('div')
|
||||||
entry1.classList.add('col-lg-6', 'm-0', 'p-0')
|
entry1.classList.add('col-lg-6', 'm-0', 'p-0')
|
||||||
entry1.appendChild(entries[i].cloneNode(true))
|
entry1.appendChild(entries[i].cloneNode(true))
|
||||||
|
@ -140,7 +140,7 @@ function showAchievements () {
|
||||||
if (isLaptop) {
|
if (isLaptop) {
|
||||||
if (i + 4 <= len) {
|
if (i + 4 <= len) {
|
||||||
if (rowNumber % 2) {
|
if (rowNumber % 2) {
|
||||||
fourColumRow(gallery, entries, i)
|
fourColumnRow(gallery, entries, i)
|
||||||
} else {
|
} else {
|
||||||
fourColumnReversedRow(gallery, entries, i)
|
fourColumnReversedRow(gallery, entries, i)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* override this file for custom css */
|
/* override this file for custom css */
|
||||||
|
|
||||||
/* you can import boostrap mixins */
|
/* you can import bootstrap mixins */
|
||||||
// @import 'bootstrap/scss/mixins';
|
// @import 'bootstrap/scss/mixins';
|
||||||
// Example usage
|
// Example usage
|
||||||
// .some-class {
|
// .some-class {
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Search Results"
|
title: "Suchergebnisse"
|
||||||
date: 2010-06-08T08:06:25+06:00
|
date: 2010-06-08T08:06:25+06:00
|
||||||
weight: 999999
|
weight: 999999
|
||||||
sitemap:
|
sitemap:
|
||||||
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Search depends on additional output content type of JSON in config.toml
|
||||||
home = ["HTML", "JSON"]
|
home = ["HTML", "JSON"]
|
||||||
\```
|
\```
|
||||||
|
|
||||||
## Searching additional fileds
|
## Searching additional fields
|
||||||
|
|
||||||
To search additional fields defined in front matter, you must add it in 2 places.
|
To search additional fields defined in front matter, you must add it in 2 places.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{{/* Uses the top level site's config for a single author across all locales */}}
|
{{/* Uses the top level site's config for a single author across all locales */}}
|
||||||
{{ $authorName:= site.Params.author.name }}
|
{{ $authorName:= site.Params.author.name }}
|
||||||
|
|
||||||
{{/* Overrides with the locale specifc author if provided */}}
|
{{/* Overrides with the locale specific author if provided */}}
|
||||||
{{ if (index site.Data site.Language.Lang).author }}
|
{{ if (index site.Data site.Language.Lang).author }}
|
||||||
{{ $authorName = (index site.Data site.Language.Lang).author.name }}
|
{{ $authorName = (index site.Data site.Language.Lang).author.name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row" id="acomplishment-card-holder">
|
<div class="row" id="accomplishment-card-holder">
|
||||||
{{ range .accomplishments }}
|
{{ range .accomplishments }}
|
||||||
{{ partial "cards/accomplishments" . }}
|
{{ partial "cards/accomplishments" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -118,9 +118,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .custonSections }}
|
{{ if .customSections }}
|
||||||
<div class="custom-section">
|
<div class="custom-section">
|
||||||
{{ range .custonSections }}
|
{{ range .customSections }}
|
||||||
<h6 class="text-heading">{{ .name }}: </h6>
|
<h6 class="text-heading">{{ .name }}: </h6>
|
||||||
<div class="custom-content">{{ .content | markdownify }}</div>
|
<div class="custom-content">{{ .content | markdownify }}</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -118,9 +118,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .custonSections }}
|
{{ if .customSections }}
|
||||||
<div class="custom-section">
|
<div class="custom-section">
|
||||||
{{ range .custonSections }}
|
{{ range .customSections }}
|
||||||
<h6 class="text-heading">{{ .name }}: </h6>
|
<h6 class="text-heading">{{ .name }}: </h6>
|
||||||
<div class="custom-content">{{ .content | markdownify }}</div>
|
<div class="custom-content">{{ .content | markdownify }}</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue