Markdown is built as a language which can be read and written in a plain text editor without any special support for this format. Each type may render differently, /. </p> <p>English | 简体中文. We can similarly convert to JSON/YAML by updating the command with toJSON and toYAML respectively. See Eddie’s … To update these in the in the about us page, we can add the following to the top of the page: Theme eclectic places the title on the page and therefore we don’t need to add it manually. </p> <p>Hugo natively supports Markdown and HTML for content markup. I use the toml format, so, to disable HTML removal from markdown I add this to my config.toml file. </p> <p>Pandoc is a tool for file format conversion that supports a superset of markdown which Hugo can convert to HTML using its command line. I wanted to start a blog about programming, keeping things very minimal, writing just markdown. Hugo supports disabling HTML tags (not unicode characters) via the skipHTML key in the configuration file config.yaml. figure. They are also a powerful way to achieve parameter driven, reusable HTML snippets. This makes headings highlighted and readable. In this article we’ll create formatted posts using Markdown to fill up the content pages used in the website for Acme Corporation. We also fill up the terms of using these features. You could use pure HTML to expand possibilities. Markdown supports blocks of code using three backticks (“`) popularly called code fences at the start and end of the code block. </p> <p>Metadata updates with the front matter (Code section 5). Two, or more, line breaks create empty lines between text, which is required to change between paragraphs. Hugo supports a variety of markup languages for generating content. You may customize the summary length by setting summaryLength in the site configuration. </p> <p>We can switch back the Acme Corporation website to the eclectictheme to verify the cross theme compatibility by updating the config.yaml. </p> <p>A post shared by Bjørn Erik Pedersen (@bepsays) on Jul 6, 2017 at 9:27am PDT, Hugo 0.24 Released: Big archetype update + @Netlify _redirects etc. </p> <p>Unlike YAML, the objective of TOML is obviousness over readability. Hugo is smart with the metadata and provides a sane set of defaults. </p> <p>Numbered/Ordered lists are created by number followed by a dot. </p> <p>The definition of YAML is meant to highlight the fact that the core use case of YAML is around structured data and not marking data, like we do in Markdown. Apart from data, a web page also needs metadata which can be supplied in Hugo using YAML, TOML and JSON. "unsafe" - I guess if you are adding HTML to your doc you run the risk of messing up your page. </p> <p>Support for specifying block images, image dimensions and other details are non-existent, and it’s left to the theme to implement. </p> <p>These shortcodes are provided for author convenience and to keep your markdown content clean. This conversion is unnecessary as all of these languages are fully supported in Hugo for the front matter. When we created the config file for Acme Corporation’s website, we specified the copyright directive as Copyright ©. Shortcodes allow you to keep markdown in your markdown files and keep HTML out. Automatic Summary Splitting. Hugo natively supports Markdown and HTML for content markup. </p> <p>To enable code fences, all the following to your config.yaml: Other syntax highlighting options can be supplied to chroma, Listing 6. Keywords used in the metadata passed onto bots and search engines, Acme Corporation, Acme Line Company, Circle, Line, Triangle, Name of the parent folder, default if no folder, Page type for the theme. Hugo parses files with extensions md and markdown with BlackFriday. Users get freedom to be creative with HTML and the content adds layouts, alignment, color and other styling information which is difficult to clean up. The Shortcode takes 3 parameters. </p> <p>Using the universal theme, the pages looks like this: Figure 3. </p> <p>Hugo supports the extensions to Markdown popularized by Github in the Github Flavored Markdown using the exact syntax. Organizing your posts with block elements. For example, some people find it easier to use HTML tags for images. YAML is the default metadata language in Jekyll (not default in Hugo) and extremely popular. Elements in Markdown Part 1 – Block Elements (Code section 1). JSON is insensitive to spaces and new lines and relies on explicit markers for content. </p> <p>With little control of the embedded HTML of the theme creator, allowing embedded HTML can turn into a big problem when updating a theme. </p> <p>Most of the community uses this language and most of the documentation is found in TOML. Fuji Fuji is a minimal Hugo theme with full dark mode support and GitHub Primer markdown style. But I thought it was better to … </p> <p>The abilities of each author are nurtured to encourage him or her to write a first-rate book. A lot of contextual metadata associated with the content like the creation date is included, the tags, the URL, the author name, associated with the content which normally fills up the metadata table of the database. </p> <p>Hugo provides the theme creator with a CSS files which they can include in the page for syntax highlighting. </p> <p>Provided to search engines and may be used in listing pages. Hugo ships with a set of predefined shortcodes that represent very common usage. Hashes between tags don’t create headings. </p> <p>This book gives a good introduction to Harp.js, Jekyll, and Hugo. Writing paragraphs in markdown. </p> <p>This provides access to the entire set of unicode characters including localization, emojis, symbols, etc. Markdown is the most popular amongst them and most widely used. </p> <p>Markdown supports <img> tags to show inline images. </p> <p>Summary; Data files; Projects; Publications; Blog / Posts; Template paramstgggtgc; CMS Editor with Netlify CMS. Elements in Markdown Part 4 – Inline Elements (Code section 3). </p> <p>Github Flavored Markdown is supported by Hugo, which adds task lists and tables to markdown. Although JSON is meant to be more human readable than binary formats, JSON has strict language rules to allow writing a parser more easily which may come in the way of reading it. reStructured Text is used for generating documentation projects and it’s a formally defined and stricter language providing easier parsing at the cost of simplicity. </p> <p>MMark supports cross-references, citations, callouts and indices for content. </p> <p>Note that I don’t know if Hugo + Github pages is better than any alternative. You can place HTML tags within markdown to allow those to be rendered within content. I’ve built a brand new Hugo theme called Aofuji for somewhat more experienced front end developers. </p> <p>To declare a definition list, you can specify the term on one line followed by a :(colon) and a definition on the other. Markdown is the most popular format for writing README documents, used to detail the code documentation. The front matter and the content together form the updates which a content creator has to work on regular basis. </p> <p>JSON has a lot of quotes, strict commas and brackets with no regard for newlines. Pygments is slower than chroma but provides more options to control syntax highlighting. Content Markup Languages in Hugo. Multi line strings end by three quote(") symbols<, String single quotes, both single line and multiline are represented. Event pure JSON files require the curly braces to mark JSON objects. Human readability is a bonus. Markdown is a practical language. </p> <p>It gets formatted with a monospace font in the HTML code tag to allow spaces to flow through. We can use the Hugo command line hugo convert toTOML <content file> to convert the content to TOML. They support keyboard shortcuts and inline or live previews. JSON is a standard information exchange format extremely popular on the web. They also keep your markdown *pure* and free of raw HTML. In Pascal, strings are represented by a length followed by raw binary data of that length. Hugo provides a simple utility method to convert markdown to HTML. Figure 6. (Exclamation mark, commonly called a bang). </p> <p>This requirement isn’t arbitrary. The second approach is to use hashes () before the text. Privacy Policy for Acme Corporation formatted using block elements (Code section 1). Hugo uses Markdown for its simple content format. </p> <p>One big advantage of having content alongside code in the entire JAM stack is the ability to have versioning. We care about the quality of our books. Shortcodes ONLY work in markdown files, you can't use them in your HTML template files. We can use this to reach until level six of headings in most parsers. It’s sensitive to new line but not to indentation unlike YAML. Hugo automatically converts fractions from 1/2 to ½ and so on. © which also works. </p> <p>Hugo supports multiple languages for content including Asciidoc for long form content, reStructured Text for documentation and pandoc for extended markdown along with two flavors of Markdown – regular and MMArk (for IETF documentation). </p> <a href='https://szanownypan.com/journal/viewtopic.php?page=famous-heroes-of-the-world-b44a6e'>Famous Heroes Of The World</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=merthyr-tydfil-map-b44a6e'>Merthyr Tydfil Map</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=dark-night-of-the-soul-text-b44a6e'>Dark Night Of The Soul Text</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=gate-of-the-sun-forge-of-empires-b44a6e'>Gate Of The Sun Forge Of Empires</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=monty-python%3A-almost-the-truth-netflix-b44a6e'>Monty Python: Almost The Truth Netflix</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=tasha-cobbs---fill-me-up-lyrics-b44a6e'>Tasha Cobbs - Fill Me Up Lyrics</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=why-was-sense8-cancelled-b44a6e'>Why Was Sense8 Cancelled</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=robinhood-europe-2020-b44a6e'>Robinhood Europe 2020</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=queen-crown-clipart-b44a6e'>Queen Crown Clipart</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=why-is-pope-francis-a-good-role-model-b44a6e'>Why Is Pope Francis A Good Role Model</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=splish-splash-water-park-reopening-b44a6e'>Splish Splash Water Park Reopening</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=mighty-quinn-chords-grateful-dead-b44a6e'>Mighty Quinn Chords Grateful Dead</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=angels-hat-with-wings-b44a6e'>Angels Hat With Wings</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=viking-meaning-in-arabic-b44a6e'>Viking Meaning In Arabic</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=chevaliers-de-sangreal-meaning-in-english-b44a6e'>Chevaliers De Sangreal Meaning In English</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=dexter-darden-age-b44a6e'>Dexter Darden Age</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=dharam-veer-cast-b44a6e'>Dharam Veer Cast</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=kim-kardashian-first-husband-b44a6e'>Kim Kardashian First Husband</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=elmo-in-grouchland-huxley-defeat-b44a6e'>Elmo In Grouchland Huxley Defeat</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=thom-mathews-height-b44a6e'>Thom Mathews Height</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=two-for-the-money-netflix-b44a6e'>Two For The Money Netflix</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=ros-2-b44a6e'>Ros 2</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=a-pretty-girl-is-like-a-melody-b44a6e'>A Pretty Girl Is Like A Melody</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=amsterdam-holland-b44a6e'>Amsterdam Holland</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=moor-definition-othello-b44a6e'>Moor Definition Othello</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=luca-name-meaning-girl-b44a6e'>Luca Name Meaning Girl</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=john-purdue-club-parking-pass-b44a6e'>John Purdue Club Parking Pass</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=the-chimney-sweeper-literary-devices-b44a6e'>The Chimney Sweeper Literary Devices</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=monmouthshire-villages-b44a6e'>Monmouthshire Villages</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=positive-afterimage-b44a6e'>Positive Afterimage</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=how-to-split-cells-in-excel-b44a6e'>How To Split Cells In Excel</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=devdas-novel-analysis-b44a6e'>Devdas Novel Analysis</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=famous-sporting-trophies-quiz-and-answers-b44a6e'>Famous Sporting Trophies Quiz And Answers</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=2018-red-sox-world-series-roster-b44a6e'>2018 Red Sox World Series Roster</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=heaven-is-a-place-on-earth-meaning-b44a6e'>Heaven Is A Place On Earth Meaning</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=krodh-movie-villain-b44a6e'>Krodh Movie Villain</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=why-did-america-join-ww1-b44a6e'>Why Did America Join Ww1</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=bch-price-prediction-2025-b44a6e'>Bch Price Prediction 2025</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=skiptrace-full-movie-online-b44a6e'>Skiptrace Full Movie Online</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=romero-para-el-cabello-b44a6e'>Romero Para El Cabello</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=ice-princess-lily-netflix-b44a6e'>Ice Princess Lily Netflix</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=world-map-countries-and-continents-b44a6e'>World Map Countries And Continents</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=my-name-song-create-b44a6e'>My Name Song Create</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=paranormal-activity-4-wiki-b44a6e'>Paranormal Activity 4 Wiki</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=barbie-as-rapunzel-full-movie-b44a6e'>Barbie As Rapunzel Full Movie</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=margaret-whiting-net-worth-b44a6e'>Margaret Whiting Net Worth</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=tablet-price-in-myanmar-b44a6e'>Tablet Price In Myanmar</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=there-was-an-old-man-with-a-beard-analysis-b44a6e'>There Was An Old Man With A Beard Analysis</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=taxi-driver-subtitles-online-b44a6e'>Taxi Driver Subtitles Online</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=biden-news-today-b44a6e'>Biden News Today</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=face-to-face-movie-kannada-b44a6e'>Face To Face Movie Kannada</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=nicknames-for-strength-b44a6e'>Nicknames For Strength</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=the-hunted-2013-true-story-b44a6e'>The Hunted 2013 True Story</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=eat%2C-pray%2C-love-book-review-b44a6e'>Eat, Pray, Love Book Review</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=anna-levine-lawyer-b44a6e'>Anna Levine Lawyer</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=tettra-wiki-b44a6e'>Tettra Wiki</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=something-about-the-name-jesus-chords-b44a6e'>Something About The Name Jesus Chords</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=steelswarm-vs-evilswarm-b44a6e'>Steelswarm Vs Evilswarm</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=clear-coffee-mugs-kendall-jenner-b44a6e'>Clear Coffee Mugs Kendall Jenner</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=will-sasso-house-b44a6e'>Will Sasso House</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=preston-high-school-b44a6e'>Preston High School</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=frances-shea-death-b44a6e'>Frances Shea Death</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=i%27m-through-with-love-wikipedia-b44a6e'>I'm Through With Love Wikipedia</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=om-jai-jagdish-hare-lyrics-english-pdf-b44a6e'>Om Jai Jagdish Hare Lyrics English Pdf</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=is-redbubble-safe-to-buy-from-b44a6e'>Is Redbubble Safe To Buy From</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=finding-dory-wife-fish-b44a6e'>Finding Dory Wife Fish</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=majesty-meaning-in-tamil-b44a6e'>Majesty Meaning In Tamil</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=derek-fisher-matt-barnes-wife-b44a6e'>Derek Fisher Matt Barnes Wife</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=despite-the-falling-snow-movie-review-b44a6e'>Despite The Falling Snow Movie Review</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=nicolas-name-b44a6e'>Nicolas Name</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=florida-spring-training-map-2019-b44a6e'>Florida Spring Training Map 2019</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=front-tooth-crown-cost-b44a6e'>Front Tooth Crown Cost</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=kill-your-idols-streaming-b44a6e'>Kill Your Idols Streaming</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=bill-rasmussen-net-worth-b44a6e'>Bill Rasmussen Net Worth</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=white-cockatoo-lifespan-b44a6e'>White Cockatoo Lifespan</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=victor-martinez-baseball-b44a6e'>Victor Martinez Baseball</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=hamlet-1996-cast-b44a6e'>Hamlet 1996 Cast</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=georgian-garden-design-b44a6e'>Georgian Garden Design</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=the-pirates-in-an-adventure-with-scientists-netflix-b44a6e'>The Pirates In An Adventure With Scientists Netflix</a>, " /> <meta property="og:url" content="https://szanownypan.com/hy4k1iod/" /> <meta property="og:site_name" content="Szanowny Pan" /> <meta property="article:published_time" content="2020-10-22T15:40:39+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://szanownypan.com/#website","url":"https://szanownypan.com/","name":"Szanowny Pan","description":"Fotografia \u015blubna","potentialAction":[{"@type":"SearchAction","target":"https://szanownypan.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"pl-PL"},{"@type":"WebPage","@id":"https://szanownypan.com/hy4k1iod/#webpage","url":"https://szanownypan.com/hy4k1iod/","name":"hugo summary markdown","isPartOf":{"@id":"https://szanownypan.com/#website"},"datePublished":"2020-10-22T15:40:39+00:00","dateModified":"2020-10-22T15:40:39+00:00","author":{"@id":""},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https://szanownypan.com/hy4k1iod/"]}]}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel='stylesheet' id='wp-block-library-css' href='https://szanownypan.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://szanownypan.com/wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-css' href='https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='lora-css' href='https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700%2C700i&subset=latin-ext' type='text/css' media='all' /> <link rel='stylesheet' id='flickity-css' href='https://cdnjs.cloudflare.com/ajax/libs/flickity/2.2.0/flickity.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='styles-css' href='https://szanownypan.com/wp-content/themes/simple/assets/css/main.css?v=1603381240' type='text/css' media='all' /> <script type='text/javascript' src='https://szanownypan.com/wp-includes/js/jquery/jquery.js'></script> <script type='text/javascript' src='https://szanownypan.com/wp-includes/js/jquery/jquery-migrate.min.js'></script> <link rel='https://api.w.org/' href='https://szanownypan.com/wp-json/' /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://szanownypan.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://szanownypan.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://szanownypan.com/?p=4372' /> <link rel="alternate" type="application/json+oembed" href="https://szanownypan.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fszanownypan.com%2Fhy4k1iod%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://szanownypan.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fszanownypan.com%2Fhy4k1iod%2F&format=xml" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-135483789-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-135483789-1'); </script> </head> <body class="post-template-default single single-post postid-4372 single-format-standard clearfix"> <nav class="navbar "> <div class="container"> <div class="flex-container align-center wrap"> <ul class="menu-left flex-container align-center wrap clearfix"> <li> <a href="https://szanownypan.com/opowiesci-o-milosci/" target="" class=" ">opowieści</a> </li> <li> <a href="https://szanownypan.com/o-mnie/" target="" class=" ">o.mnie</a> </li> </ul> <a href="https://szanownypan.com" class="logo"> <img src="/wp-content/uploads/2019/02/NOWE-LOGO-SZANOWNY-PAN.png"> </a> <button> <span></span> <span></span> <span></span> </button> <ul class="menu-right flex-container align-center wrap clearfix"> <li> <a href="https://szanownypan.com/twoja-historia/" target="" class=" ">twoja.historia</a> </li> <li> <a href="https://szanownypan.com/kontakt/" target="" class=" ">kontakt</a> </li> </ul> <ul class="menu-mobile flex-container align-center wrap clearfix"> <li> <a href="https://szanownypan.com/opowiesci-o-milosci/" target="" class=" ">opowieści</a> </li> <li> <a href="https://szanownypan.com/o-mnie/" target="" class=" ">o.mnie</a> </li> <li> <a href="https://szanownypan.com/twoja-historia/" target="" class=" ">twoja.historia</a> </li> <li> <a href="https://szanownypan.com/kontakt/" target="" class=" ">kontakt</a> </li> </ul> </div> </div> </nav> <section id="single-container"> <div class="container"> <div class="main single-about"> <p><p>Hugo uses Markdown for its simple content format. Credits. The content can be generated via a website like privacypolicies.com and converted to markdown via pandoc (https://pandoc.org/try/). </p> <p>To be successful with the Hugo community, it’s important to understand TOML. Hugo provides multiple built-in shortcodes for author convenience and to keep your markdown content clean. Markdown is the most popular format for writing text-based content. Shortcodes are templates that can be called from your Hugo markdown files to add HTML snippets to the final rendered HTML. Using all these content features, we can now pull up the about us page for the Acme Corporation. TOML uses the equal sign (=) instead of YAML’s colon (:). Metadata needs to be structured and needs to be easy to split into keys and values. You can use the emoji cheat sheet from https://www.webfx.com/tools/emoji-cheat-sheet/ for a list of supported emojis. tl;dr summary: jump to the solution down below for a neat trick. This is used to order the pages by creation date. It has been there from the beginning of programming. If you view the generated HTML, you should see the description being updated, and the document title should also show up in the tab bar. Original Markdown has a limited set of features which has been extended by CommonMark, which was further extended as Github Flavored Markdown (GFM) which is amongst the most popular variant. the problem. We can create tables, task lists and provide code blocks within Hugo pages. file supporthttps://t.co/X94FmYDEZJ #gohugo #golang @spf13 @bepsays, "https://gist.github.com/spf13/7896402.js", A post shared by Bjørn Erik Pedersen (@bepsays). </p> <p>Markdown is built as a language which can be read and written in a plain text editor without any special support for this format. Each type may render differently, <folder>/<title or filename if not title>. </p> <p>English | 简体中文. We can similarly convert to JSON/YAML by updating the command with toJSON and toYAML respectively. See Eddie’s … To update these in the in the about us page, we can add the following to the top of the page: Theme eclectic places the title on the page and therefore we don’t need to add it manually. </p> <p>Hugo natively supports Markdown and HTML for content markup. I use the toml format, so, to disable HTML removal from markdown I add this to my config.toml file. </p> <p>Pandoc is a tool for file format conversion that supports a superset of markdown which Hugo can convert to HTML using its command line. I wanted to start a blog about programming, keeping things very minimal, writing just markdown. Hugo supports disabling HTML tags (not unicode characters) via the skipHTML key in the configuration file config.yaml. figure. They are also a powerful way to achieve parameter driven, reusable HTML snippets. This makes headings highlighted and readable. In this article we’ll create formatted posts using Markdown to fill up the content pages used in the website for Acme Corporation. We also fill up the terms of using these features. You could use pure HTML to expand possibilities. Markdown supports blocks of code using three backticks (“`) popularly called code fences at the start and end of the code block. </p> <p>Metadata updates with the front matter (Code section 5). Two, or more, line breaks create empty lines between text, which is required to change between paragraphs. Hugo supports a variety of markup languages for generating content. You may customize the summary length by setting summaryLength in the site configuration. </p> <p>We can switch back the Acme Corporation website to the eclectictheme to verify the cross theme compatibility by updating the config.yaml. </p> <p>A post shared by Bjørn Erik Pedersen (@bepsays) on Jul 6, 2017 at 9:27am PDT, Hugo 0.24 Released: Big archetype update + @Netlify _redirects etc. </p> <p>Unlike YAML, the objective of TOML is obviousness over readability. Hugo is smart with the metadata and provides a sane set of defaults. </p> <p>Numbered/Ordered lists are created by number followed by a dot. </p> <p>The definition of YAML is meant to highlight the fact that the core use case of YAML is around structured data and not marking data, like we do in Markdown. Apart from data, a web page also needs metadata which can be supplied in Hugo using YAML, TOML and JSON. "unsafe" - I guess if you are adding HTML to your doc you run the risk of messing up your page. </p> <p>Support for specifying block images, image dimensions and other details are non-existent, and it’s left to the theme to implement. </p> <p>These shortcodes are provided for author convenience and to keep your markdown content clean. This conversion is unnecessary as all of these languages are fully supported in Hugo for the front matter. When we created the config file for Acme Corporation’s website, we specified the copyright directive as Copyright ©. Shortcodes allow you to keep markdown in your markdown files and keep HTML out. Automatic Summary Splitting. Hugo natively supports Markdown and HTML for content markup. </p> <p>To enable code fences, all the following to your config.yaml: Other syntax highlighting options can be supplied to chroma, Listing 6. Keywords used in the metadata passed onto bots and search engines, Acme Corporation, Acme Line Company, Circle, Line, Triangle, Name of the parent folder, default if no folder, Page type for the theme. Hugo parses files with extensions md and markdown with BlackFriday. Users get freedom to be creative with HTML and the content adds layouts, alignment, color and other styling information which is difficult to clean up. The Shortcode takes 3 parameters. </p> <p>Using the universal theme, the pages looks like this: Figure 3. </p> <p>Hugo supports the extensions to Markdown popularized by Github in the Github Flavored Markdown using the exact syntax. Organizing your posts with block elements. For example, some people find it easier to use HTML tags for images. YAML is the default metadata language in Jekyll (not default in Hugo) and extremely popular. Elements in Markdown Part 1 – Block Elements (Code section 1). JSON is insensitive to spaces and new lines and relies on explicit markers for content. </p> <p>With little control of the embedded HTML of the theme creator, allowing embedded HTML can turn into a big problem when updating a theme. </p> <p>Most of the community uses this language and most of the documentation is found in TOML. Fuji Fuji is a minimal Hugo theme with full dark mode support and GitHub Primer markdown style. But I thought it was better to … </p> <p>The abilities of each author are nurtured to encourage him or her to write a first-rate book. A lot of contextual metadata associated with the content like the creation date is included, the tags, the URL, the author name, associated with the content which normally fills up the metadata table of the database. </p> <p>Hugo provides the theme creator with a CSS files which they can include in the page for syntax highlighting. </p> <p>Provided to search engines and may be used in listing pages. Hugo ships with a set of predefined shortcodes that represent very common usage. Hashes between tags don’t create headings. </p> <p>This book gives a good introduction to Harp.js, Jekyll, and Hugo. Writing paragraphs in markdown. </p> <p>This provides access to the entire set of unicode characters including localization, emojis, symbols, etc. Markdown is the most popular amongst them and most widely used. </p> <p>Markdown supports <img> tags to show inline images. </p> <p>Summary; Data files; Projects; Publications; Blog / Posts; Template paramstgggtgc; CMS Editor with Netlify CMS. Elements in Markdown Part 4 – Inline Elements (Code section 3). </p> <p>Github Flavored Markdown is supported by Hugo, which adds task lists and tables to markdown. Although JSON is meant to be more human readable than binary formats, JSON has strict language rules to allow writing a parser more easily which may come in the way of reading it. reStructured Text is used for generating documentation projects and it’s a formally defined and stricter language providing easier parsing at the cost of simplicity. </p> <p>MMark supports cross-references, citations, callouts and indices for content. </p> <p>Note that I don’t know if Hugo + Github pages is better than any alternative. You can place HTML tags within markdown to allow those to be rendered within content. I’ve built a brand new Hugo theme called Aofuji for somewhat more experienced front end developers. </p> <p>To declare a definition list, you can specify the term on one line followed by a :(colon) and a definition on the other. Markdown is the most popular format for writing README documents, used to detail the code documentation. The front matter and the content together form the updates which a content creator has to work on regular basis. </p> <p>JSON has a lot of quotes, strict commas and brackets with no regard for newlines. Pygments is slower than chroma but provides more options to control syntax highlighting. Content Markup Languages in Hugo. Multi line strings end by three quote(") symbols<, String single quotes, both single line and multiline are represented. Event pure JSON files require the curly braces to mark JSON objects. Human readability is a bonus. Markdown is a practical language. </p> <p>It gets formatted with a monospace font in the HTML code tag to allow spaces to flow through. We can use the Hugo command line hugo convert toTOML <content file> to convert the content to TOML. They support keyboard shortcuts and inline or live previews. JSON is a standard information exchange format extremely popular on the web. They also keep your markdown *pure* and free of raw HTML. In Pascal, strings are represented by a length followed by raw binary data of that length. Hugo provides a simple utility method to convert markdown to HTML. Figure 6. (Exclamation mark, commonly called a bang). </p> <p>This requirement isn’t arbitrary. The second approach is to use hashes () before the text. Privacy Policy for Acme Corporation formatted using block elements (Code section 1). Hugo uses Markdown for its simple content format. </p> <p>One big advantage of having content alongside code in the entire JAM stack is the ability to have versioning. We care about the quality of our books. Shortcodes ONLY work in markdown files, you can't use them in your HTML template files. We can use this to reach until level six of headings in most parsers. It’s sensitive to new line but not to indentation unlike YAML. Hugo automatically converts fractions from 1/2 to ½ and so on. © which also works. </p> <p>Hugo supports multiple languages for content including Asciidoc for long form content, reStructured Text for documentation and pandoc for extended markdown along with two flavors of Markdown – regular and MMArk (for IETF documentation). </p></p> <p><a href='https://szanownypan.com/journal/viewtopic.php?page=famous-heroes-of-the-world-b44a6e'>Famous Heroes Of The World</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=merthyr-tydfil-map-b44a6e'>Merthyr Tydfil Map</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=dark-night-of-the-soul-text-b44a6e'>Dark Night Of The Soul Text</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=gate-of-the-sun-forge-of-empires-b44a6e'>Gate Of The Sun Forge Of Empires</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=monty-python%3A-almost-the-truth-netflix-b44a6e'>Monty Python: Almost The Truth Netflix</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=tasha-cobbs---fill-me-up-lyrics-b44a6e'>Tasha Cobbs - Fill Me Up Lyrics</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=why-was-sense8-cancelled-b44a6e'>Why Was Sense8 Cancelled</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=robinhood-europe-2020-b44a6e'>Robinhood Europe 2020</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=queen-crown-clipart-b44a6e'>Queen Crown Clipart</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=why-is-pope-francis-a-good-role-model-b44a6e'>Why Is Pope Francis A Good Role Model</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=splish-splash-water-park-reopening-b44a6e'>Splish Splash Water Park Reopening</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=mighty-quinn-chords-grateful-dead-b44a6e'>Mighty Quinn Chords Grateful Dead</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=angels-hat-with-wings-b44a6e'>Angels Hat With Wings</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=viking-meaning-in-arabic-b44a6e'>Viking Meaning In Arabic</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=chevaliers-de-sangreal-meaning-in-english-b44a6e'>Chevaliers De Sangreal Meaning In English</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=dexter-darden-age-b44a6e'>Dexter Darden Age</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=dharam-veer-cast-b44a6e'>Dharam Veer Cast</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=kim-kardashian-first-husband-b44a6e'>Kim Kardashian First Husband</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=elmo-in-grouchland-huxley-defeat-b44a6e'>Elmo In Grouchland Huxley Defeat</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=thom-mathews-height-b44a6e'>Thom Mathews Height</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=two-for-the-money-netflix-b44a6e'>Two For The Money Netflix</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=ros-2-b44a6e'>Ros 2</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=a-pretty-girl-is-like-a-melody-b44a6e'>A Pretty Girl Is Like A Melody</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=amsterdam-holland-b44a6e'>Amsterdam Holland</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=moor-definition-othello-b44a6e'>Moor Definition Othello</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=luca-name-meaning-girl-b44a6e'>Luca Name Meaning Girl</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=john-purdue-club-parking-pass-b44a6e'>John Purdue Club Parking Pass</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=the-chimney-sweeper-literary-devices-b44a6e'>The Chimney Sweeper Literary Devices</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=monmouthshire-villages-b44a6e'>Monmouthshire Villages</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=positive-afterimage-b44a6e'>Positive Afterimage</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=how-to-split-cells-in-excel-b44a6e'>How To Split Cells In Excel</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=devdas-novel-analysis-b44a6e'>Devdas Novel Analysis</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=famous-sporting-trophies-quiz-and-answers-b44a6e'>Famous Sporting Trophies Quiz And Answers</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=2018-red-sox-world-series-roster-b44a6e'>2018 Red Sox World Series Roster</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=heaven-is-a-place-on-earth-meaning-b44a6e'>Heaven Is A Place On Earth Meaning</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=krodh-movie-villain-b44a6e'>Krodh Movie Villain</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=why-did-america-join-ww1-b44a6e'>Why Did America Join Ww1</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=bch-price-prediction-2025-b44a6e'>Bch Price Prediction 2025</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=skiptrace-full-movie-online-b44a6e'>Skiptrace Full Movie Online</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=romero-para-el-cabello-b44a6e'>Romero Para El Cabello</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=ice-princess-lily-netflix-b44a6e'>Ice Princess Lily Netflix</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=world-map-countries-and-continents-b44a6e'>World Map Countries And Continents</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=my-name-song-create-b44a6e'>My Name Song Create</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=paranormal-activity-4-wiki-b44a6e'>Paranormal Activity 4 Wiki</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=barbie-as-rapunzel-full-movie-b44a6e'>Barbie As Rapunzel Full Movie</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=margaret-whiting-net-worth-b44a6e'>Margaret Whiting Net Worth</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=tablet-price-in-myanmar-b44a6e'>Tablet Price In Myanmar</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=there-was-an-old-man-with-a-beard-analysis-b44a6e'>There Was An Old Man With A Beard Analysis</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=taxi-driver-subtitles-online-b44a6e'>Taxi Driver Subtitles Online</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=biden-news-today-b44a6e'>Biden News Today</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=face-to-face-movie-kannada-b44a6e'>Face To Face Movie Kannada</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=nicknames-for-strength-b44a6e'>Nicknames For Strength</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=the-hunted-2013-true-story-b44a6e'>The Hunted 2013 True Story</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=eat%2C-pray%2C-love-book-review-b44a6e'>Eat, Pray, Love Book Review</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=anna-levine-lawyer-b44a6e'>Anna Levine Lawyer</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=tettra-wiki-b44a6e'>Tettra Wiki</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=something-about-the-name-jesus-chords-b44a6e'>Something About The Name Jesus Chords</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=steelswarm-vs-evilswarm-b44a6e'>Steelswarm Vs Evilswarm</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=clear-coffee-mugs-kendall-jenner-b44a6e'>Clear Coffee Mugs Kendall Jenner</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=will-sasso-house-b44a6e'>Will Sasso House</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=preston-high-school-b44a6e'>Preston High School</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=frances-shea-death-b44a6e'>Frances Shea Death</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=i%27m-through-with-love-wikipedia-b44a6e'>I'm Through With Love Wikipedia</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=om-jai-jagdish-hare-lyrics-english-pdf-b44a6e'>Om Jai Jagdish Hare Lyrics English Pdf</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=is-redbubble-safe-to-buy-from-b44a6e'>Is Redbubble Safe To Buy From</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=finding-dory-wife-fish-b44a6e'>Finding Dory Wife Fish</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=majesty-meaning-in-tamil-b44a6e'>Majesty Meaning In Tamil</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=derek-fisher-matt-barnes-wife-b44a6e'>Derek Fisher Matt Barnes Wife</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=despite-the-falling-snow-movie-review-b44a6e'>Despite The Falling Snow Movie Review</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=nicolas-name-b44a6e'>Nicolas Name</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=florida-spring-training-map-2019-b44a6e'>Florida Spring Training Map 2019</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=front-tooth-crown-cost-b44a6e'>Front Tooth Crown Cost</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=kill-your-idols-streaming-b44a6e'>Kill Your Idols Streaming</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=bill-rasmussen-net-worth-b44a6e'>Bill Rasmussen Net Worth</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=white-cockatoo-lifespan-b44a6e'>White Cockatoo Lifespan</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=victor-martinez-baseball-b44a6e'>Victor Martinez Baseball</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=hamlet-1996-cast-b44a6e'>Hamlet 1996 Cast</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=georgian-garden-design-b44a6e'>Georgian Garden Design</a>, <a href='https://szanownypan.com/journal/viewtopic.php?page=the-pirates-in-an-adventure-with-scientists-netflix-b44a6e'>The Pirates In An Adventure With Scientists Netflix</a>, </p> </div> <div class="flex-container align-center no-center wrap"> <p id="polityka">2020© Wszelkie prawa zastrzeżone. | <a href="/polityka-prywatnosci/">Polityka prywatności i Ochrona danych osobowych</a><br>Kopiowanie zdjęć bez mojej zgody zabronione.</p> </div> </div> </section> <a href="javascript:;" id="go-to-top"> <img src="data:image/png;base64,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h1Wozvlf2TqLSIdMADvlFM+2DiLdohkAadJn0eAv0rRpwHHOhxWsg0i3qABII5wPOwGvs84h0lFPAT5nHUK6RUsAMjTnwzLAFcB61llEOu7FOcUzrENIN2gGQJqwPxr8RcbhWOfDE61DSDeoAMhQnA9rAO+xziHSE2sCh1iHkG5QAZBhfQDQecoi4/NG58MzrUNI+VQAZGDOh7WB/7bOIdIz04HDrENI+VQAZBgfQjv+iVh4gfPhRdYhpGw6C0AGUh+I9BdgSessIj11FbBJTlEf4jIQzQDIoHZCg7+IpY2ALa1DSLlUAGRQL7AOICK81DqAlEsFQAb179YBRITdrANIuVQAZMqcD0+j2ppURGw93fmwoXUIKZMKgAxiFesAIvIPm1kHkDKpAIiIlE2n4spAVABERMqmAiADUQGQQcyxDiAi/7CMdQApkwqADOJy4B7rECICwPXWAaRMKgAyZTnF2cAPrXOICA8DP7cOIWVSAZBBnWodQET4RU7xfusQUiYVABnUj4DLrEOI9Nyx1gGkXCoAMpCc4sPAnuhYABErR+cUv2sdQsqlAiADyyn+DtjLOodID/0W+F/rEFI2FQAZSk7xNGB34FbrLCI98RPgxTnFh6yDSNmmTUzoUtIyPOfDysCXgFdZZxHpqHuA9+YUv2YdRLpBBUAa5Xx4PvBqqlmB1YzjiHTB5VRn3Xw1p/hn6zDSHSoAMhLOh+nANsBLgHWANYDV65/L2SUTaaUJ4G/AbfPcIvDd+lgbkcapAMjYOR+WBZYc08MdQTUjITIVV1IV2HGYAO7PKWqLbRmrGdYBpH9yig8AD4zjsZwPs8fxONI5j+YU77YOITJKOgtARESkh1QAREREekgFQEREpIdUAERERHpIBUBERKSHVABERER6SAVARESkh1QAREREekgFQEREpIdUAERERHpIBUBERKSHVABERER6SAVARESkh1QAREREekgFQEREpIdUAERERHpIBUBERKSHVABERER6SAVARESkh1QAREREekgFQEREpIdUAERERHpIBUBERKSHVABERER6SAVARESkh1QAREREekgFQEREpIdUAERERHpIBUBERKSHVABERER6SAVARESkh1QAREREekgFQEREpIdUAERERHpIBUBERKSHVABERER6SAVARESkh1QAREREekgFQEREpIdUAERERHpI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"> </a> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/szanownypan.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://szanownypan.com/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script> <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.js'></script> <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/flickity/2.2.0/flickity.pkgd.min.js'></script> <script type='text/javascript' src='https://szanownypan.com/wp-content/themes/simple/assets/js/scripts.js?v=1603381240'></script> <script type='text/javascript' src='https://szanownypan.com/wp-includes/js/wp-embed.min.js'></script> </body> </html>