Skip to content

Commit

Permalink
code sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pippo committed Jul 28, 2024
1 parent b5b782d commit 29420af
Show file tree
Hide file tree
Showing 154 changed files with 8,011 additions and 29 deletions.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified assets/bulma/bulma.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/.DS_Store
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/base/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/base/generic.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/base/helpers.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/base/minireset.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/breadcrumb.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/card.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/dropdown.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/level.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/list.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/media.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/menu.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/message.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/modal.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/navbar.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/pagination.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/panel.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/components/tabs.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/box.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/button.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/container.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/content.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/form.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/icon.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/image.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/notification.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/other.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/progress.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/table.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/tag.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/elements/title.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/checkbox-radio.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/file.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/input-textarea.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/select.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/shared.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/form/tools.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/grid/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/grid/columns.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/grid/tiles.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/layout/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/layout/footer.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/layout/hero.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/layout/section.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/_all.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/animations.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/controls.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/derived-variables.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/functions.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/initial-variables.sass
100755 → 100644
Empty file.
Empty file modified assets/bulma/sass/utilities/mixins.sass
100755 → 100644
Empty file.
7,876 changes: 7,876 additions & 0 deletions assets/css/all-6.6.0.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/devicon.min-2.16.0.css

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions assets/css/monokai-sublime-11.10.0.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
code.hljs {
padding: 3px 5px
}
/*
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/
.hljs {
background: #23241f;
color: #f8f8f2
}
.hljs-tag,
.hljs-subst {
color: #f8f8f2
}
.hljs-strong,
.hljs-emphasis {
color: #a8a8a2
}
.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
color: #ae81ff
}
.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e
}
.hljs-strong {
font-weight: bold
}
.hljs-emphasis {
font-style: italic
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672
}
.hljs-symbol,
.hljs-attribute {
color: #66d9ef
}
.hljs-params,
.hljs-title.class_,
.hljs-class .hljs-title {
color: #f8f8f2
}
.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74
}
.hljs-comment,
.hljs-deletion,
.hljs-meta {
color: #75715e
}
Empty file modified assets/fresh/core.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_animations.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_buttons.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_cards.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_colors.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_dropdowns.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_footer.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_forms.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_hero.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_mine.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_navbar.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_responsive.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_sections.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_sidebar.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_testimonials.scss
100755 → 100644
Empty file.
Empty file modified assets/fresh/partials/_utils.scss
100755 → 100644
Empty file.
Empty file modified assets/images/avataaars.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/avataaars_404.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/default_summary.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/favicon.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/audio.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/ball-triangle.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/bars.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/circles.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/grid.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/hearts.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/oval.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/puff.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/rings.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/spinning-circles.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/tail-spin.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/loaders/three-dots.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/refresh-square.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/style.sass
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion exampleSite/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ params:
# link: username
# title: Telegram
# option to specify the copyright in the footer
copyright: Julia The White - 2021
copyright: Julia The White - 2024

###################################################################
################## multilanguage support options ##################
Expand Down
Empty file modified exampleSite/content/about/index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/credits/index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/_index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/_index.ru.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/example_1_topic_1.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/example_1_topic_1.ru.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/example_2_topic_1.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/example_3_topic_1/index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_1/example_3_topic_1/summary.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified exampleSite/content/topic_2/_index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_2/example_1_topic_2.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_2/example_2_topic_2/index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_2/example_2_topic_2/summary_2.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified exampleSite/content/topic_2/subtopic_3/_index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_2/subtopic_3/example_1_subtopic_3.md
100755 → 100644
Empty file.
Empty file.
Empty file modified exampleSite/content/topic_2/subtopic_4/_index.md
100755 → 100644
Empty file.
Empty file modified exampleSite/content/topic_2/subtopic_4/example_1_subtopic_4.md
100755 → 100644
Empty file.
Empty file.
Empty file modified layouts/404.html
100755 → 100644
Empty file.
Empty file modified layouts/_default/baseof.html
100755 → 100644
Empty file.
Empty file modified layouts/_default/list.html
100755 → 100644
Empty file.
Empty file modified layouts/_default/single.html
100755 → 100644
Empty file.
Empty file modified layouts/_default/terms.html
100755 → 100644
Empty file.
Empty file modified layouts/index.html
100755 → 100644
Empty file.
19 changes: 19 additions & 0 deletions layouts/partials/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

<div id="disqus_thread"></div>
<script type="text/javascript">

(function() {
// Don't ever inject Disqus on localhost--it creates unwanted
// discussions from 'localhost:1313' on your Disqus account...
// if (window.location.hostname == "localhost")
// return;

var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
var disqus_shortname = '{{ .Site.DisqusShortname }}';
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
{{/* dsq.src = '//aaaa.disqus.com/embed.js'; */}}
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
41 changes: 25 additions & 16 deletions layouts/partials/css.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,45 @@
{{- $scss := "style.scss" -}}
{{- $cssTarget := "css/style.css" -}}

