2023-01-24 22:59:44 +00:00
<!DOCTYPE html>
2024-04-27 13:29:53 +00:00
< html lang = "en" dir = "ltr" itemscope itemtype = "http://schema.org/Article" >
2023-01-24 22:59:44 +00:00
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0" >
2024-10-11 14:17:37 +00:00
< meta name = "generator" content = "Hugo 0.135.0" >
2024-10-11 14:18:47 +00:00
< meta name = "generator" content = "Relearn 6.4.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" >
2024-02-24 13:03:50 +00:00
< meta name = "twitter:image" content = "https://mcshelby.github.io/hugo-theme-relearn/images/hero.png" >
2023-10-11 16:03:03 +00:00
< meta name = "twitter:title" content = "Screenshots :: Hugo Relearn Theme" >
< meta name = "twitter:description" content = "Recipe to create various documentation screenshots" >
2024-04-07 13:13:19 +00:00
< meta property = "og:url" content = "https://mcshelby.github.io/hugo-theme-relearn/dev/screenshots/index.html" >
< meta property = "og:site_name" content = "Hugo Relearn Theme" >
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" >
2024-04-07 13:13:19 +00:00
< meta property = "og:locale" content = "en" >
2023-10-11 15:32:39 +00:00
< meta property = "og:type" content = "website" >
2024-02-24 13:03:50 +00:00
< meta property = "og:image" content = "https://mcshelby.github.io/hugo-theme-relearn/images/hero.png" >
2024-04-24 19:38:41 +00:00
< meta itemprop = "name" content = "Screenshots :: Hugo Relearn Theme" >
< meta itemprop = "description" content = "Recipe to create various documentation screenshots" >
2024-09-12 17:49:38 +00:00
< meta itemprop = "wordCount" content = "281" >
2024-04-24 19:38:41 +00:00
< meta itemprop = "image" content = "https://mcshelby.github.io/hugo-theme-relearn/images/hero.png" >
2023-01-24 22:59:44 +00:00
< title > Screenshots :: Hugo Relearn Theme< / title >
2024-02-24 13:03:50 +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" >
2024-04-30 20:08:46 +00:00
< link href = "https://mcshelby.github.io/hugo-theme-relearn/pir/dev/screenshots/index.html" rel = "alternate" hreflang = "art-x-pir" >
2024-10-11 14:18:47 +00:00
< link href = "/hugo-theme-relearn/images/logo.svg?1728656320" rel = "icon" type = "image/svg+xml" >
< link href = "/hugo-theme-relearn/css/fontawesome-all.min.css?1728656320" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "/hugo-theme-relearn/css/fontawesome-all.min.css?1728656320" rel = "stylesheet" > < / noscript >
< link href = "/hugo-theme-relearn/css/nucleus.css?1728656320" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/auto-complete.css?1728656320" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "/hugo-theme-relearn/css/auto-complete.css?1728656320" rel = "stylesheet" > < / noscript >
< link href = "/hugo-theme-relearn/css/perfect-scrollbar.min.css?1728656320" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/fonts.css?1728656320" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "/hugo-theme-relearn/css/fonts.css?1728656320" rel = "stylesheet" > < / noscript >
< link href = "/hugo-theme-relearn/css/theme.css?1728656320" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/theme-relearn-auto.css?1728656320" rel = "stylesheet" id = "R-variant-style" >
< link href = "/hugo-theme-relearn/css/chroma-relearn-auto.css?1728656320" rel = "stylesheet" id = "R-variant-chroma-style" >
< link href = "/hugo-theme-relearn/css/variant.css?1728656320" rel = "stylesheet" >
< link href = "/hugo-theme-relearn/css/print.css?1728656320" rel = "stylesheet" media = "print" >
< link href = "/hugo-theme-relearn/css/format-print.css?1728656320" rel = "stylesheet" >
< script src = "/hugo-theme-relearn/js/variant.js?1728656320" > < / script >
2024-03-16 13:44:28 +00:00
< script >
2023-11-16 22:53:34 +00:00
window.relearn = window.relearn || {};
2024-03-18 20:59:19 +00:00
window.relearn.relBasePath='..\/..';
window.relearn.relBaseUri='..\/..\/..';
window.relearn.absBaseUri='https:\/\/mcshelby.github.io\/hugo-theme-relearn';
2024-08-22 16:34:04 +00:00
window.relearn.disableAnchorCopy=false;
window.relearn.disableAnchorScrolling=false;
2024-10-11 14:18:47 +00:00
window.index_js_url="/hugo-theme-relearn/index.search.js?1728656320";
2023-11-16 22:53:34 +00:00
// variant stuff
2024-04-19 06:38:17 +00:00
window.variants & & variants.init( [ 'relearn-auto', 'relearn-light', 'relearn-dark', 'relearn-bright', 'zen-auto', 'zen-light', 'zen-dark', 'retro-auto', '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" >
2024-04-07 19:58:38 +00:00
< div class = "topbar-button topbar-button-prev" data-content-empty = "disable" data-width-s = "show" data-width-m = "show" data-width-l = "show" > < a class = "topbar-control" href = "/hugo-theme-relearn/dev/maintaining/index.html" title = "Maintaining (🡐)" > < i class = "fa-fw fas fa-chevron-left" > < / i > < / a >
< / div >
< div class = "topbar-button topbar-button-next" data-content-empty = "disable" data-width-s = "show" data-width-m = "show" data-width-l = "show" > < span class = "topbar-control" > < i class = "fa-fw fas fa-chevron-right" > < / i > < / span >
< / div >
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 >
2024-04-07 19:58:38 +00:00
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 >
2024-09-12 17:49:38 +00:00
< li > Hugo Themes info: < a href = "https://themes.gohugo.io/themes/hugo-theme-relearn/" rel = "external" target = "_self" > https://themes.gohugo.io/themes/hugo-theme-relearn/< / a > < em > 1000 x 1500 @ 1< / em > (< code > images/screenshot.png< / code > )< / li >
< li > Hugo Themes gallery: < a href = "https://themes.gohugo.io/tags/docs/" rel = "external" target = "_self" > https://themes.gohugo.io/tags/docs/< / a > < em > 900 x 600< / em > @ 1 (< code > images/tn.png< / code > )< / 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 >
2024-09-12 17:49:38 +00:00
< li > from original screenshot, scale to < em > 900 x 600< / em > and save as < code > images/tn.png< / code > < / li >
2023-01-25 20:34:46 +00:00
< / ul >
2023-01-24 22:59:44 +00:00
< p > < strong > Remarks< / strong > :< / p >
2024-09-12 17:49:38 +00:00
< p > The locations are 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-10-11 14:18:47 +00:00
< p > < a href = "#R-image-27150e6e0ef8a781151acdb170cabce9" class = "lightbox-link" > < img alt = "Screenshot" class = "bg-white border lazy lightbox noshadow figure-image" loading = "lazy" src = "/hugo-theme-relearn/images/screenshot.png?width=50%25&height=50%25" style = " height: 50%; width: 50%;" > < / a >
< a href = "javascript:history.back();" class = "lightbox-back" id = "R-image-27150e6e0ef8a781151acdb170cabce9" > < img alt = "Screenshot" class = "bg-white border lazy lightbox noshadow lightbox-image" loading = "lazy" src = "/hugo-theme-relearn/images/screenshot.png?width=50%25&height=50%25" > < / a > < / p >
2024-09-12 17:49:38 +00:00
< p > < strong > Preview< / strong > < code > images/tn.png< / code > :< / p >
2024-10-11 14:18:47 +00:00
< p > < a href = "#R-image-dbeb7e20573165561faad641ab4a66ad" class = "lightbox-link" > < img alt = "tn" class = "bg-white border lazy lightbox noshadow figure-image" loading = "lazy" src = "/hugo-theme-relearn/images/tn.png?width=50%25&height=50%25" style = " height: 50%; width: 50%;" > < / a >
< a href = "javascript:history.back();" class = "lightbox-back" id = "R-image-dbeb7e20573165561faad641ab4a66ad" > < img alt = "tn" class = "bg-white border lazy lightbox noshadow lightbox-image" loading = "lazy" src = "/hugo-theme-relearn/images/tn.png?width=50%25&height=50%25" > < / 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 >
2024-04-21 21:48:09 +00:00
< li > Hugo Themes notes: < a href = "https://themes.gohugo.io/themes/hugo-theme-relearn/" rel = "external" target = "_self" > 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" rel = "external" target = "_self" > 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" rel = "external" target = "_self" > 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 >
2024-04-21 21:48:09 +00:00
< li > Template: < a href = "http://www.pixeden.com/psd-web-elements/psd-screen-web-showcase" rel = "external" target = "_self" > 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 >
2024-09-12 17:49:38 +00:00
< li > From original template 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-10-11 11:17:41 +00:00
< p > < strong > Preview< / strong > < code > images/hero.png< / code > :< / p >
2024-10-11 14:18:47 +00:00
< p > < a href = "#R-image-ae5eb8ba1ea5d62a75c608f1b1ad5851" class = "lightbox-link" > < img alt = "Hero" class = "bg-white border lazy lightbox noshadow figure-image" loading = "lazy" src = "/hugo-theme-relearn/images/hero.png?width=50%25&height=50%25" style = " height: 50%; width: 50%;" > < / a >
< a href = "javascript:history.back();" class = "lightbox-back" id = "R-image-ae5eb8ba1ea5d62a75c608f1b1ad5851" > < img alt = "Hero" class = "bg-white border lazy lightbox noshadow lightbox-image" loading = "lazy" src = "/hugo-theme-relearn/images/hero.png?width=50%25&height=50%25" > < / 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-10-11 14:18:47 +00:00
< script src = "/hugo-theme-relearn/js/clipboard.min.js?1728656320" defer > < / script >
< script src = "/hugo-theme-relearn/js/perfect-scrollbar.min.js?1728656320" defer > < / script >
< script src = "/hugo-theme-relearn/js/theme.js?1728656320" defer > < / script >
2023-01-24 22:59:44 +00:00
< / body >
< / html >