Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0903f03bff | |||
| a9b3d78907 | |||
| 0510492869 | |||
| dde735d3af | |||
| d0329531d7 | |||
| 05dce9c509 | |||
| 8599c634e3 | |||
| 6350e5e2e2 | |||
| b40f6f85b9 | |||
| 6f318f5480 | |||
| f3dacf112c | |||
| a959cb174d | |||
| a3213b46f9 | |||
| 3edd8e7858 | |||
| 6f4e23ad40 | |||
| 2b47657a12 | |||
| e3da3d413b | |||
| 612048a7f9 | |||
| 5b1248da4d | |||
| 3290d40918 | |||
| 1d79da23ba | |||
| 03148c9f3f | |||
| f8c6d8c613 | |||
| 07763e7737 | |||
| d90b878f92 | |||
| 7baa0b34ad | |||
| 2574f609a1 | |||
| a69388d9b8 | |||
| 600c50c71c | |||
| 36e3e4c09c | |||
| 803821d7e8 |
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout to latest commit
|
- name: Checkout to latest commit
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|||||||
@@ -10,18 +10,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# checkout to the commit that has been pushed
|
# checkout to the commit that has been pushed
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
|
|
||||||
- name: Install node modules
|
- name: Install node modules
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2.6.0
|
uses: peaceiris/actions-hugo@v3.0.0
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
extended: true
|
extended: true
|
||||||
@@ -35,12 +35,12 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
|
|
||||||
- name: Install node modules
|
- name: Install node modules
|
||||||
run: npm install
|
run: npm install
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
NETLIFY_TOKEN: ${{secrets.NETLIFY_TOKEN}}
|
NETLIFY_TOKEN: ${{secrets.NETLIFY_TOKEN}}
|
||||||
|
|
||||||
- name: Run Lighthouse
|
- name: Run Lighthouse
|
||||||
uses: foo-software/lighthouse-check-action@v10.0.0
|
uses: foo-software/lighthouse-check-action@v12.0.1
|
||||||
id: lighthouseCheck
|
id: lighthouseCheck
|
||||||
with:
|
with:
|
||||||
accessToken: ${{ secrets.LIGHTHOUSE_TOKEN }}
|
accessToken: ${{ secrets.LIGHTHOUSE_TOKEN }}
|
||||||
@@ -87,6 +87,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# checkout to latest commit
|
# checkout to latest commit
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.7
|
||||||
# run markdown linter
|
# run markdown linter
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
|
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist desi
|
|||||||
- counter.dev
|
- counter.dev
|
||||||
- Google Analytics
|
- Google Analytics
|
||||||
- Matomo/Piwik
|
- Matomo/Piwik
|
||||||
|
- [Umami](https://umami.is/)
|
||||||
- Comment Support
|
- Comment Support
|
||||||
- [Disqus](https://disqus.com/)
|
- [Disqus](https://disqus.com/)
|
||||||
- [Valine](https://valine.js.org/)
|
- [Valine](https://valine.js.org/)
|
||||||
@@ -68,6 +69,7 @@ For more details about the features please visit [here](https://toha-guides.netl
|
|||||||
- Català
|
- Català
|
||||||
- Português Brasileiro
|
- Português Brasileiro
|
||||||
- Nederlands
|
- Nederlands
|
||||||
|
- Hebrew
|
||||||
|
|
||||||
To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io).
|
To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io).
|
||||||
|
|
||||||
@@ -109,7 +111,7 @@ hugo mod init github.com/<your username>/<your repo name>
|
|||||||
|
|
||||||
##### 2. Add this theme as your module dependency
|
##### 2. Add this theme as your module dependency
|
||||||
|
|
||||||
Now, in your `config.yaml` file, add a `module` section.
|
Now, in your `hugo.yaml` file, add a `module` section.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Use Hugo modules to add theme
|
# Use Hugo modules to add theme
|
||||||
@@ -118,7 +120,7 @@ module:
|
|||||||
- path: github.com/hugo-toha/toha/v4
|
- path: github.com/hugo-toha/toha/v4
|
||||||
```
|
```
|
||||||
|
|
||||||
Check this sample [config.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/config.yaml) for further reference.
|
Check this sample [hugo.yaml](https://github.com/hugo-toha/hugo-toha.github.io/blob/main/hugo.yaml) for further reference.
|
||||||
|
|
||||||
##### 3. Update your module
|
##### 3. Update your module
|
||||||
|
|
||||||
@@ -205,7 +207,7 @@ $ npm install
|
|||||||
$ hugo server -w
|
$ hugo server -w
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, you can make change in the theme and they will be reflected immediately on the running site. If you need to change any configuration, you can do that in the `config.yaml` file inside `exampleSite` folder. If you need to add any content or data, you can create the respective folder inside `exampleSite` directory and add your desired content or data there.
|
Now, you can make change in the theme and they will be reflected immediately on the running site. If you need to change any configuration, you can do that in the `hugo.yaml` file inside `exampleSite` folder. If you need to add any content or data, you can create the respective folder inside `exampleSite` directory and add your desired content or data there.
|
||||||
|
|
||||||
#### Running the forked theme against your own site
|
#### Running the forked theme against your own site
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ window.addEventListener('load', async () => {
|
|||||||
|
|
||||||
// save preference to local storage
|
// save preference to local storage
|
||||||
saveScheme(newScheme)
|
saveScheme(newScheme)
|
||||||
|
|
||||||
|
setImages(theme)
|
||||||
}
|
}
|
||||||
|
|
||||||
setScheme(loadScheme())
|
setScheme(loadScheme())
|
||||||
@@ -50,3 +52,19 @@ window.addEventListener('load', async () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
function setImages(newScheme) {
|
||||||
|
const els = Array.from(document.getElementsByClassName('logo-holder'));
|
||||||
|
for (const el of els) {
|
||||||
|
const light = el.querySelector('.light-logo');
|
||||||
|
const dark = el.querySelector('.dark-logo');
|
||||||
|
if (newScheme === "dark" && dark !== null) {
|
||||||
|
if (light !== null) light.style.display = 'none'
|
||||||
|
dark.style.display = 'inline'
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
if (light !== null) light.style.display = 'inline'
|
||||||
|
if (dark !== null) dark.style.display = 'none'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,6 +49,15 @@
|
|||||||
color: get-light-color('muted-text-color');
|
color: get-light-color('muted-text-color');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-toggler {
|
||||||
|
border: none;
|
||||||
|
&:focus {
|
||||||
|
border: none;
|
||||||
|
outline: none !important;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
|
|
||||||
.post-card-link {
|
.post-card-link {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
|
color: get-light-color('text-color');
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ a {
|
|||||||
color: get-light-color('accent-color');
|
color: get-light-color('accent-color');
|
||||||
@include transition();
|
@include transition();
|
||||||
|
|
||||||
|
&:link {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
text-decoration: get-light-color('hover-over-accent-color') underline;
|
text-decoration: get-light-color('hover-over-accent-color') underline;
|
||||||
|
|||||||
@@ -72,7 +72,8 @@ html[data-theme='dark'] {
|
|||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5 {
|
h5,
|
||||||
|
h6 {
|
||||||
color: get-dark-color('heading-color');
|
color: get-dark-color('heading-color');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ body.kind-page {
|
|||||||
|
|
||||||
#scroll-to-top {
|
#scroll-to-top {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
border: none;
|
||||||
bottom: 0rem;
|
bottom: 0rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
color: get-light-color('accent-color');
|
color: get-light-color('accent-color');
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
color: get-light-color('heading-color');
|
color: get-light-color('heading-color');
|
||||||
|
text-decoration: none !important;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
img {
|
img {
|
||||||
width: 42px;
|
width: 42px;
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -229,6 +229,11 @@ html[data-theme='dark'] {
|
|||||||
border-left: 2px solid get-dark-color('accent-color');
|
border-left: 2px solid get-dark-color('accent-color');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.custom-section {
|
||||||
|
.custom-content {
|
||||||
|
color: get-dark-color('text-color');
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,14 +32,14 @@
|
|||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: relative;
|
||||||
border-left: 3px solid get-light-color('accent-color');
|
border-left: 3px solid get-light-color('accent-color');
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 50%;
|
left: -23px;
|
||||||
}
|
}
|
||||||
&:nth-child(even)::after {
|
&:nth-child(even)::after {
|
||||||
left: calc(50% - 3px) !important;
|
left: -26px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.horizontal-line {
|
.horizontal-line {
|
||||||
@@ -52,6 +52,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
top: 17px;
|
top: 17px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.timeline-side-div {
|
.timeline-side-div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
+6
-6
@@ -1,10 +1,10 @@
|
|||||||
module github.com/hugo-toha/toha/exampleSite
|
module github.com/hugo-toha/toha/exampleSite
|
||||||
|
|
||||||
go 1.19
|
go 1.21
|
||||||
|
|
||||||
require (
|
|
||||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20231031082630-2c32a26d2207 // indirect
|
|
||||||
github.com/hugo-toha/toha/v4 v4.0.0-20231113175302-e5230e8c93d8 // indirect
|
|
||||||
)
|
|
||||||
|
|
||||||
replace github.com/hugo-toha/toha/v4 => ../
|
replace github.com/hugo-toha/toha/v4 => ../
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f // indirect
|
||||||
|
github.com/hugo-toha/toha/v4 v4.5.0 // indirect
|
||||||
|
)
|
||||||
|
|||||||
+2
-2
@@ -1,2 +1,2 @@
|
|||||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20231031082630-2c32a26d2207 h1:T71lEaGpHYpdy8yKM5vaVwm+CJGt8wjHvPgVM+GjCJM=
|
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f h1:EpJlxR6ruHtcBIHLVlmfgpoPGAjpAvopGq8h1wscEwY=
|
||||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20231031082630-2c32a26d2207/go.mod h1:aTn1lQX1rbcbfbwNuWHG/L5DPtD+bEzQro49QyFlbEg=
|
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240510202502-b4192719c87f/go.mod h1:0gXAIE/H9B3kwsNvyqXXP0gTLCzi/DKwoIOz8Bb9j9c=
|
||||||
|
|||||||
@@ -33,14 +33,18 @@ module:
|
|||||||
# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
|
# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/
|
||||||
languages:
|
languages:
|
||||||
en:
|
en:
|
||||||
|
languageCode: en
|
||||||
languageName: English
|
languageName: English
|
||||||
|
title: "John's Blog"
|
||||||
weight: 1
|
weight: 1
|
||||||
bn:
|
bn:
|
||||||
|
languageCode: bn
|
||||||
languageName: বাংলা
|
languageName: বাংলা
|
||||||
weight: 3
|
title: "জনের ব্লগ"
|
||||||
|
weight: 2
|
||||||
|
|
||||||
# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
|
# default language for the content
|
||||||
# DefaultContentLanguage: bn
|
defaultContentLanguage: en
|
||||||
|
|
||||||
# Allow raw html in markdown file
|
# Allow raw html in markdown file
|
||||||
markup:
|
markup:
|
||||||
@@ -170,6 +174,11 @@ params:
|
|||||||
# matomo:
|
# matomo:
|
||||||
# instance: matomo.example.com
|
# instance: matomo.example.com
|
||||||
# siteId: 1 # Or any other number
|
# siteId: 1 # Or any other number
|
||||||
|
# # Umami
|
||||||
|
# umami:
|
||||||
|
# scheme: https
|
||||||
|
# instance: umami.example.com
|
||||||
|
# id: <your umami site id>
|
||||||
|
|
||||||
# Enable Support
|
# Enable Support
|
||||||
support:
|
support:
|
||||||
Generated
+21
-18
@@ -11,7 +11,7 @@
|
|||||||
"@fontsource/mulish": "4.5.13",
|
"@fontsource/mulish": "4.5.13",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"bootstrap": "^4.6.2",
|
"bootstrap": "^5.3.3",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.31.0",
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"eslint-config-standard": "^17.0.0",
|
"eslint-config-standard": "^17.0.0",
|
||||||
@@ -27,12 +27,12 @@
|
|||||||
"imagesloaded": "^5.0.0",
|
"imagesloaded": "^5.0.0",
|
||||||
"include-media": "^1.4.10",
|
"include-media": "^1.4.10",
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.3",
|
"katex": "^0.16.10",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^9.2.1",
|
"mermaid": "^9.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.31",
|
||||||
"postcss-cli": "^8.3.1"
|
"postcss-cli": "^8.3.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -191,6 +191,17 @@
|
|||||||
"node": ">= 8"
|
"node": ">= 8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@popperjs/core": {
|
||||||
|
"version": "2.11.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
|
||||||
|
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
|
||||||
|
"dev": true,
|
||||||
|
"peer": true,
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/popperjs"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@types/json5": {
|
"node_modules/@types/json5": {
|
||||||
"version": "0.0.29",
|
"version": "0.0.29",
|
||||||
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
||||||
@@ -474,9 +485,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/bootstrap": {
|
"node_modules/bootstrap": {
|
||||||
"version": "4.6.2",
|
"version": "5.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
|
||||||
"integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==",
|
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -489,8 +500,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jquery": "1.9.1 - 3",
|
"@popperjs/core": "^2.11.8"
|
||||||
"popper.js": "^1.16.1"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/brace-expansion": {
|
"node_modules/brace-expansion": {
|
||||||
@@ -2779,13 +2789,6 @@
|
|||||||
"integrity": "sha512-46Qnh3qs+6EJlWDHmvWRW6qiz5jFy2mkh9UvtTvQmLJMZIjKrdz4du68le7hLX4tAWCp6QTKiq/OuLv6huHxZg==",
|
"integrity": "sha512-46Qnh3qs+6EJlWDHmvWRW6qiz5jFy2mkh9UvtTvQmLJMZIjKrdz4du68le7hLX4tAWCp6QTKiq/OuLv6huHxZg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/jquery": {
|
|
||||||
"version": "3.7.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz",
|
|
||||||
"integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==",
|
|
||||||
"dev": true,
|
|
||||||
"peer": true
|
|
||||||
},
|
|
||||||
"node_modules/js-yaml": {
|
"node_modules/js-yaml": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||||
@@ -2841,9 +2844,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/katex": {
|
"node_modules/katex": {
|
||||||
"version": "0.16.9",
|
"version": "0.16.10",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz",
|
||||||
"integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==",
|
"integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://opencollective.com/katex",
|
"https://opencollective.com/katex",
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
"@fontsource/mulish": "4.5.13",
|
"@fontsource/mulish": "4.5.13",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"bootstrap": "^4.6.2",
|
"bootstrap": "^5.3.3",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.31.0",
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"eslint-config-standard": "^17.0.0",
|
"eslint-config-standard": "^17.0.0",
|
||||||
@@ -51,12 +51,12 @@
|
|||||||
"imagesloaded": "^5.0.0",
|
"imagesloaded": "^5.0.0",
|
||||||
"include-media": "^1.4.10",
|
"include-media": "^1.4.10",
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.3",
|
"katex": "^0.16.10",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^9.2.1",
|
"mermaid": "^9.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.31",
|
||||||
"postcss-cli": "^8.3.1"
|
"postcss-cli": "^8.3.1"
|
||||||
},
|
},
|
||||||
"name": "exampleSite",
|
"name": "exampleSite",
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module github.com/hugo-toha/toha/v4
|
module github.com/hugo-toha/toha/v4
|
||||||
|
|
||||||
go 1.19
|
go 1.21
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
min: "0.118.0"
|
min: "0.122.0"
|
||||||
extended: true
|
extended: true
|
||||||
mounts:
|
mounts:
|
||||||
- source: content
|
- source: content
|
||||||
@@ -124,3 +124,7 @@ other = "Vastuuilmoitus"
|
|||||||
|
|
||||||
[search]
|
[search]
|
||||||
other = "Haku"
|
other = "Haku"
|
||||||
|
|
||||||
|
[minute]
|
||||||
|
one = "minuutti"
|
||||||
|
other = "minuuttia"
|
||||||
|
|||||||
+126
@@ -0,0 +1,126 @@
|
|||||||
|
# More documentation here: https://github.com/nicksnyder/go-i18n
|
||||||
|
[home]
|
||||||
|
other = "בית"
|
||||||
|
|
||||||
|
[posts]
|
||||||
|
other = "פוסטים"
|
||||||
|
|
||||||
|
[toc_heading]
|
||||||
|
other = "תוכן העניינים"
|
||||||
|
|
||||||
|
[tags]
|
||||||
|
other = "תגים"
|
||||||
|
|
||||||
|
[categories]
|
||||||
|
other = "קטגוריות"
|
||||||
|
|
||||||
|
[at]
|
||||||
|
other = "ב"
|
||||||
|
|
||||||
|
[resume]
|
||||||
|
other = "הקורות החיים שלי"
|
||||||
|
|
||||||
|
[navigation]
|
||||||
|
other = "ניווט"
|
||||||
|
|
||||||
|
[contact_me]
|
||||||
|
other = "צור קשר:"
|
||||||
|
|
||||||
|
[email]
|
||||||
|
other = "דוא\"ל"
|
||||||
|
|
||||||
|
[phone]
|
||||||
|
other = "טלפון"
|
||||||
|
|
||||||
|
[newsletter_text]
|
||||||
|
other = "הישאר מעודכן עם התראות בדוא\"ל"
|
||||||
|
|
||||||
|
[newsletter_input_placeholder]
|
||||||
|
other = "הכנס דוא\"ל"
|
||||||
|
|
||||||
|
[newsletter_warning]
|
||||||
|
other = "על ידי הזנת כתובת הדוא\"ל שלך, אתה מסכים לקבל את הניוזלטר של אתר זה."
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
other = "שלח"
|
||||||
|
|
||||||
|
[hugoAttributionText]
|
||||||
|
other = "מופעל ע\"י"
|
||||||
|
|
||||||
|
[prev]
|
||||||
|
other = "הקודם"
|
||||||
|
|
||||||
|
[next]
|
||||||
|
other = "הבא"
|
||||||
|
|
||||||
|
[share_on]
|
||||||
|
other = "שתף ב"
|
||||||
|
|
||||||
|
[improve_this_page]
|
||||||
|
other = "שפר את הדף הזה"
|
||||||
|
|
||||||
|
[out_of]
|
||||||
|
other = "מתוך"
|
||||||
|
|
||||||
|
[publications]
|
||||||
|
other = "פרסומים"
|
||||||
|
|
||||||
|
[taken_courses]
|
||||||
|
other = "קורסים"
|
||||||
|
|
||||||
|
[course_name]
|
||||||
|
other = "שם הקורס"
|
||||||
|
|
||||||
|
[total_credit]
|
||||||
|
other = "נקודות זכות סך הכל"
|
||||||
|
|
||||||
|
[obtained_credit]
|
||||||
|
other = "נקודות זכות שהושגו"
|
||||||
|
|
||||||
|
[extracurricular_activities]
|
||||||
|
other = "פעילויות חוץ לימודיות"
|
||||||
|
|
||||||
|
[show_more]
|
||||||
|
other = "הצג יותר"
|
||||||
|
|
||||||
|
[show_less]
|
||||||
|
other = "הצג פחות"
|
||||||
|
|
||||||
|
[responsibilities]
|
||||||
|
other = "אחריות:"
|
||||||
|
|
||||||
|
[present]
|
||||||
|
other = "נוכחי"
|
||||||
|
|
||||||
|
[comments_javascript]
|
||||||
|
other = "אנא הפעל את JavaScript כדי לראות את"
|
||||||
|
|
||||||
|
[comments_by]
|
||||||
|
other = "תגובות מופעלות ע\"י"
|
||||||
|
|
||||||
|
[read]
|
||||||
|
other = "קרא"
|
||||||
|
|
||||||
|
[project_star]
|
||||||
|
other = "כוכב"
|
||||||
|
|
||||||
|
[project_details]
|
||||||
|
other = "פרטים"
|
||||||
|
|
||||||
|
[err_404]
|
||||||
|
other = "הדף שאתה מחפש אינו קיים עדיין."
|
||||||
|
|
||||||
|
[more]
|
||||||
|
other = "עוד"
|
||||||
|
|
||||||
|
[view_certificate]
|
||||||
|
other = "צפה בתעודה"
|
||||||
|
|
||||||
|
[notes]
|
||||||
|
other = "הערות"
|
||||||
|
|
||||||
|
[disclaimer_text]
|
||||||
|
other = "הבהרת אחריות"
|
||||||
|
|
||||||
|
[search]
|
||||||
|
other = "חיפוש"
|
||||||
+7
-3
@@ -93,16 +93,16 @@ other = "Sorumluluklar:"
|
|||||||
other = "Halen"
|
other = "Halen"
|
||||||
|
|
||||||
[comments_javascript]
|
[comments_javascript]
|
||||||
other = "Görüntüleyebilmek için lüften Javascript etkinleştirin"
|
other = "Görüntüleyebilmek için lüften JavaScript etkinleştirin"
|
||||||
|
|
||||||
[comments_by]
|
[comments_by]
|
||||||
other = "comments powered by"
|
other = "Yorum sağlayıcı"
|
||||||
|
|
||||||
[read]
|
[read]
|
||||||
other = "Oku"
|
other = "Oku"
|
||||||
|
|
||||||
[project_star]
|
[project_star]
|
||||||
other = "Star"
|
other = "Yıldız"
|
||||||
|
|
||||||
[project_details]
|
[project_details]
|
||||||
other = "Detaylar"
|
other = "Detaylar"
|
||||||
@@ -124,3 +124,7 @@ other = "Yükümlülük Bildirisi"
|
|||||||
|
|
||||||
[search]
|
[search]
|
||||||
other = "Ara"
|
other = "Ara"
|
||||||
|
|
||||||
|
[minute]
|
||||||
|
one = "dakika"
|
||||||
|
other = "dakika"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="type-{{ .Page.Type }} kind-{{ .Page.Kind }}" data-spy="scroll" data-target="#TableOfContents" data-offset="80">
|
<body class="type-{{ .Page.Type }} kind-{{ .Page.Kind }}" data-bs-spy="scroll" data-bs-target="#TableOfContents" data-bs-offset="80">
|
||||||
<div class="container-fluid bg-secondary wrapper">
|
<div class="container-fluid bg-secondary wrapper">
|
||||||
<!----- ADD NAVBAR --------------->
|
<!----- ADD NAVBAR --------------->
|
||||||
{{ block "navbar" . }} {{ end }}
|
{{ block "navbar" . }} {{ end }}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{{ define "sidebar" }}
|
{{ define "sidebar" }}
|
||||||
{{ $homePage:="#" }}
|
{{ $homePage:="#" }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
@@ -19,9 +19,9 @@
|
|||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
|
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
|
||||||
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
|
<language>{{.}}</language>{{end}}{{ with .Site.Params.Author.email }}
|
||||||
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
|
<managingEditor>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Params.Author.email }}
|
||||||
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
|
<webMaster>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
|
||||||
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
|
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
|
||||||
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
|
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
|
||||||
{{- with .OutputFormats.Get "RSS" -}}
|
{{- with .OutputFormats.Get "RSS" -}}
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<link>{{ .Permalink }}</link>
|
<link>{{ .Permalink }}</link>
|
||||||
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
||||||
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
|
{{ with .Site.Params.Author.email }}<author>{{.}}{{ with $.Site.Params.Author.name }} ({{.}}){{end}}</author>{{end}}
|
||||||
<guid>{{ .Permalink }}</guid>
|
<guid>{{ .Permalink }}</guid>
|
||||||
<description>{{ .Summary | html }}</description>
|
<description>{{ .Summary | html }}</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{{ define "sidebar" }}
|
{{ define "sidebar" }}
|
||||||
{{ $homePage:="#" }}
|
{{ $homePage:="#" }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<section class="content-section" id="content-section">
|
<section class="content-section" id="content-section">
|
||||||
<div class="content container-fluid" id="content">
|
<div class="content container-fluid" id="content">
|
||||||
<div class="container-fluid post-card-holder" id="post-card-holder">
|
<div class="container-fluid post-card-holder" id="post-card-holder">
|
||||||
<div id="search-results" style="display: flex;">
|
<div id="search-results" style="display: flex; flex-wrap: wrap;">
|
||||||
|
|
||||||
<script id="search-result-template" type="text/x-js-template">
|
<script id="search-result-template" type="text/x-js-template">
|
||||||
<div class="post-card">
|
<div class="post-card">
|
||||||
@@ -58,8 +58,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<span class="float-left">${date}</span>
|
<span class="float-start">${date}</span>
|
||||||
<a href="${link}" class="float-right btn btn-outline-info btn-sm">Read</a>
|
<a href="${link}" class="float-end btn btn-outline-info btn-sm">Read</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<!--Content Start-->
|
<!--Content Start-->
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
{{ if site.Params.features.blog.showAuthor | default true }}
|
{{ if site.Params.features.blog.showAuthor | default true }}
|
||||||
<div class="author-profile ml-auto align-self-lg-center">
|
<div class="author-profile ms-auto align-self-lg-center">
|
||||||
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}' alt="Author Image">
|
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}' alt="Author Image">
|
||||||
<h5 class="author-name">{{ partial "helpers/get-author-name.html" . }}</h5>
|
<h5 class="author-name">{{ partial "helpers/get-author-name.html" . }}</h5>
|
||||||
<p class="text-muted">{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}</p>
|
<p class="text-muted">{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}</p>
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ if not (site.Params.features.blog.showAuthor | default true) }}
|
{{ if not (site.Params.features.blog.showAuthor | default true) }}
|
||||||
<div class="author-profile ml-auto align-self-lg-center">
|
<div class="author-profile ms-auto align-self-lg-center">
|
||||||
<p class="text-muted">{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}</p>
|
<p class="text-muted">{{ .Page.Date | time.Format ":date_full" }}{{ if site.Params.features.readingTime }} | {{ .ReadingTime }} {{i18n "minute" .ReadingTime }}{{ end }}</p>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Share or Contribute -->
|
<!-- Share or Contribute -->
|
||||||
<div class="row pl-3 pr-3">
|
<div class="row ps-3 pe-3">
|
||||||
<!--Social Media Share Buttons-->
|
<!--Social Media Share Buttons-->
|
||||||
<div class="col-md-6 share-buttons">
|
<div class="col-md-6 share-buttons">
|
||||||
{{ if site.Params.features.blog.shareButtons }}
|
{{ if site.Params.features.blog.shareButtons }}
|
||||||
@@ -157,15 +157,15 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Keep backward compatibility with old config.yaml -->
|
<!-- Keep backward compatibility with old config.yaml -->
|
||||||
{{ if site.DisqusShortname }}
|
{{ if .Site.Config.Services.Disqus.Shortname }}
|
||||||
{{ partial "comments/disqus.html" (dict (slice "disqus" "shortName") site.DisqusShortname) }}
|
{{ partial "comments/disqus.html" (dict (slice "disqus" "shortName") .Site.Config.Services.Disqus.Shortname) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--scroll back to top-->
|
<!--scroll back to top-->
|
||||||
<a id="scroll-to-top" class="btn" data-toggle="tooltip" data-placement="left" title="Scroll to top">
|
<a id="scroll-to-top" class="btn" type="button" data-bs-toggle="tooltip" data-bs-placement="left" title="Scroll to top">
|
||||||
<i class="fas fa-chevron-circle-up"></i>
|
<i class="fas fa-chevron-circle-up"></i>
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
<section class="toc-section" id="toc-section">
|
<section class="toc-section" id="toc-section">
|
||||||
{{ if and site.Params.features.toc.enable ( .Params.enableTOC | default true ) }}
|
{{ if and site.Params.features.toc.enable ( .Params.enableTOC | default true ) }}
|
||||||
<div class="toc-holder">
|
<div class="toc-holder">
|
||||||
<h5 class="text-center pl-3">{{ i18n "toc_heading" }}</h5>
|
<h5 class="text-center ps-3">{{ i18n "toc_heading" }}</h5>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="toc">
|
<div class="toc">
|
||||||
{{ .TableOfContents }}
|
{{ .TableOfContents }}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{{ define "sidebar" }}
|
{{ define "sidebar" }}
|
||||||
{{ $homePage:="#" }}
|
{{ $homePage:="#" }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
document.documentElement.setAttribute('data-theme', theme);
|
document.documentElement.setAttribute('data-theme', theme);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body data-spy="scroll" data-target="#top-navbar" data-offset="100">
|
<body data-bs-spy="scroll" data-bs-target="#top-navbar" data-bs-offset="100">
|
||||||
|
|
||||||
<!--- NAVBAR ------------------------->
|
<!--- NAVBAR ------------------------->
|
||||||
{{- partial "navigators/navbar.html" . -}}
|
{{- partial "navigators/navbar.html" . -}}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{{ define "sidebar" }}
|
{{ define "sidebar" }}
|
||||||
{{ $homePage:="#" }}
|
{{ $homePage:="#" }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{{ define "sidebar" }}
|
{{ define "sidebar" }}
|
||||||
{{ $homePage:="#" }}
|
{{ $homePage:="#" }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
@@ -2,60 +2,66 @@
|
|||||||
{{ with site.Params.features.analytics }}
|
{{ with site.Params.features.analytics }}
|
||||||
{{ if or .enable .enabled }}
|
{{ if or .enable .enabled }}
|
||||||
{{ with .services }}
|
{{ with .services }}
|
||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
{{ with .google }}
|
{{ with .google }}
|
||||||
{{ $privacyConfig:= dict (slice "Site" "Config" "Privacy" "GoogleAnalytics") $.Site.Config.Privacy.GoogleAnalytics }}
|
{{ $privacyConfig:= dict (slice "Site" "Config" "Privacy" "GoogleAnalytics") $.Site.Config.Privacy.GoogleAnalytics }}
|
||||||
{{ $analyticsConfig := dict (slice "Site" "GoogleAnalytics") .id }}
|
{{ $analyticsConfig := dict (slice "Site" "Config" "Services" "GoogleAnalytics" "ID") .id }}
|
||||||
{{ template "_internal/google_analytics.html" (merge $privacyConfig $analyticsConfig) }}
|
{{ template "_internal/google_analytics.html" (merge $privacyConfig $analyticsConfig) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Counter.dev -->
|
<!-- Counter.dev -->
|
||||||
{{ with .counterDev }}
|
{{ with .counterDev }}
|
||||||
<script src="https://cdn.counter.dev/script.js"
|
<script src="https://cdn.counter.dev/script.js"
|
||||||
data-id="{{ .id }}"
|
data-id="{{ .id }}"
|
||||||
data-utcoffset="1"
|
data-utcoffset="1"
|
||||||
></script>
|
></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- GoatCounter -->
|
<!-- GoatCounter -->
|
||||||
{{ with .goatCounter }}
|
{{ with .goatCounter }}
|
||||||
{{ with .code }}
|
{{ with .code }}
|
||||||
<script data-goatcounter="https://{{ . }}.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
<script data-goatcounter="https://{{ . }}.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<script data-goatcounter="https://{{ .instance }}/count" async src="https://{{ .instance }}/count.js"></script>
|
<script data-goatcounter="https://{{ .instance }}/count" async src="https://{{ .instance }}/count.js"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Piwik/Matomo -->
|
<!-- Piwik/Matomo -->
|
||||||
{{ with .matomo }}
|
{{ with .matomo }}
|
||||||
<!-- Matomo -->
|
<!-- Matomo -->
|
||||||
<script>
|
<script>
|
||||||
var _paq = window._paq = window._paq || [];
|
var _paq = window._paq = window._paq || [];
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking']);
|
||||||
(function() {
|
(function() {
|
||||||
var u="//{{ .instance }}/";
|
var u="//{{ .instance }}/";
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
_paq.push(['setSiteId', '{{ .siteId }}']);
|
_paq.push(['setSiteId', '{{ .siteId }}']);
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .cloudflare }}
|
{{ with .cloudflare }}
|
||||||
<!-- Cloudflare Web Analytics -->
|
<!-- Cloudflare Web Analytics -->
|
||||||
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
|
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
|
||||||
data-cf-beacon='{"token": "{{ .token }}"}'
|
data-cf-beacon='{"token": "{{ .token }}"}'
|
||||||
></script>
|
></script>
|
||||||
<!-- End Cloudflare Web Analytics -->
|
<!-- End Cloudflare Web Analytics -->
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .umami }}
|
||||||
|
<!-- Umami analytics -->
|
||||||
|
<script defer src='{{ or .scheme "https" }}://{{ or .instance "analytics.eu.umami.is" }}/script.js' data-website-id="{{ .id }}"></script>
|
||||||
|
<!-- End Umami analytics -->
|
||||||
|
{{end}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Keep backwards compatibility and consistency with HUGO defaults -->
|
<!-- Keep backwards compatibility and consistency with HUGO defaults -->
|
||||||
{{ if site.GoogleAnalytics }}
|
{{ if .Site.Config.Services.GoogleAnalytics.ID }}
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<h5 class="card-title mb-0">{{ .name }}</h5>
|
<h5 class="card-title mb-0">{{ .name }}</h5>
|
||||||
<div class="sub-title">
|
<div class="sub-title">
|
||||||
<span><a href="{{ .organization.url }}" title="{{ .organization.name }}" target="_blank" rel="noopener">{{ .organization.name }}</a></span>
|
<span><a href="{{ .organization.url }}" title="{{ .organization.name }}" target="_blank" rel="noopener">{{ .organization.name }}</a></span>
|
||||||
<span class="ml-2">{{ .timeline }}</span>
|
<span class="ms-2">{{ .timeline }}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
{{ if .certificateURL }}
|
{{ if .certificateURL }}
|
||||||
<a class="btn btn-outline-info ml-1 pl-2 mb-2" href="{{ .certificateURL }}" target="_blank" rel="noopener" role="button">{{ i18n "view_certificate"}}</a>
|
<a class="btn btn-outline-info ms-1 ps-2 mb-2" href="{{ .certificateURL }}" target="_blank" rel="noopener" role="button">{{ i18n "view_certificate"}}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,12 +15,12 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<span class="float-left">
|
<span class="float-start">
|
||||||
{{ .Date | time.Format ":date_full" }}
|
{{ .Date | time.Format ":date_full" }}
|
||||||
{{ if site.Params.features.readingTime }} | {{.ReadingTime}} {{ i18n "minute" .ReadingTime }} {{ end }}</span>
|
{{ if site.Params.features.readingTime }} | {{.ReadingTime}} {{ i18n "minute" .ReadingTime }} {{ end }}</span>
|
||||||
<a
|
<a
|
||||||
href="{{ .RelPermalink | relLangURL }}"
|
href="{{ .RelPermalink | relLangURL }}"
|
||||||
class="float-right btn btn-outline-info btn-sm">{{ i18n "read" }}</a>
|
class="float-end btn btn-outline-info btn-sm">{{ i18n "read" }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,16 +9,24 @@
|
|||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
{{ if .logo }}
|
{{ if .logo }}
|
||||||
|
|
||||||
{{ $logoImage:= resources.Get .logo}}
|
{{ if eq (len (findRE ".*/.*" .logo) ) 0 }}
|
||||||
{{ if $logoImage }}
|
|
||||||
{{/* svg don't support "Fit" operation */}}
|
<i style="padding-right: 0.25em" class="{{.logo}} h4"></i>
|
||||||
{{ if ne $logoImage.MediaType.SubType "svg" }}
|
|
||||||
{{ $logoImage = $logoImage.Fit "24x24" }}
|
{{ else }}
|
||||||
|
|
||||||
|
{{ $logoImage:= resources.Get .logo}}
|
||||||
|
{{ if $logoImage }}
|
||||||
|
{{/* svg don't support "Fit" operation */}}
|
||||||
|
{{ if ne $logoImage.MediaType.SubType "svg" }}
|
||||||
|
{{ $logoImage = $logoImage.Fit "24x24" }}
|
||||||
|
{{ end }}
|
||||||
|
<img class="card-img-xs" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<img class="card-img-xs" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
<h5 class="card-title mb-0">{{ .name }}</h5>
|
<h5 class="card-title mb-0">{{ .name }}</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="sub-title">
|
<div class="sub-title">
|
||||||
|
|||||||
@@ -12,11 +12,11 @@
|
|||||||
<h5 class="card-title mb-0">{{ .title }}</h5>
|
<h5 class="card-title mb-0">{{ .title }}</h5>
|
||||||
<div class="sub-title">
|
<div class="sub-title">
|
||||||
<span><a class="" href="{{.publishedIn.url}}">{{ .publishedIn.name }}</a></span>
|
<span><a class="" href="{{.publishedIn.url}}">{{ .publishedIn.name }}</a></span>
|
||||||
<span class="ml-2">{{ .publishedIn.date }}</span>
|
<span class="ms-2">{{ .publishedIn.date }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="authors">
|
<div class="authors">
|
||||||
{{ range $index,$author:= .authors }}
|
{{ range $index,$author:= .authors }}
|
||||||
<span class="mr-2"><a class="" href="{{.url}}">{{ .name }}</a></span>
|
<span class="me-2"><a class="" href="{{.url}}">{{ .name }}</a></span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
{{ range $index,$tag:= .tags }}
|
{{ range $index,$tag:= .tags }}
|
||||||
<span class="btn badge btn-info ml-1 p-2">
|
<span class="btn badge btn-info ms-1 p-2">
|
||||||
{{ $tag }}
|
{{ $tag }}
|
||||||
</span>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="details-btn">
|
<div class="details-btn">
|
||||||
<a class="btn btn-outline-info ml-1 pl-2 mb-2" href="{{ .paper.url }}" target="_blank" rel="noopener" role="button">{{ i18n "project_details"}}</a>
|
<a class="btn btn-outline-info ms-1 ps-2 mb-2" href="{{ .paper.url }}" target="_blank" rel="noopener" role="button">{{ i18n "project_details"}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
<footer id="footer" class="container-fluid text-center align-content-center footer pb-2">
|
<footer id="footer" class="container-fluid text-center align-content-center footer pb-2">
|
||||||
<div class="container pt-5">
|
<div class="container pt-5">
|
||||||
<div class="row text-left">
|
<div class="row text-start">
|
||||||
{{ if $navigationEnabled }}
|
{{ if $navigationEnabled }}
|
||||||
<div class="col-md-4 col-sm-12">
|
<div class="col-md-4 col-sm-12">
|
||||||
<h5>{{ i18n "navigation" }}</h5>
|
<h5>{{ i18n "navigation" }}</h5>
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
{{ if $credentialsEnabled }}
|
{{ if $credentialsEnabled }}
|
||||||
<hr />
|
<hr />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row text-left">
|
<div class="row text-start">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<a id="theme" href="https://github.com/hugo-toha/toha" target="_blank" rel="noopener">
|
<a id="theme" href="https://github.com/hugo-toha/toha" target="_blank" rel="noopener">
|
||||||
<img src="{{ $themeLogo }}" alt="Toha Theme Logo">
|
<img src="{{ $themeLogo }}" alt="Toha Theme Logo">
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 text-center">{{ $copyrightNotice | markdownify }}</div>
|
<div class="col-md-4 text-center">{{ $copyrightNotice | markdownify }}</div>
|
||||||
<div class="col-md-4 text-right">
|
<div class="col-md-4 text-end">
|
||||||
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
|
<a id="hugo" href="https://gohugo.io/" target="_blank" rel="noopener">{{ i18n "hugoAttributionText" }}
|
||||||
<img
|
<img
|
||||||
src="{{ $hugoLogo }}"
|
src="{{ $hugoLogo }}"
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{{ $pageURL:= .RelPermalink }}
|
{{ $pageURL:= .RelPermalink }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $pageURL = strings.TrimPrefix (path.Join "/" .Language.Lang) $pageURL }}
|
{{ $pageURL = strings.TrimPrefix (path.Join "/" .Language.Lang) $pageURL }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle" href="#" id="languageSelector" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="nav-link dropdown-toggle" href="#" id="languageSelector" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
{{ if ne site.Params.features.flags.enable false }}
|
{{ if ne site.Params.features.flags.enable false }}
|
||||||
{{ $countryCode := partial "helpers/country-code.html" . }}
|
{{ $countryCode := partial "helpers/country-code.html" . }}
|
||||||
<span class="flag-icon flag-icon-{{$countryCode}}"></span>
|
<span class="flag-icon flag-icon-{{$countryCode}}"></span>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu" aria-labelledby="languageSelector">
|
<div class="dropdown-menu" aria-labelledby="languageSelector">
|
||||||
{{ range site.Home.AllTranslations }}
|
{{ range site.Home.AllTranslations }}
|
||||||
<a class="dropdown-item nav-link languages-item" href="{{ path.Join "/" (cond (eq .Language.Lang "en") "" .Language.Lang) $pageURL }}">
|
<a class="dropdown-item nav-link languages-item" href="{{ path.Join "/" (cond (eq .Language.Lang $.Sites.First.Language.Lang) "" .Language.Lang) $pageURL }}">
|
||||||
{{ if ne site.Params.features.flags.enable false }}
|
{{ if ne site.Params.features.flags.enable false }}
|
||||||
{{ $countryCode := partial "helpers/country-code.html" . }}
|
{{ $countryCode := partial "helpers/country-code.html" . }}
|
||||||
<span class="flag-icon flag-icon-{{$countryCode}}"></span>
|
<span class="flag-icon flag-icon-{{$countryCode}}"></span>
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
{{/* variables for enabling/disabling various features */}}
|
{{/* variables for enabling/disabling various features */}}
|
||||||
{{ $blogEnabled := site.Params.features.blog.enable | default false }}
|
{{ $blogEnabled := site.Params.features.blog.enable | default false }}
|
||||||
|
{{ $blogTitle := site.Params.features.blog.title | default (i18n "posts") }}
|
||||||
{{ $notesEnabled := site.Params.features.notes.enable | default false }}
|
{{ $notesEnabled := site.Params.features.notes.enable | default false }}
|
||||||
|
{{ $notesTitle := site.Params.features.notes.title | default (i18n "notes") }}
|
||||||
{{ $maxVisibleSections := site.Params.topNavbar.maxVisibleSections | default 5 }}
|
{{ $maxVisibleSections := site.Params.topNavbar.maxVisibleSections | default 5 }}
|
||||||
|
|
||||||
{{/* keep backward compatibility for blog post */}}
|
{{/* keep backward compatibility for blog post */}}
|
||||||
@@ -52,6 +54,11 @@
|
|||||||
{{ $sections = (index site.Data site.Language.Lang).sections }}
|
{{ $sections = (index site.Data site.Language.Lang).sections }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ $navBarTitle := (index site.Data site.Language.Lang).site.navBarTitle }}
|
||||||
|
{{ if not $navBarTitle }}
|
||||||
|
{{ $navBarTitle = site.Title }}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-xl top-navbar shadow {{ if .IsHome}}transparent-navbar homepage{{end}}" id="top-navbar">
|
<nav class="navbar navbar-expand-xl top-navbar shadow {{ if .IsHome}}transparent-navbar homepage{{end}}" id="top-navbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ if not .IsHome }}
|
{{ if not .IsHome }}
|
||||||
@@ -63,21 +70,21 @@
|
|||||||
{{ if $logo }}
|
{{ if $logo }}
|
||||||
<img src="{{ $logo }}" id="logo" alt="Logo">
|
<img src="{{ $logo }}" id="logo" alt="Logo">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- site.Title -}}
|
{{- $navBarTitle -}}
|
||||||
</a>
|
</a>
|
||||||
<button
|
<button
|
||||||
class="navbar-toggler {{if .IsHome}}navbar-dark{{else}}navbar-light{{end}}"
|
class="navbar-toggler {{if .IsHome}}navbar-dark{{else}}navbar-light{{end}}"
|
||||||
id="navbar-toggler"
|
id="navbar-toggler"
|
||||||
type="button"
|
type="button"
|
||||||
data-toggle="collapse"
|
data-bs-toggle="collapse"
|
||||||
data-target="#top-nav-items"
|
data-bs-target="#top-nav-items"
|
||||||
aria-label="menu"
|
aria-label="menu"
|
||||||
>
|
>
|
||||||
<i data-feather="menu"></i>
|
<i data-feather="menu"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="collapse navbar-collapse dynamic-navbar" id="top-nav-items">
|
<div class="collapse navbar-collapse dynamic-navbar" id="top-nav-items">
|
||||||
<ul class="nav navbar-nav ml-auto">
|
<ul class="nav navbar-nav ms-auto">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="{{ if .IsHome }}#home{{else}}{{ site.BaseURL | relLangURL }}#home{{end}}">{{ i18n "home" }}</a>
|
<a class="nav-link" href="{{ if .IsHome }}#home{{else}}{{ site.BaseURL | relLangURL }}#home{{end}}">{{ i18n "home" }}</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -95,7 +102,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{ if gt $sectionCount $maxVisibleSections }}
|
{{ if gt $sectionCount $maxVisibleSections }}
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{i18n "more" }}</a>
|
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{i18n "more" }}</a>
|
||||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||||
{{ $sectionCount := 1 }}
|
{{ $sectionCount := 1 }}
|
||||||
{{ range sort $sections "section.weight" }}
|
{{ range sort $sections "section.weight" }}
|
||||||
@@ -116,12 +123,12 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $blogEnabled }}
|
{{ if $blogEnabled }}
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" id="blog-link" href="{{ path.Join (site.BaseURL | relLangURL) "posts" }}">{{ i18n "posts" }}</a>
|
<a class="nav-link" id="blog-link" href="{{ path.Join (site.BaseURL | relLangURL) "posts" }}">{{ $blogTitle }}</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $notesEnabled }}
|
{{ if $notesEnabled }}
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" id="note-link" href="{{ path.Join (site.BaseURL | relLangURL) "notes" }}">{{ i18n "notes" }}</a>
|
<a class="nav-link" id="note-link" href="{{ path.Join (site.BaseURL | relLangURL) "notes" }}">{{ $notesTitle }}</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range $customMenus }}
|
{{ range $customMenus }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
|
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
|
||||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
<img id="navbar-theme-icon-svg" class="theme-icon" src="{{ "icons/moon-svgrepo-com.svg" | relURL }}" width=20 alt="Dark Theme">
|
<img id="navbar-theme-icon-svg" class="theme-icon" src="{{ "icons/moon-svgrepo-com.svg" | relURL }}" width=20 alt="Dark Theme">
|
||||||
</a>
|
</a>
|
||||||
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
|
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<p class="p-1 text-justify">
|
<p class="p-1 text-justify">
|
||||||
{{ .summary | markdownify }}
|
{{ .summary | markdownify }}
|
||||||
</p>
|
</p>
|
||||||
<div class="text-container ml-auto">
|
<div class="text-container ms-auto">
|
||||||
<ul class="social-link d-flex">
|
<ul class="social-link d-flex">
|
||||||
{{ range .socialLinks }}
|
{{ range .socialLinks }}
|
||||||
<li>
|
<li>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<!-- soft skills circular-progressbar -->
|
<!-- soft skills circular-progressbar -->
|
||||||
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
<div class="col-sm-6 pt-5 ps-md-4 ps-sm-3 pt-sm-0">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{ range .badges }}
|
{{ range .badges }}
|
||||||
{{ partial "misc/badge.html" . }}
|
{{ partial "misc/badge.html" . }}
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -17,11 +17,11 @@
|
|||||||
<i class="fa-solid fa-xmark hidden"></i>
|
<i class="fa-solid fa-xmark hidden"></i>
|
||||||
<i class="fa-solid fa-magnifying-glass-plus" id="enlarge-icon"></i>
|
<i class="fa-solid fa-magnifying-glass-plus" id="enlarge-icon"></i>
|
||||||
<h4 class="title" id="achievement-title">{{ .title }}</h4>
|
<h4 class="title" id="achievement-title">{{ .title }}</h4>
|
||||||
<div class="caption hidden col-lg-6 text-left" id="caption">
|
<div class="caption hidden col-lg-6 text-start" id="caption">
|
||||||
<h4>{{ .title }}</h4>
|
<h4>{{ .title }}</h4>
|
||||||
<p>{{ .summary | markdownify }}</p>
|
<p>{{ .summary | markdownify }}</p>
|
||||||
{{ if .url }}
|
{{ if .url }}
|
||||||
<a class="btn btn-info ml-1 pl-2 mb-2" href="{{ .url }}" target="_blank" rel="noopener" role="button">{{ i18n "project_details"}}</a>
|
<a class="btn btn-info ms-1 ps-2 mb-2" href="{{ .url }}" target="_blank" rel="noopener" role="button">{{ i18n "project_details"}}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<span style="background-image: url('{{ $achievementImageSm }}');" class="d-none" id="SmallImage" active="true"></span>
|
<span style="background-image: url('{{ $achievementImageSm }}');" class="d-none" id="SmallImage" active="true"></span>
|
||||||
|
|||||||
@@ -33,9 +33,13 @@
|
|||||||
<div class="degree-info card">
|
<div class="degree-info card">
|
||||||
|
|
||||||
{{ $logoImage:= resources.Get .institution.logo}}
|
{{ $logoImage:= resources.Get .institution.logo}}
|
||||||
|
{{ $darkLogoImage:= resources.Get .institution.darkLogo}}
|
||||||
{{ if $logoImage }}
|
{{ if $logoImage }}
|
||||||
<div class="logo-holder">
|
<div class="logo-holder">
|
||||||
<img class="company-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
<img class="company-logo light-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
|
{{ if $darkLogoImage }}
|
||||||
|
<img class="company-logo dark-logo" src="{{ $darkLogoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@@ -97,9 +101,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if gt (len .takenCourses.courses) $collapseAfter }}
|
{{ if gt (len .takenCourses.courses) $collapseAfter }}
|
||||||
<button type="button" class="btn btn-link show-more-btn pt-0 {{ if .takenCourses.showGrades }}ml-1{{ else }}ml-2{{ end }}"
|
<button type="button" class="btn btn-link show-more-btn pt-0 {{ if .takenCourses.showGrades }}ms-1{{ else }}ms-2{{ end }}"
|
||||||
id="show-more-btn" aria-label="{{ i18n "show_more"}}">{{ i18n "show_more"}}</button>
|
id="show-more-btn" aria-label="{{ i18n "show_more"}}">{{ i18n "show_more"}}</button>
|
||||||
<button type="button" class="btn btn-link show-more-btn hidden pt-0 {{ if .takenCourses.showGrades }}ml-1{{ else }}ml-2{{ end }}"
|
<button type="button" class="btn btn-link show-more-btn hidden pt-0 {{ if .takenCourses.showGrades }}ms-1{{ else }}ms-2{{ end }}"
|
||||||
id="show-less-btn" aria-label="{{ i18n "show_less"}}">{{ i18n "show_less"}}</button>
|
id="show-less-btn" aria-label="{{ i18n "show_less"}}">{{ i18n "show_less"}}</button>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
@@ -114,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 }}
|
||||||
|
|||||||
@@ -33,9 +33,13 @@
|
|||||||
<div class="degree-info card">
|
<div class="degree-info card">
|
||||||
|
|
||||||
{{ $logoImage:= resources.Get .institution.logo}}
|
{{ $logoImage:= resources.Get .institution.logo}}
|
||||||
|
{{ $darkLogoImage:= resources.Get .institution.darkLogo}}
|
||||||
{{ if $logoImage }}
|
{{ if $logoImage }}
|
||||||
<div class="logo-holder">
|
<div class="logo-holder">
|
||||||
<img class="company-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
<img class="company-logo light-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
|
{{ if $darkLogoImage }}
|
||||||
|
<img class="company-logo dark-logo" src="{{ $darkLogoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@@ -97,9 +101,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if gt (len .takenCourses.courses ) $collapseAfter }}
|
{{ if gt (len .takenCourses.courses ) $collapseAfter }}
|
||||||
<button type="button" class="btn btn-link show-more-btn pt-0 {{ if .takenCourses.showGrades }}ml-1{{ else }}ml-2{{ end }}"
|
<button type="button" class="btn btn-link show-more-btn pt-0 {{ if .takenCourses.showGrades }}ms-1{{ else }}ms-2{{ end }}"
|
||||||
id="show-more-btn">{{ i18n "show_more"}}</button>
|
id="show-more-btn">{{ i18n "show_more"}}</button>
|
||||||
<button type="button" class="btn btn-link show-more-btn hidden pt-0 {{ if .takenCourses.showGrades }}ml-1{{ else }}ml-2{{ end }}"
|
<button type="button" class="btn btn-link show-more-btn hidden pt-0 {{ if .takenCourses.showGrades }}ms-1{{ else }}ms-2{{ end }}"
|
||||||
id="show-less-btn">{{ i18n "show_less"}}</button>
|
id="show-less-btn">{{ i18n "show_less"}}</button>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
@@ -114,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 }}
|
||||||
|
|||||||
@@ -1,11 +1,15 @@
|
|||||||
<div class="col-10 col-lg-8">
|
<div class="col-10 col-lg-8">
|
||||||
<div class="experience-entry-heading">
|
<div class="experience-entry-heading">
|
||||||
{{ $logoImage:= resources.Get .company.logo}}
|
{{ $logoImage:= resources.Get .company.logo}}
|
||||||
{{ if $logoImage }}
|
{{ $darkLogoImage:= resources.Get .company.darkLogo}}
|
||||||
<div class="logo-holder">
|
{{ if $logoImage }}
|
||||||
<img class="company-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
<div class="logo-holder">
|
||||||
</div>
|
<img class="company-logo light-logo" src="{{ $logoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
|
{{ if $darkLogoImage }}
|
||||||
|
<img class="company-logo dark-logo" src="{{ $darkLogoImage.RelPermalink }}" alt="{{ .name }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
<!-- Total experience duration on a company is time between the starting date of the oldest position and ending date of most recent position -->
|
<!-- Total experience duration on a company is time between the starting date of the oldest position and ending date of most recent position -->
|
||||||
{{ $oldestPosition := index (last 1 .positions) 0}}
|
{{ $oldestPosition := index (last 1 .positions) 0}}
|
||||||
{{ $mostRecentPosition := index (first 1 .positions) 0}}
|
{{ $mostRecentPosition := index (first 1 .positions) 0}}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
|
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
|
||||||
<div class="circle font-weight-bold">{{ add . 1 }}</div>
|
<div class="circle fw-bold">{{ add . 1 }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<h1 class="text-center" style="display: none">
|
<h1 class="text-center" style="display: none">
|
||||||
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="container ml-auto text-center">
|
<div class="container ms-auto text-center">
|
||||||
<div class="btn-group flex-wrap" role="group" id="project-filter-buttons">
|
<div class="btn-group flex-wrap" role="group" id="project-filter-buttons">
|
||||||
{{ range .buttons }}
|
{{ range .buttons }}
|
||||||
<button type="button" class="btn btn-dark project-filtr-control" data-filter="{{ .filter }}">
|
<button type="button" class="btn btn-dark project-filtr-control" data-filter="{{ .filter }}">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<h1 class="text-center" style="display: none">
|
<h1 class="text-center" style="display: none">
|
||||||
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
<span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="container ml-auto text-center">
|
<div class="container ms-auto text-center">
|
||||||
<div class="btn-group flex-wrap" role="pub-group" id="publication-filter-buttons">
|
<div class="btn-group flex-wrap" role="pub-group" id="publication-filter-buttons">
|
||||||
{{ range .buttons }}
|
{{ range .buttons }}
|
||||||
<button type="button" class="btn btn-dark pub-filtr-control" data-filter="pub-{{ .filter }}">
|
<button type="button" class="btn btn-dark pub-filtr-control" data-filter="pub-{{ .filter }}">
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;">
|
justify-content: center;">
|
||||||
<a href="/posts/" title="Show More" class="float-right btn btn-outline-info btn-sm" >
|
<a href="/posts/" title="Show More" class="float-end btn btn-outline-info btn-sm" >
|
||||||
{{ i18n "show_more"}}</a>
|
{{ i18n "show_more"}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{{ define "sidebar" }}
|
{{ define "sidebar" }}
|
||||||
{{ $homePage:="#" }}
|
{{ $homePage:="#" }}
|
||||||
{{ if site.IsMultiLingual }}
|
{{ if hugo.IsMultilingual }}
|
||||||
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
{{ $homePage = (path.Join (cond ( eq .Language.Lang "en") "" .Language.Lang) .Type) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
+12
-12
@@ -5,34 +5,34 @@ publish = "exampleSite/public"
|
|||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_VERSION = "0.120.1"
|
HUGO_VERSION = "0.126.2"
|
||||||
NODE_VERSION = "v18.12.1"
|
NODE_VERSION = "v20.11.1"
|
||||||
NPM_VERSION = "8.19.2"
|
NPM_VERSION = "10.5.0"
|
||||||
|
|
||||||
[context.split1]
|
[context.split1]
|
||||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --enableGitInfo"
|
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --enableGitInfo"
|
||||||
|
|
||||||
[context.split1.environment]
|
[context.split1.environment]
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_VERSION = "0.120.1"
|
HUGO_VERSION = "0.124.0"
|
||||||
NODE_VERSION = "v18.12.1"
|
NODE_VERSION = "v20.11.1"
|
||||||
NPM_VERSION = "8.19.2"
|
NPM_VERSION = "10.5.0"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.120.1"
|
HUGO_VERSION = "0.126.2"
|
||||||
NODE_VERSION = "v18.12.1"
|
NODE_VERSION = "v20.11.1"
|
||||||
NPM_VERSION = "8.19.2"
|
NPM_VERSION = "10.5.0"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.120.1"
|
HUGO_VERSION = "0.126.2"
|
||||||
NODE_VERSION = "v18.12.1"
|
NODE_VERSION = "v20.11.1"
|
||||||
NPM_VERSION = "8.19.2"
|
NPM_VERSION = "10.5.0"
|
||||||
|
|
||||||
[context.next.environment]
|
[context.next.environment]
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|||||||
Generated
+49
-46
@@ -12,7 +12,7 @@
|
|||||||
"@fontsource/mulish": "4.5.13",
|
"@fontsource/mulish": "4.5.13",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"bootstrap": "^4.6.2",
|
"bootstrap": "^5.3.3",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.31.0",
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"eslint-config-standard": "^17.0.0",
|
"eslint-config-standard": "^17.0.0",
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"imagesloaded": "^5.0.0",
|
"imagesloaded": "^5.0.0",
|
||||||
"include-media": "^1.4.10",
|
"include-media": "^1.4.10",
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.3",
|
"katex": "^0.16.10",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^9.2.1",
|
"mermaid": "^9.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
@@ -150,6 +150,17 @@
|
|||||||
"node": ">= 8"
|
"node": ">= 8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@popperjs/core": {
|
||||||
|
"version": "2.11.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
|
||||||
|
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
|
||||||
|
"dev": true,
|
||||||
|
"peer": true,
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/popperjs"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@types/json5": {
|
"node_modules/@types/json5": {
|
||||||
"version": "0.0.29",
|
"version": "0.0.29",
|
||||||
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
||||||
@@ -352,9 +363,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/bootstrap": {
|
"node_modules/bootstrap": {
|
||||||
"version": "4.6.2",
|
"version": "5.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
|
||||||
"integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==",
|
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -367,8 +378,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"jquery": "1.9.1 - 3",
|
"@popperjs/core": "^2.11.8"
|
||||||
"popper.js": "^1.16.1"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/brace-expansion": {
|
"node_modules/brace-expansion": {
|
||||||
@@ -382,12 +392,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/braces": {
|
"node_modules/braces": {
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
||||||
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fill-range": "^7.0.1"
|
"fill-range": "^7.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
@@ -1697,9 +1707,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/fill-range": {
|
"node_modules/fill-range": {
|
||||||
"version": "7.0.1",
|
"version": "7.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
||||||
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"to-regex-range": "^5.0.1"
|
"to-regex-range": "^5.0.1"
|
||||||
@@ -2522,13 +2532,6 @@
|
|||||||
"integrity": "sha512-46Qnh3qs+6EJlWDHmvWRW6qiz5jFy2mkh9UvtTvQmLJMZIjKrdz4du68le7hLX4tAWCp6QTKiq/OuLv6huHxZg==",
|
"integrity": "sha512-46Qnh3qs+6EJlWDHmvWRW6qiz5jFy2mkh9UvtTvQmLJMZIjKrdz4du68le7hLX4tAWCp6QTKiq/OuLv6huHxZg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/jquery": {
|
|
||||||
"version": "3.6.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
|
|
||||||
"integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==",
|
|
||||||
"dev": true,
|
|
||||||
"peer": true
|
|
||||||
},
|
|
||||||
"node_modules/js-sdsl": {
|
"node_modules/js-sdsl": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.2.0.tgz",
|
||||||
@@ -2588,16 +2591,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/katex": {
|
"node_modules/katex": {
|
||||||
"version": "0.16.4",
|
"version": "0.16.10",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz",
|
||||||
"integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==",
|
"integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://opencollective.com/katex",
|
"https://opencollective.com/katex",
|
||||||
"https://github.com/sponsors/katex"
|
"https://github.com/sponsors/katex"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^8.0.0"
|
"commander": "^8.3.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"katex": "cli.js"
|
"katex": "cli.js"
|
||||||
@@ -3931,6 +3934,13 @@
|
|||||||
"fastq": "^1.6.0"
|
"fastq": "^1.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"@popperjs/core": {
|
||||||
|
"version": "2.11.8",
|
||||||
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
|
||||||
|
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
|
||||||
|
"dev": true,
|
||||||
|
"peer": true
|
||||||
|
},
|
||||||
"@types/json5": {
|
"@types/json5": {
|
||||||
"version": "0.0.29",
|
"version": "0.0.29",
|
||||||
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
|
||||||
@@ -4063,9 +4073,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"bootstrap": {
|
"bootstrap": {
|
||||||
"version": "4.6.2",
|
"version": "5.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
|
||||||
"integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==",
|
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
@@ -4080,12 +4090,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"braces": {
|
"braces": {
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
||||||
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"fill-range": "^7.0.1"
|
"fill-range": "^7.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
@@ -5063,9 +5073,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fill-range": {
|
"fill-range": {
|
||||||
"version": "7.0.1",
|
"version": "7.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
||||||
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"to-regex-range": "^5.0.1"
|
"to-regex-range": "^5.0.1"
|
||||||
@@ -5652,13 +5662,6 @@
|
|||||||
"integrity": "sha512-46Qnh3qs+6EJlWDHmvWRW6qiz5jFy2mkh9UvtTvQmLJMZIjKrdz4du68le7hLX4tAWCp6QTKiq/OuLv6huHxZg==",
|
"integrity": "sha512-46Qnh3qs+6EJlWDHmvWRW6qiz5jFy2mkh9UvtTvQmLJMZIjKrdz4du68le7hLX4tAWCp6QTKiq/OuLv6huHxZg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"jquery": {
|
|
||||||
"version": "3.6.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz",
|
|
||||||
"integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==",
|
|
||||||
"dev": true,
|
|
||||||
"peer": true
|
|
||||||
},
|
|
||||||
"js-sdsl": {
|
"js-sdsl": {
|
||||||
"version": "4.2.0",
|
"version": "4.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.2.0.tgz",
|
||||||
@@ -5706,12 +5709,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"katex": {
|
"katex": {
|
||||||
"version": "0.16.4",
|
"version": "0.16.10",
|
||||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz",
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz",
|
||||||
"integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==",
|
"integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"commander": "^8.0.0"
|
"commander": "^8.3.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"khroma": {
|
"khroma": {
|
||||||
|
|||||||
+3
-3
@@ -27,18 +27,18 @@
|
|||||||
"eslint-plugin-n": "^15.6.0",
|
"eslint-plugin-n": "^15.6.0",
|
||||||
"eslint-plugin-no-jquery": "^2.7.0",
|
"eslint-plugin-no-jquery": "^2.7.0",
|
||||||
"eslint-plugin-promise": "^6.1.1",
|
"eslint-plugin-promise": "^6.1.1",
|
||||||
"postcss": "^8.4.21",
|
"postcss": "^8.4.31",
|
||||||
"postcss-cli": "^8.3.1",
|
"postcss-cli": "^8.3.1",
|
||||||
"@fontsource/mulish": "4.5.13",
|
"@fontsource/mulish": "4.5.13",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"bootstrap": "^4.6.2",
|
"bootstrap": "^5.3.3",
|
||||||
"filterizr": "^2.2.4",
|
"filterizr": "^2.2.4",
|
||||||
"flag-icon-css": "^4.1.7",
|
"flag-icon-css": "^4.1.7",
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^6.6.2",
|
||||||
"highlight.js": "^11.6.0",
|
"highlight.js": "^11.6.0",
|
||||||
"imagesloaded": "^5.0.0",
|
"imagesloaded": "^5.0.0",
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.3",
|
"katex": "^0.16.10",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^9.2.1",
|
"mermaid": "^9.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
|
|||||||
+2
-2
@@ -40,7 +40,7 @@
|
|||||||
"@fontsource/mulish": "4.5.13",
|
"@fontsource/mulish": "4.5.13",
|
||||||
"@fortawesome/fontawesome-free": "^6.2.0",
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"bootstrap": "^4.6.2",
|
"bootstrap": "^5.3.3",
|
||||||
"eslint": "^8.31.0",
|
"eslint": "^8.31.0",
|
||||||
"eslint-config-prettier": "^8.6.0",
|
"eslint-config-prettier": "^8.6.0",
|
||||||
"eslint-config-standard": "^17.0.0",
|
"eslint-config-standard": "^17.0.0",
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
"imagesloaded": "^5.0.0",
|
"imagesloaded": "^5.0.0",
|
||||||
"include-media": "^1.4.10",
|
"include-media": "^1.4.10",
|
||||||
"ityped": "^1.0.3",
|
"ityped": "^1.0.3",
|
||||||
"katex": "^0.16.3",
|
"katex": "^0.16.10",
|
||||||
"mark.js": "^8.11.1",
|
"mark.js": "^8.11.1",
|
||||||
"mermaid": "^9.2.1",
|
"mermaid": "^9.2.1",
|
||||||
"plyr": "^3.7.2",
|
"plyr": "^3.7.2",
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user