{{- $cssOpts := cond (.Site.IsServer) (dict "targetPath" $cssTarget "enableSourceMap" true) (dict "targetPath" $cssTarget "outputStyle" "compressed") -}}
{{- $font1 := replace .Site.Params.mainPage.fontFamily " " "+" -}}
{{- $font2 := replace .Site.Params.sidebar.fontFamily " " "+" -}}
{{- $font3 := replace .Site.Params.navbar.fontFamily " " "+" -}}
{{/* {{- $fontSizes := delimit .Site.Params.mainPage.sizes "," -}} */}}
{{/* {{- $fontUrl1 := printf "https://fonts.googleapis.com/css?family=%s:%s" $font1 $fontSizes -}}
{{- $fontUrl2 := printf "https://fonts.googleapis.com/css?family=%s:%s" $font2 $fontSizes -}}
{{- $fontUrl3 := printf "https://fonts.googleapis.com/css?family=%s:%s" $font3 $fontSizes -}} */}}
{{- $fontUrl1 := printf "https://fonts.googleapis.com/css?family=%s" $font1 -}}
{{- $fontUrl2 := printf "https://fonts.googleapis.com/css?family=%s" $font2 -}}
{{- $fontUrl3 := printf "https://fonts.googleapis.com/css?family=%s" $font3 -}}
{{- $cssOpts := cond (hugo.IsServer) (dict "targetPath" $cssTarget "enableSourceMap" true) (dict "targetPath" $cssTarget "outputStyle" "compressed") -}}

{{- $font1 := .Site.Params.mainPage.fontFamily -}}
{{- $font2 := .Site.Params.sidebar.fontFamily -}}
{{- $font3 := .Site.Params.navbar.fontFamily -}}

{{- with .Site.Params.mainPage.sizes -}}
{{- $font1 = printf "%s:%d,%d" $font1 (index . 0) (index . 1) -}}
{{- end -}}

{{- with .Site.Params.sidebar.sizes -}}
{{- $font2 = printf "%s:%d,%d" $font2 (index . 0) (index . 1) -}}
{{- end -}}

{{- with .Site.Params.navbar.sizes -}}
{{- $font3 = printf "%s:%d,%d" $font3 (index . 0) (index . 1) -}}
{{- end -}}

{{- $fontUrl1 := printf "https://fonts.googleapis.com/css2?%s" (querify "family" $font1) -}}
{{- $fontUrl2 := printf "https://fonts.googleapis.com/css2?%s" (querify "family" $font2) -}}
{{- $fontUrl3 := printf "https://fonts.googleapis.com/css2?%s" (querify "family" $font3) -}}

<link href="{{- $fontUrl1 -}}" rel="stylesheet">
<link href="{{- $fontUrl2 -}}" rel="stylesheet">
<link href="{{- $fontUrl3 -}}" rel="stylesheet">

{{- $css := resources.Get $sass | resources.ExecuteAsTemplate $scss . | toCSS $cssOpts -}}
{{- $css1 := resources.Get "css/monokai-sublime.9.15.8.min.css" -}}
{{- $css2 := resources.Get "css/all.min.css" -}}
{{- $css1 := resources.Get "css/monokai-sublime-11.10.0.css" -}}
{{- $css2 := resources.Get "css/all-6.6.0.css" -}}
{{- $css3 := resources.Get "css/refresh.css" -}}
{{- $css4 := resources.Get "css/devicon.min.css" -}}
{{- $css4 := resources.Get "css/devicon.min-2.16.0.css" -}}

{{- if .Site.Params.cssMinify -}}
{{- if eq .Site.Params.cssMinify true -}}

{{- $css = $css | resources.Minify -}}
{{- $css1 = $css1 | resources.Minify -}}
{{- $css2 = $css2 | resources.Minify -}}
{{- $css3 = $css3 | resources.Minify -}}
{{- $css4 = $css4 | resources.Minify -}}

{{- end -}}

{{- if .Site.Params.cssIntegrity -}}
Expand Down
Empty file modified layouts/partials/footer.html
100755 → 100644
Empty file.
21 changes: 11 additions & 10 deletions layouts/partials/javascript.html
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{- $js1 := resources.Get "js/jquery-2.2.4.js" -}}
{{- $js1 := resources.Get "js/jquery-3.7.1.js" -}}
{{- $js2 := resources.Get "js/feather.4.22.0.js" -}}
{{- $js3 := resources.Get "js/modernizr-3.6.0.js" -}}
{{- /* $js3 := resources.Get "js/modernizr-3.6.0.js" */ -}}
{{- $js3 := resources.Get "js/modernizr-3.12.0.js" -}}
{{- $js4 := resources.Get "js/refresh.js" -}}

