2023-01-24 22:59:44 +00:00
<!DOCTYPE html>
< html lang = "en" dir = "ltr" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0" >
2024-02-24 11:59:47 +00:00
< meta name = "generator" content = "Hugo 0.123.3" >
2024-02-18 00:00:40 +00:00
< meta name = "generator" content = "Relearn 5.24.1+tip" >
2023-01-24 22:59:44 +00:00
< meta name = "robots" content = "noindex, nofollow, noarchive, noimageindex" >
< meta name = "description" content = "Recipe to create various documentation screenshots" >
2023-10-10 21:22:41 +00:00
< meta name = "author" content = "Sören Weber" >
2023-10-11 16:03:03 +00:00
< meta name = "twitter:card" content = "summary_large_image" >
< meta name = "twitter:image" content = "https://McShelby.github.io/hugo-theme-relearn/images/hero.png" >
< meta name = "twitter:title" content = "Screenshots :: Hugo Relearn Theme" >
< meta name = "twitter:description" content = "Recipe to create various documentation screenshots" >
2023-10-11 15:32:39 +00:00
< meta property = "og:title" content = "Screenshots :: Hugo Relearn Theme" >
< meta property = "og:description" content = "Recipe to create various documentation screenshots" >
< meta property = "og:type" content = "website" >
2023-10-11 15:42:11 +00:00
< meta property = "og:url" content = "https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" >
2023-10-11 15:32:39 +00:00
< meta property = "og:image" content = "https://McShelby.github.io/hugo-theme-relearn/images/hero.png" >
< meta property = "og:site_name" content = "Hugo Relearn Theme" >
2023-01-24 22:59:44 +00:00
< title > Screenshots :: Hugo Relearn Theme< / title >
2023-01-25 11:42:06 +00:00
< link href = "https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel = "alternate" hreflang = "x-default" >
< link href = "https://McShelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" rel = "alternate" hreflang = "en" >
2023-11-28 21:01:15 +00:00
< link href = "https://McShelby.github.io/hugo-theme-relearn/pir/dev/screenshots/index.html" rel = "alternate" hreflang = "art-pir" >
2024-02-24 12:55:20 +00:00
< link href = "/hugo-theme-relearn/images/logo.svg?1708779313" rel = "icon" type = "image/svg+xml" >
2023-01-24 22:59:44 +00:00
<!-- https://github.com/filamentgroup/loadCSS/blob/master/README.md#how - to - use -->
2024-02-24 12:55:20 +00:00
< link href = "/hugo-theme-relearn/css/fontawesome-all.min.css?1708779314" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "/hugo-theme-relearn/css/fontawesome-all.min.css?1708779314" rel = "stylesheet" > < / noscript >
< link href = "/hugo-theme-relearn/css/nucleus.css?1708779314" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/auto-complete.css?1708779314" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "/hugo-theme-relearn/css/auto-complete.css?1708779314" rel = "stylesheet" > < / noscript >
< link href = "/hugo-theme-relearn/css/perfect-scrollbar.min.css?1708779314" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/fonts.css?1708779314" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "/hugo-theme-relearn/css/fonts.css?1708779314" rel = "stylesheet" > < / noscript >
< link href = "/hugo-theme-relearn/css/theme.css?1708779314" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/theme-relearn-auto.css?1708779314" rel = "stylesheet" id = "R-variant-style" >
< link href = "/hugo-theme-relearn/css/chroma-relearn-auto.css?1708779314" rel = "stylesheet" id = "R-variant-chroma-style" >
< link href = "/hugo-theme-relearn/css/variant.css?1708779314" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/print.css?1708779314" rel = "stylesheet" media = "print" >
< link href = "/hugo-theme-relearn/css/format-print.css?1708779314" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/ie.css?1708779314" rel = "stylesheet" >
< script src = "/hugo-theme-relearn/js/url.js?1708779314" > < / script >
< script src = "/hugo-theme-relearn/js/variant.js?1708779314" > < / script >
2023-01-24 22:59:44 +00:00
< script >
// hack to let hugo tell us how to get to the root when using relativeURLs, it needs to be called *url= for it to do its magic:
// https://github.com/gohugoio/hugo/blob/145b3fcce35fbac25c7033c91c1b7ae6d1179da8/transform/urlreplacers/absurlreplacer.go#L72
2024-02-24 12:50:21 +00:00
window.index_js_url="/hugo-theme-relearn/index.search.js";
var root_url="/";
2023-01-24 22:59:44 +00:00
var baseUri=root_url.replace(/\/$/, '');
2023-11-16 22:53:34 +00:00
window.relearn = window.relearn || {};
window.relearn.baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
// variant stuff
2023-12-03 14:23:32 +00:00
window.relearn.themeVariantModifier='';
2023-11-23 00:05:57 +00:00
window.variants & & variants.init( [ 'relearn-auto', 'relearn-light', 'relearn-dark', 'relearn-bright', 'zen-auto', 'zen-light', 'zen-dark', 'neon', 'learn', 'blue', 'green', 'red' ] );
2023-11-16 22:53:34 +00:00
// translations
window.T_Copy_to_clipboard = `Copy to clipboard`;
window.T_Copied_to_clipboard = `Copied to clipboard!`;
window.T_Copy_link_to_clipboard = `Copy link to clipboard`;
window.T_Link_copied_to_clipboard = `Copied link to clipboard!`;
window.T_Reset_view = `Reset view`;
window.T_View_reset = `View reset!`;
window.T_No_results_found = `No results found for "{0}"`;
window.T_N_results_found = `{1} results found for "{0}"`;
2023-01-24 22:59:44 +00:00
< / script >
< style >
2023-09-23 08:19:35 +00:00
#R-body img.bg-white {
2023-01-24 22:59:44 +00:00
background-color: white;
}
< / style >
< / head >
2024-02-24 12:50:21 +00:00
< body class = "mobile-support print disableInlineCopyToClipboard" data-url = "/hugo-theme-relearn/dev/screenshots/index.html" >
2023-09-23 08:19:35 +00:00
< div id = "R-body" class = "default-animation" >
< div id = "R-body-overlay" > < / div >
< nav id = "R-topbar" >
2023-09-18 18:49:44 +00:00
< div class = "topbar-wrapper" >
2023-09-13 21:30:04 +00:00
< div class = "topbar-sidebar-divider" > < / div >
2023-09-18 18:49:44 +00:00
< div class = "topbar-area topbar-area-start" data-area = "start" >
2023-12-05 07:41:41 +00:00
< div class = "topbar-button topbar-button-sidebar" data-content-empty = "disable" data-width-s = "show" data-width-m = "hide" data-width-l = "hide" > < button class = "topbar-control" onclick = "toggleNav()" type = "button" title = "Menu (CTRL+ALT+n)" > < i class = "fa-fw fas fa-bars" > < / i > < / button >
2023-09-12 21:10:21 +00:00
< / div >
2023-09-13 21:30:04 +00:00
< / div >
2023-09-20 22:28:27 +00:00
< ol class = "topbar-breadcrumbs breadcrumbs highlightable" itemscope itemtype = "http://schema.org/BreadcrumbList" > < li
2024-02-24 12:50:21 +00:00
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement">< a itemprop = "item" href = "/hugo-theme-relearn/dev/index.html" > < span itemprop = "name" > Development< / span > < / a > < meta itemprop = "position" content = "1" > > < / li > < li
2023-09-23 22:28:49 +00:00
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement">< span itemprop = "name" > Screenshots< / span > < meta itemprop = "position" content = "2" > < / li >
2023-09-13 21:30:04 +00:00
< / ol >
2023-09-18 18:49:44 +00:00
< div class = "topbar-area topbar-area-end" data-area = "end" >
2023-09-12 21:19:47 +00:00
< / div >
2023-01-24 22:59:44 +00:00
< / div >
< / nav >
2023-09-23 08:19:35 +00:00
< div id = "R-main-overlay" > < / div >
< main id = "R-body-inner" class = "highlightable default" tabindex = "-1" >
2023-01-24 22:59:44 +00:00
< div class = "flex-block-wrapper" >
< article class = "default" >
2023-05-19 18:46:07 +00:00
< header class = "headline" >
< / header >
2023-01-24 22:59:44 +00:00
< h1 id = "screenshots" > Screenshots< / h1 >
< p > Sometimes screenshots need to be redone. This page explains how to create the different screenshots, tools and settings< / p >
< h2 id = "common" > Common< / h2 >
2023-01-28 10:59:37 +00:00
< p > < strong > Creation< / strong > :< / p >
2023-01-24 22:59:44 +00:00
< ul >
< li > Use English translation< / li >
< li > Empty search< / li >
< li > Remove history checkmarks but leave it on the page thats used for the screenshot< / li >
2023-01-28 10:59:37 +00:00
< li > After resize of the page into the required resolution, reload the page to have all scrollbars in default loading position< / li >
2023-01-24 22:59:44 +00:00
< / ul >
2023-01-28 10:59:37 +00:00
< h2 id = "demo-screenshot" > Demo Screenshot< / h2 >
2023-01-24 22:59:44 +00:00
< p > < strong > Content< / strong > :< / p >
< p > A meaningful full-screen screenshot of an interesting page.< / p >
< p > The content should be:< / p >
< ul >
< li > timeless: not showing any dates or often edited content< / li >
< li > interesting: show a bunch of interesting elements like headings, code, etc< / li >
< li > balanced: no cluttering with overpresent elements or coloring< / li >
< li > aligned: aligned outlines< / li >
< / ul >
< p > < strong > Used by< / strong > :< / p >
< ul >
2023-10-28 20:28:18 +00:00
< li > Hugo Themes info: < a href = "https://themes.gohugo.io/themes/hugo-theme-relearn/" target = "_blank" > https://themes.gohugo.io/themes/hugo-theme-relearn/< / a > < em > 1000 x 1500 @ 1< / em > < / li >
2023-01-24 22:59:44 +00:00
< / ul >
2024-02-24 12:50:21 +00:00
< p > < strong > Page URL< / strong > : < a href = "/hugo-theme-relearn/shortcodes/notice/index.html" > Screenshot Link< / a > < / p >
2023-01-25 20:34:46 +00:00
< p > < strong > Creation< / strong > :< / p >
< ul >
< li > save as < code > images/screenshot.png< / code > < / li >
< / ul >
2023-01-24 22:59:44 +00:00
< p > < strong > Remarks< / strong > :< / p >
< p > The location is mandatory due to Hugo’ s theme site builder.< / p >
2023-10-11 11:17:41 +00:00
< p > < strong > Preview< / strong > < code > images/screenshot.png< / code > :< / p >
2024-02-24 12:55:20 +00:00
< p > < a href = "#R-image-c7910ec13e4840b04f6c73083178b2d9" class = "lightbox-link" > < img src = "/images/screenshot.png?width=100%25&height=100%25" alt = "Screenshot" class = "figure-image bg-white border lightbox noshadow" style = "height: 100%; width: 100%;" loading = "lazy" > < / a >
< a href = "javascript:history.back();" class = "lightbox-back" id = "R-image-c7910ec13e4840b04f6c73083178b2d9" > < img src = "/images/screenshot.png?width=100%25&height=100%25" alt = "Screenshot" class = "lightbox-image bg-white border lightbox noshadow" loading = "lazy" > < / a > < / p >
2023-01-24 22:59:44 +00:00
< h2 id = "hero-image" > Hero Image< / h2 >
< p > < strong > Content< / strong > :< / p >
2024-02-24 12:50:21 +00:00
< p > Show the < a href = "/hugo-theme-relearn/dev/screenshots/index.html#demo-screenshot" > Demo Screenshot< / a > page on different devices and different themes. Composition of the different device screenshots into a template.< / p >
2023-01-25 20:34:46 +00:00
< p > The content should be:< / p >
2023-01-24 22:59:44 +00:00
< ul >
2023-01-25 20:34:46 +00:00
< li > consistent: always use the same page for all devices< / li >
< li > pleasing: use a delightful background< / li >
2023-01-24 22:59:44 +00:00
< / ul >
< p > < strong > Used by< / strong > :< / p >
< ul >
2023-10-28 20:28:18 +00:00
< li > Hugo Themes gallery: < a href = "https://themes.gohugo.io/tags/docs/" target = "_blank" > https://themes.gohugo.io/tags/docs/< / a > < em > 900 x 600< / em > < / li >
< li > Hugo Themes notes: < a href = "https://themes.gohugo.io/themes/hugo-theme-relearn/" target = "_blank" > https://themes.gohugo.io/themes/hugo-theme-relearn/< / a > < em > 1280 x 640< / em > < / li >
< li > GitHub project site: < a href = "https://github.com/McShelby/hugo-theme-relearn" target = "_blank" > https://github.com/McShelby/hugo-theme-relearn< / a > < em > 1280 x 640< / em > < / li >
< li > GitHub social media preview: < a href = "https://github.com/McShelby/hugo-theme-relearn/settings" target = "_blank" > https://github.com/McShelby/hugo-theme-relearn/settings< / a > < em > 1280 x 640< / em > < / li >
2023-01-24 22:59:44 +00:00
< / ul >
2024-02-24 12:50:21 +00:00
< p > < strong > Page URL< / strong > : < a href = "/hugo-theme-relearn/shortcodes/notice/index.html" > Hero Image Link< / a > < / p >
2023-01-24 22:59:44 +00:00
< p > < strong > Creation< / strong > :< / p >
< ul >
2023-10-28 20:28:18 +00:00
< li > Template: < a href = "http://www.pixeden.com/psd-web-elements/psd-screen-web-showcase" target = "_blank" > http://www.pixeden.com/psd-web-elements/psd-screen-web-showcase< / a > < / li >
2023-01-24 22:59:44 +00:00
< li > Desktop: light theme < em > 1440 x 900 @ 1< / em > < / li >
< li > Tablet: light theme < em > 778 x 1038 @ 1< / em > < / li >
< li > Phone: dark theme < em > 450 x 801 @ .666< / em > < / li >
2023-01-24 23:27:53 +00:00
< li > From original template size resize to < em > 2700 x 1800< / em > centered, scale to < em > 900 x 600< / em > and save as < code > images/tn.png< / code > < / li >
< li > From original template size resize to < em > 3000 x 1500< / em > offset y: < em > -330< / em > , scale to < em > 1280 x 640< / em > and save as < code > images/hero.png< / code > < / li >
2023-01-24 22:59:44 +00:00
< / ul >
2023-01-25 20:34:46 +00:00
< p > < strong > Remarks< / strong > :< / p >
< p > The location of < code > images/tn.png< / code > is mandatory due to Hugo’ s theme site builder.< / p >
2023-10-11 11:17:41 +00:00
< p > < strong > Preview< / strong > < code > images/hero.png< / code > :< / p >
2024-02-24 12:55:20 +00:00
< p > < a href = "#R-image-0c3943308bbd550118eff533fc7a652a" class = "lightbox-link" > < img src = "/images/hero.png?width=100%25&height=100%25" alt = "Hero" class = "figure-image bg-white border lightbox noshadow" style = "height: 100%; width: 100%;" loading = "lazy" > < / a >
< a href = "javascript:history.back();" class = "lightbox-back" id = "R-image-0c3943308bbd550118eff533fc7a652a" > < img src = "/images/hero.png?width=100%25&height=100%25" alt = "Hero" class = "lightbox-image bg-white border lightbox noshadow" loading = "lazy" > < / a > < / p >
2023-10-11 11:17:41 +00:00
< p > < strong > Preview< / strong > < code > images/tn.png< / code > :< / p >
2024-02-24 12:55:20 +00:00
< p > < a href = "#R-image-a7366ba4a982554f8c9ce0d0a599288e" class = "lightbox-link" > < img src = "/images/tn.png?width=100%25&height=100%25" alt = "tn" class = "figure-image bg-white border lightbox noshadow" style = "height: 100%; width: 100%;" loading = "lazy" > < / a >
< a href = "javascript:history.back();" class = "lightbox-back" id = "R-image-a7366ba4a982554f8c9ce0d0a599288e" > < img src = "/images/tn.png?width=100%25&height=100%25" alt = "tn" class = "lightbox-image bg-white border lightbox noshadow" loading = "lazy" > < / a > < / p >
2023-01-24 22:59:44 +00:00
< footer class = "footline" >
< / footer >
< / article >
2023-05-17 22:13:41 +00:00
2023-01-24 22:59:44 +00:00
< / div >
< / main >
< / div >
2024-02-24 12:55:20 +00:00
< script src = "/hugo-theme-relearn/js/clipboard.min.js?1708779314" defer > < / script >
< script src = "/hugo-theme-relearn/js/perfect-scrollbar.min.js?1708779314" defer > < / script >
< script src = "/hugo-theme-relearn/js/theme.js?1708779314" defer > < / script >
2023-01-24 22:59:44 +00:00
< / body >
< / html >