Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • Alexandre.Meyer/m1if37-animation
  • Alexandre.Meyer/m2-apprentissage-profond-image
  • Alexandre.Meyer/m2-animation
  • Alexandre.Meyer/hugo-web-minimal
  • Alexandre.Meyer/lifami
  • Alexandre.Meyer/lifapcd
  • Alexandre.Meyer/www
  • Alexandre.Meyer/lifstage
8 results
Show changes
Showing
with 653 additions and 0 deletions
---
title: Mathematical notation
date: 2019-03-08
description: A brief sample of mathematical notation in Congo.
tags: ["sample", "katex", "maths", "shortcodes"]
---
KaTeX can be used to render mathematical notation within articles.
<!--more-->
{{< katex >}}
Congo will only bundle the KaTeX assets into your project if you make use of mathematical notation. In order for this to work, simply include the [`katex` shortcode]({{< ref "docs/shortcodes#katex" >}}) within the article. Any KaTeX syntax on that page will then be automatically rendered.
Use the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.
## Inline notation
Inline notation can be generated by wrapping the expression in `\\(` and `\\)` delimiters.
**Example:**
```tex
% KaTeX inline notation
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
```
Inline notation: \\(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\\)
## Block notation
Alternatively, block notation can be generated using `$$` delimiters. This will output the expression in its own HTML block.
**Example:**
```tex
% KaTeX block notation
$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
```
$$
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$
---
title: "Placeholder Text"
date: "2019-03-09"
lastmod: "2022-01-24"
draft: true
description: "Lorem Ipsum Dolor Si Amet"
tags: ["markdown", "text", "sample", "latin"]
showDateUpdated: true
xml: false
---
Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
1. Exierant elisi ambit vivere dedere
2. Duce pollice
3. Eris modo
4. Spargitque ferrea quos palude
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
1. Comas hunc haec pietate fetum procerum dixit
2. Post torum vates letum Tiresia
3. Flumen querellas
4. Arcanaque montibus omnes
5. Quidem et
## Vagus elidunt
<svg xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="186" width="248"><g fill="none"><path stroke="#000" stroke-width="2" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width="2" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width="2" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx="2" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx="2" ry="1.25"></ellipse></g></svg>
[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
### Mane refeci capiebant unda mulcebat
Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, _oculos nomen_ non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**.
---
title: "Rich Content"
date: 2019-03-10
description: "A brief description of Hugo Shortcodes"
summary: "This is an _example_ of a **rich** content summary."
tags: ["shortcodes", "privacy", "sample", "gist", "twitter", "youtube", "vimeo"]
---
Hugo ships with several [built-in shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes) for rich content, along with a [privacy config](https://gohugo.io/about/hugo-and-gdpr/) and a set of _simple shortcodes_ that enable static and no-JS versions of various social media embeds.
## YouTube
Below is an example using the built-in `youtube` shortcode.
{{< youtube ZJthWmvUzzc >}}
## Twitter
This example uses the `twitter_simple` shortcode to output a Tweet. It requires two named parameters `user` and `id`.
{{< twitter_simple user="DesignReviewed" id="1085870671291310081" >}}
Alternatively, the `tweet` shortcode can be used to embed a fully marked up Twitter card.
## Gist
The `gist` shortcode can be used to embed a GitHub Gist. It requires two unnamed parameters: the username and ID of the Gist.
{{< gist jpanther a873e1219ffeaa80a926bbe8255f348e >}}
## Vimeo
The `vimeo_simple` shortcode will embed a Vimeo video.
{{< vimeo_simple 48912912 >}}
web/themes/congo/exampleSite/content/squid.jpg

222 KiB

---
title: Tags
---
Congo has full support for Hugo taxonomies and will adapt to any taxonomy set up. Taxonomy listings like this one also support custom content to be displayed above the list of terms.
This area could be used to add some extra decriptive text to each taxonomy. Check out the [advanced tag]({{< ref "advanced" >}}) below to see how to take this concept even further.
---
---
title: advanced
---
This is the advanced tag. Just like other listing pages in Congo, you can add custom content to individual taxonomy terms and it will be displayed at the top of the term listing. :rocket:
You can also use these content pages to define Hugo metadata like titles and descriptions that will be used for SEO and other purposes.
---
title: "Users"
date: 2020-08-14
draft: false
description: "Some real-life Congo examples."
slug: "users"
tags: ["users", "sample"]
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
---
{{< lead >}}
Real websites that are built with Congo.
{{< /lead >}}
| Website | Details |
| ---------------------------------------------------------------------- | ---------------------------- |
| [jamespanther.com](https://jamespanther.com) | Personal site - Theme author |
| [antoinesoetewey.com](https://antoinesoetewey.com/) | Personal site |
| [leif.io](https://leif.io/) | Personal site and Tech blog |
| [dr460nf1r3.org](https://dr460nf1r3.org/) | Personal site and Blog |
| [OCram85.com](https://ocram85.com) | Personal site and Blog |
| [mackiser.github.io](https://mackiser.github.io) | Personal site and Blog |
| [jamesmillner.dev](https://jamesmillner.dev) | Personal site and Blog |
| [jeremic.ca](https://jeremic.ca) | Personal site and Blog |
| [rohn.tech](https://rohn.tech) | Personal site |
| [klimafreundlicher-kochen.de](https://www.klimafreundlicher-kochen.de) | Food blog (in German) |
| [seyslee.github.io](https://seyslee.github.io) | Tech blog (in Korean) |
| [datanalyze.be](https://datanalyze.be/) | Professional site |
| [sneaky-potato.github.io](https://sneaky-potato.github.io/) | Professional site and Blog |
| [kelset.dev](https://kelset.dev) | Personal site |
| [docteurelsavancaster.com](https://docteurelsavancaster.com/) | Professional site |
| [ruihao-li.github.io](https://ruihao-li.github.io/) | Personal site and Blog |
| [phalanxhead.dev](https://phalanxhead.dev) | Personal site and Blog |
| [Bible Multi Apps](https://hotlittlewhitedog.gitlab.io/biblemulti) | Personal site and Blog |
| [Jh123x](https://jh123x.com/) | Personal site and Blog |
| [sforzando LLC. and Inc.](https://sfz.dev/) | Corporate site and Blog |
| [aidansmith.me](https://aidansmith.me/) | Personal Site |
| [nunocoracao.com](https://nunocoracao.com) | Personal site and Blog |
| [szegedkungfu.hu](https://balance-se.github.io/) | Sports association site |
| [jcransom.com](https://www.jcransom.com/) | Personal Site and Blog |
| [cbrincoveanu.com](https://www.cbrincoveanu.com/) | Personal site and Blog |
| [medical-humanities](https://medical-humanities.org) | Academic site |
| [boyersnet.com](https://boyersnet.com) | Personal site and Blog |
| [major.io](https://major.io) | Personal site and Blog |
| [bayas.dev](https://bayas.dev) | Personal site and Blog |
| [顾宇的博客](https://www.guyu.me/) | Personal Blog (in Chinese) |
| [cgutierr-zgz.github.io](https://cgutierr-zgz.github.io/) | Personal site and Tech blog |
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md).
{{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
<div id="page">
{{ partial "partials/home/page.html" . }}
</div>
<div id="profile" class="hidden h-full">
{{ partial "partials/home/profile.html" . }}
</div>
<script defer type="text/javascript" src="{{ $jsHome.RelPermalink }}" integrity="{{ $jsHome.Data.Integrity }}"></script>
<div class="flex justify-between">
<span
class="w-full py-6 mr-3 rounded-md"
{{ with .Get 0 }}style="background-color: {{ . }}"{{ end }}
></span>
<span
class="w-full py-6 mr-3 rounded-md"
{{ with .Get 1 }}style="background-color: {{ . }}"{{ end }}
></span>
<span
class="w-full py-6 mr-3 rounded-md"
{{ with .Get 2 }}style="background-color: {{ . }}"{{ end }}
></span>
</div>
module github.com/jpanther/congo/v2
go 1.16
article:
anchor_label: "Anchor"
date: "{{ .Date }}"
date_updated: "সর্বশেষ সম্পাদনার তারিখ: {{ .Date }}"
draft: "খসড়া"
edit_title: "সম্পাদনা করুন"
reading_time:
one: "{{ .Count }} মিনিট"
other: "{{ .Count }} মিনিট"
reading_time_title: "পড়ার সময়"
table_of_contents: "বিষয়সূচী"
word_count:
one: "{{ .Count }} টি শব্দ"
other: "{{ .Count }} টি শব্দ"
author:
byline_title: "লেখক"
code:
copy: "কপি করুন"
copied: "কপি হয়ে গেছে"
error:
404_title: "পেজটি খুঁজে পাওয়া যায়নি :confused:"
404_error: "Error 404"
404_description: "মনে হচ্ছে, আপনার অনুরোধ করা পেজটি খুঁজে পাওয়া যায়নি।"
footer:
dark_appearance: "ডার্ক মোডে স্যুইচ করুন"
light_appearance: "লাইট মোডে স্যুইচ করুন"
powered_by: "{{ .Hugo }} এবং {{ .Congo }} দ্বারা চালিত"
list:
externalurl_title: "অন্য ওয়েবসাইটের লিংক"
no_articles: "এখানে তালিকাভুক্ত করার মতো আপাতত কিছুই নেই।"
nav:
scroll_to_top_title: "পেজের উপরের দিকে যান"
skip_to_main: "মূল বিষয়ে যান"
search:
open_button_title: "খুঁজুন (/)"
close_button_title: "বন্ধ করুন (Esc)"
input_placeholder: "খুঁজুন"
sharing:
email: "ইমেল করুন"
facebook: "ফেসবুকে শেয়ার করুন"
linkedin: "লিংকডইনে শেয়ার করুন"
pinterest: "পিন্টারেস্টে পিন করুন"
reddit: "রেড্ডিটে জমা দিন"
twitter: "ট্যুইট করুন"
shortcode:
recent_articles: "সাম্প্রতিক"
article:
anchor_label: "Anker"
date: "{{ .Date }}"
date_updated: "Aktualisiert: {{ .Date }}"
draft: "Entwurf"
edit_title: "Inhalt bearbeiten"
reading_time:
one: "{{ .Count }} min"
other: "{{ .Count }} min"
reading_time_title: "Lesezeit"
table_of_contents: "Inhaltsverzeichnis"
word_count:
one: "{{ .Count }} Wort"
other: "{{ .Count }} Wörter"
author:
byline_title: "Autor"
code:
copy: "Kopieren"
copied: "Kopiert"
error:
404_title: "Seite nicht gefunden :confused:"
404_error: "Fehler 404"
404_description: "Es sieht so aus, als ob es diese Seite nicht gibt."
footer:
dark_appearance: "Zum dunklen Erscheinungsbild wechseln"
light_appearance: "Zum hellen Erscheinungsbild wechseln"
powered_by: "Erstellt mit {{ .Hugo }} &amp; {{ .Congo }}"
list:
externalurl_title: "Link zu einer externen Seite"
no_articles: "Es gibt hier noch keine Beiträge."
nav:
scroll_to_top_title: "Zum Anfang scrollen"
skip_to_main: "Zum Hauptinhalt springen"
search:
open_button_title: "Suche (/)"
close_button_title: "Schließen (Esc)"
input_placeholder: "Suchen"
sharing:
email: "Per E-Mail teilen"
facebook: "Auf Facebook teilen"
linkedin: "Auf LinkedIn teilen"
pinterest: "Auf Pinterest pinnen"
reddit: "An Reddit senden"
twitter: "Auf Twitter teilen"
shortcode:
recent_articles: "Neue Beiträge"
article:
anchor_label: "Anchor"
date: "{{ .Date }}"
date_updated: "Updated: {{ .Date }}"
draft: "Draft"
edit_title: "Edit content"
reading_time:
one: "{{ .Count }} min"
other: "{{ .Count }} mins"
reading_time_title: "Reading time"
table_of_contents: "Table of Contents"
word_count:
one: "{{ .Count }} word"
other: "{{ .Count }} words"
author:
byline_title: "Author"
code:
copy: "Copy"
copied: "Copied"
error:
404_title: "Page Not Found :confused:"
404_error: "Error 404"
404_description: "It seems that the page you've requested does not exist."
footer:
dark_appearance: "Switch to dark appearance"
light_appearance: "Switch to light appearance"
powered_by: ""
list:
externalurl_title: "Link to external site"
no_articles: "There's no articles to list here yet."
nav:
scroll_to_top_title: "Scroll to top"
skip_to_main: "Skip to main content"
search:
open_button_title: "Search (/)"
close_button_title: "Close (Esc)"
input_placeholder: "Search"
sharing:
email: "Send via email"
facebook: "Share on Facebook"
linkedin: "Share on LinkedIn"
pinterest: "Pin on Pinterest"
reddit: "Submit to Reddit"
twitter: "Tweet on Twitter"
shortcode:
recent_articles: "Recent"
article:
anchor_label: "Ancla"
date: "{{ .Date }}"
date_updated: "Actualizado: {{ .Date }}"
draft: "Borrador"
edit_title: "Editar contenido"
reading_time:
one: "{{ .Count }} min"
other: "{{ .Count }} mins"
reading_time_title: "Tiempo de lectura"
table_of_contents: "Tabla de contenido"
word_count:
one: "{{ .Count }} palabra"
other: "{{ .Count }} palabras"
author:
byline_title: "Autor"
code:
copy: "Copiar"
copied: "Copiado"
error:
404_title: "Página no encontrada :confused:"
404_error: "Error 404"
404_description: "Parece que la página que solicitaste no existe."
footer:
dark_appearance: "Cambiar a modo oscuro"
light_appearance: "Cambiar a modo claro"
powered_by: "Desarrollada con {{ .Hugo }} &amp; {{ .Congo }}"
list:
externalurl_title: "Link a página externa"
no_articles: "Aún no hay artículos para listar aquí."
nav:
scroll_to_top_title: "Ir arriba"
skip_to_main: "Ir al contenido"
search:
open_button_title: "Buscar (/)"
close_button_title: "Cerrar (Esc)"
input_placeholder: "Buscar"
sharing:
email: "Enviar vía email"
facebook: "Compartir en Facebook"
linkedin: "Compartir en LinkedIn"
pinterest: "Pinear en Pinterest"
reddit: "Publicar en Reddit"
twitter: "Tuitear en Twitter"
shortcode:
recent_articles: "Reciente"
article:
anchor_label: "Ankkuri"
date: "{{ .Date }}"
date_updated: "Päivitetty: {{ .Date }}"
draft: "Luonnos"
edit_title: "Muokkaa sisältöä"
reading_time:
one: "{{ .Count }} minuutti"
other: "{{ .Count }} minuuttia"
reading_time_title: "Lukuaika"
table_of_contents: "Sisällysluettelo"
word_count:
one: "{{ .Count }} sana"
other: "{{ .Count }} sanaa"
author:
byline_title: "Kirjoittaja"
code:
copy: "Kopioi"
copied: "Kopioitu"
error:
404_title: "Sivua ei löydy :confused:"
404_error: "Virhe 404"
404_description: "Valitettavasti pyytämääsi sivua ei ole olemassa."
footer:
dark_appearance: "Vaihda tummaan teemaan"
light_appearance: "Vaihda valoisaan teemaan"
powered_by: "Voimanlähteenä {{ .Hugo }} &amp; {{ .Congo }}"
list:
externalurl_title: "Linkki ulkoiselle sivustolle"
no_articles: "Täällä ei vielä ole listattavia artikkeleita, vielä."
nav:
scroll_to_top_title: "Takaisin ylös"
skip_to_main: "Siirry pääsisältöön"
search:
open_button_title: "Hae (/)"
close_button_title: "Sulje (Esc)"
input_placeholder: "Haku"
sharing:
email: "Lähetä sähköpostilla"
facebook: "Jaa Facebookissa"
linkedin: "Jaa LinkedInissä"
pinterest: "Kiinnitä Pinterestiin"
reddit: "Lähetä Reddittiin"
twitter: "Twiittaa Twitterissä"
shortcode:
recent_articles: "Viimeaikaiset"
article:
anchor_label: "Ancre"
date: "{{ .Date }}"
date_updated: "Mis à jour : {{ .Date }}"
draft: "Brouillon"
edit_title: "Modifier"
reading_time:
one: "{{ .Count }} min"
other: "{{ .Count }} mins"
reading_time_title: "Temps de lecture"
table_of_contents: "Sommaire"
word_count:
one: "{{ .Count }} mot"
other: "{{ .Count }} mots"
author:
byline_title: "Auteur"
code:
copy: "Copier"
copied: "Copié"
error:
404_title: "Cette page n'existe pas :confused:"
404_error: "Erreur 404"
404_description: "Il semble que la page que vous cherchiez n'existe pas."
footer:
dark_appearance: "Passer au thème sombre"
light_appearance: "Passer au thème clair"
powered_by: "Propulsé par {{ .Hugo }} &amp; {{ .Congo }}"
list:
externalurl_title: "Lien d'article externe."
no_articles: "Il n'y a pas encore d'article ici."
nav:
scroll_to_top_title: "Faire défiler jusqu'au bas de la page"
skip_to_main: "Aller au contenu"
search:
open_button_title: "Rechercher (/)"
close_button_title: "Fermer (Esc)"
input_placeholder: "Rechercher"
sharing:
email: "Envoyer par email"
facebook: "Poster sur Facebook"
linkedin: "Poster sur LinkedIn"
pinterest: "Poster sur Pinterest"
reddit: "Poster sur Reddit"
twitter: "Tweeter"
shortcode:
recent_articles: "Articles récents"
article:
anchor_label: "עוגן"
date: "{{ .Date }}"
date_updated: "עודכן: {{ .Date }}"
draft: "טיוטה"
edit_title: "ערוך תוכן"
reading_time:
one: "{{ .Count }} דקה"
other: "{{ .Count }} דקות"
reading_time_title: "זמן קריאה"
table_of_contents: "תוכן עניינים"
word_count:
one: "{{ .Count }} מילה"
other: "{{ .Count }} מילים"
author:
byline_title: "מחבר"
code:
copy: "העתק"
copied: "הועתק"
error:
404_title: "הדף לא נמצא :confused:"
404_error: "שגיאה 404"
404_description: "נראה שהדף שביקשת לא קיים."
footer:
dark_appearance: "מעבר למצב לילה"
light_appearance: "מעבר למצב יום"
powered_by: "בנוי בעזרת {{ .Hugo }} &amp; {{ .Congo }}"
list:
externalurl_title: "קישור לאתר חיצוני"
no_articles: "אין כרגע מאמרים ברשימה זו."
nav:
scroll_to_top_title: "חזרה למעלה"
skip_to_main: "דילוג לתוכן"
search:
open_button_title: "חיפוש (/)"
close_button_title: "סגירה (Esc)"
input_placeholder: "חיפוש"
sharing:
email: "שליחת אימייל"
facebook: "שיתוף בפייסבוק"
linkedin: "שיתוף בלינקדאין"
pinterest: "שיתוף בפינטרסט"
reddit: "שליחה לרדיט"
twitter: "ציוץ בטוויטר"
shortcode:
recent_articles: "חדשים"
article:
anchor_label: "Horgony"
date: "{{ .Date }}"
date_updated: "Frissítve: {{ .Date }}"
draft: "Vázlat"
edit_title: "Tartalom szerkesztése"
reading_time:
one: "{{ .Count }} perc"
other: "{{ .Count }} perc"
reading_time_title: "Olvasási idő"
table_of_contents: "Tartalomjegyzék"
word_count:
one: "{{ .Count }} szó"
other: "{{ .Count }} szó"
author:
byline_title: "Szerző"
code:
copy: "Másolás"
copied: "Másolva"
error:
404_title: "Az oldal nem található :confused:"
404_error: "404-es hiba"
404_description: "Úgy tűnik a kért oldal nem található."
footer:
dark_appearance: "Váltás sötét megjelenésre"
light_appearance: "Váltás világos megjelenésre"
powered_by: "Működteti {{ .Hugo }} &amp; {{ .Congo }}"
list:
externalurl_title: "Link külső oldalra"
no_articles: "Itt még nincsenek tartalmak."
nav:
scroll_to_top_title: "Görgess fel"
skip_to_main: "Ugrás a tartalomra"
search:
open_button_title: "Keresés (/)"
close_button_title: "Bezárás (Esc)"
input_placeholder: "Keresés"
sharing:
email: "Küldés emailben"
facebook: "Megosztás a Facebookon"
linkedin: "Megosztás a LinkedInen"
pinterest: "Megosztás a Pinteresten"
reddit: "Megosztás a Redditen"
twitter: "Megosztás a Twitteren"
shortcode:
recent_articles: "Friss"