{{- $js5 := resources.Get "js/mathjax/core.js" -}}
Expand All @@ -9,8 +10,8 @@
{{- $js8 := resources.Get "js/mathjax/tex_out.js" -}}
{{- $js9 := resources.Get "js/mathjax/startup.js" -}}

{{- $js10 := resources.Get "js/highlight.9.18.1.js" -}}
{{- $js11 := resources.Get "js/highlightjs-line-numbers.2.7.0.min.js" -}}
{{- $js10 := resources.Get "js/highlight-11.10.0.js" -}}
{{- $js11 := resources.Get "js/highlightjs-line-numbers-2.8.0.js" -}}

{{- if .Site.Params.jsMinify -}}
{{- $js1 = $js1 | resources.Minify -}}
Expand Down Expand Up @@ -45,13 +46,13 @@

{{- if .Site.Params.jsIntegrity -}}
<script src="{{- $js1.Permalink | relURL -}}" integrity="{{- $js1.Data.Integrity -}}"></script>
<script src="{{- $js2.Permalink | relURL -}}" integrity="{{- $js2.Data.Integrity -}}"></script>
<script src="{{- $js3.Permalink | relURL -}}" integrity="{{- $js3.Data.Integrity -}}"></script>
<!-- <script src="{{- $js2.Permalink | relURL -}}" integrity="{{- $js2.Data.Integrity -}}"></script> -->
<!-- <script src="{{- $js3.Permalink | relURL -}}" integrity="{{- $js3.Data.Integrity -}}"></script> -->
<script src="{{- $js4.Permalink | relURL -}}" integrity="{{- $js4.Data.Integrity -}}"></script>
{{- else -}}
<script src="{{- $js1.Permalink | relURL -}}"></script>
<script src="{{- $js2.Permalink | relURL -}}"></script>
<script src="{{- $js3.Permalink | relURL -}}"></script>
<!-- <script src="{{- $js2.Permalink | relURL -}}"></script> -->
<!-- <script src="{{- $js3.Permalink | relURL -}}"></script> -->
<script src="{{- $js4.Permalink | relURL -}}"></script>
{{- end -}}

Expand Down Expand Up @@ -83,11 +84,11 @@
{{- end -}}

<script>
hljs.initHighlightingOnLoad();
hljs.highlightAll();
hljs.initLineNumbersOnLoad();
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelectorAll('.codeinline').forEach((block) => {
hljs.highlightBlock(block);
hljs.highlightElement(block);
});
});
</script>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/meta.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{- $image := "" -}}
{{- $imgWidthDefault := 375 -}}
{{- $imgHeightDefault := 250 -}}
{{- if .Params.summaryImage -}}
{{- if and .Params.summaryImage (.Page.Resources.GetMatch .Params.summaryImage) -}}
{{- $image = .Page.Resources.GetMatch .Params.summaryImage -}}
{{- .Scratch.Set "image" ($image.Resize "600x") -}}
{{- $image = .Scratch.Get "image" -}}
Expand Down
Empty file modified layouts/partials/navbar-clone.html
100755 → 100644
Empty file.
Empty file modified layouts/partials/navbar.html
100755 → 100644
Empty file.
Empty file modified layouts/partials/sidebar.html
100755 → 100644
Empty file.
Empty file modified layouts/partials/single/content.html
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion layouts/partials/single/summary.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{- $image := "" -}}
{{- $imgWidth := 0 -}}
{{- $imgHeight := 0 -}}
{{- if .Params.summaryImage -}}
{{- if and .Params.summaryImage (.Page.Resources.GetMatch .Params.summaryImage) -}}
{{- $image = .Page.Resources.GetMatch .Params.summaryImage -}}
{{- $imgWidth = $image.Width -}}
{{- $imgHeight = $image.Height -}}
Expand Down
Empty file modified layouts/shortcodes/code.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/codeInline.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/codeWide.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/container.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/containerWide.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/figure.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/link.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/newLine.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/subtitle1.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/subtitle2.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/subtitle3.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/subtitle4.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/subtitle5.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/subtitle6.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/title1.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/title2.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/title3.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/title4.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/title5.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/title6.html
100755 → 100644
Empty file.
Empty file modified layouts/shortcodes/twoFigure.html
100755 → 100644
Empty file.
Binary file added static/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file added static/webfonts/fa-v4compatibility.woff2
Binary file not shown.
Empty file modified theme.toml
100755 → 100644
Empty file.

0 comments on commit 29420af

Please sign in to comment.