This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial push * Add banner * article: Address review comments * article: Address review comments pt. 2 * shortcodes: Fix mp4 size * Fix some errors (#1) * Fix some errors * Address feedback * new juxtapose and media descriptions * fix media * Add missing stuff (#2) * Add missing stuff * Another small home menu fix * Fix build isses from outdated packages * Address reviews * Address review comments pt. 3 * change date for release * resize juxtapose images --------- Co-authored-by: FearlessTobi <[email protected]> Co-authored-by: GPUCode <[email protected]>
- Loading branch information
1 parent
29e9ffa
commit e95b9d1
Showing
41 changed files
with
606 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
556 changes: 556 additions & 0 deletions
556
site/content/entry/citra-progress-report-2023-q2/index.md
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
site/themes/citra-bs-theme/layouts/shortcodes/imgs-compare-include-end.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/js/juxtapose.min.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/build/css/juxtapose.css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<figure> | ||
<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;"> | ||
<video preload="auto" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" controls> | ||
<source src="{{ .Get "src" }}" type="video/mp4"> | ||
Your browser doesn't support mp4 video. :( | ||
</video> | ||
</div> | ||
{{ with .Get "title" }} | ||
<figcaption> | ||
<h4> | ||
{{ . }} | ||
</h4> | ||
</figcaption> | ||
{{ end }} | ||
</figure> |
30 changes: 30 additions & 0 deletions
30
site/themes/citra-bs-theme/layouts/shortcodes/single-title-imgs-compare.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{{ $title := .Get 0 }} | ||
{{ $originals := (.Page.Resources.ByType "image") }} | ||
<div class="columns is-bottom-marginless"> | ||
<div class="column is-bottom-paddingless juxtapose"> | ||
{{ range $param := last 2 .Params }} | ||
<!-- image --> | ||
{{ $items := split $param "|" }} | ||
{{ $src := (index $items 0) }} | ||
{{ $subtitle := (index $items 1) }} | ||
{{ $split_src := split $src "." }} | ||
{{ $extension := index $split_src (sub (len $split_src) 1) }} | ||
{{- if eq $extension "png" -}} | ||
{{ $original := $originals.GetMatch (printf "*%s" (path.Base $src)) }} | ||
{{ $resized_width := math.Min $original.Width 1024 }} | ||
{{ $resized := $original.Resize (print $resized_width "x q90 jpg" ) }} | ||
<img src="{{ $resized.Permalink }}" alt="{{ $title }}"> | ||
{{- else -}} | ||
<img src="{{ $src }}" alt="{{ $title }}"> | ||
{{- end -}} | ||
{{ end }} | ||
</div> | ||
</div> | ||
|
||
{{ with "title" }} | ||
<figcaption> | ||
<h4 style="text-align: center"> | ||
{{ $title }} | ||
</h4> | ||
</figcaption> | ||
{{ end }} |