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" >
2023-09-26 19:28:12 +00:00
< meta name = "generator" content = "Hugo 0.119.0" >
2023-10-02 09:45:01 +00:00
< meta name = "generator" content = "Relearn 5.22.1+tip" >
2023-01-24 22:59:44 +00:00
< meta name = "robots" content = "noindex, nofollow, noarchive, noimageindex" >
< meta name = "description" content = "Documentation for Hugo Relearn Theme" >
2023-10-10 21:22:41 +00:00
< meta name = "author" content = "Sören Weber" >
2023-10-11 15:32:39 +00:00
< meta property = "og:title" content = "Development :: Hugo Relearn Theme" >
< meta property = "og:description" content = "Documentation for Hugo Relearn Theme" >
< 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/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" >
< 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 = "Development :: Hugo Relearn Theme" >
< meta name = "twitter:description" content = "Documentation for Hugo Relearn Theme" >
2023-01-24 22:59:44 +00:00
< title > Development :: Hugo Relearn Theme< / title >
2023-01-25 11:42:06 +00:00
< link href = "https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel = "alternate" hreflang = "x-default" >
< link href = "https://McShelby.github.io/hugo-theme-relearn/dev/index.html" rel = "alternate" hreflang = "en" >
< link href = "https://McShelby.github.io/hugo-theme-relearn/pir/dev/index.html" rel = "alternate" hreflang = "pir" >
2023-10-11 15:42:11 +00:00
< link href = "../images/logo.svg?1697038923" 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 -->
2023-10-11 15:42:11 +00:00
< link href = "../css/fontawesome-all.min.css?1697038924" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "../css/fontawesome-all.min.css?1697038924" rel = "stylesheet" > < / noscript >
< link href = "../css/nucleus.css?1697038924" rel = "stylesheet" >
< link href = "../css/auto-complete.css?1697038924" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "../css/auto-complete.css?1697038924" rel = "stylesheet" > < / noscript >
< link href = "../css/perfect-scrollbar.min.css?1697038924" rel = "stylesheet" >
< link href = "../css/fonts.css?1697038924" rel = "stylesheet" media = "print" onload = "this.media='all';this.onload=null;" > < noscript > < link href = "../css/fonts.css?1697038924" rel = "stylesheet" > < / noscript >
< link href = "../css/theme.css?1697038924" rel = "stylesheet" >
< link href = "../css/theme-auto.css?1697038924" rel = "stylesheet" id = "R-variant-style" >
< link href = "../css/variant.css?1697038924" rel = "stylesheet" >
< link href = "../css/print.css?1697038924" rel = "stylesheet" media = "print" >
< link href = "../css/format-print.css?1697038924" rel = "stylesheet" >
< link href = "../css/ie.css?1697038924" rel = "stylesheet" >
< script src = "../js/url.js?1697038924" > < / script >
< script src = "../js/variant.js?1697038924" > < / 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
window.index_js_url="../index.search.js";
var root_url="../";
var baseUri=root_url.replace(/\/$/, '');
// 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!';
2023-09-26 20:26:46 +00:00
window.T_Reset_view = 'Reset view';
2023-10-01 10:25:48 +00:00
window.T_View_reset = 'View reset!';
2023-01-24 22:59:44 +00:00
window.T_No_results_found = 'No results found for \u0022{0}\u0022';
window.T_N_results_found = '{1} results found for \u0022{0}\u0022';
// some further base stuff
var baseUriFull='https:\/\/McShelby.github.io\/hugo-theme-relearn/';
2023-08-12 14:11:21 +00:00
window.variants & & variants.init( [ 'auto', 'relearn-bright', 'relearn-light', 'relearn-dark', 'zen-light', 'zen-dark', 'neon', 'learn', 'blue', 'green', 'red' ] );
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 >
< body class = "mobile-support print disableInlineCopyToClipboard" data-url = "../dev/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" >
< 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)" >
2023-09-12 21:10:21 +00:00
< i class = "fa-fw fas fa-bars" > < / i >
< / button >
< / 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
2023-09-23 22:28:49 +00:00
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement">< span itemprop = "name" > Development< / span > < meta itemprop = "position" content = "1" > < / 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 chapter narrow" tabindex = "-1" >
2023-01-24 22:59:44 +00:00
< div class = "flex-block-wrapper" >
< article class = "chapter" >
2023-05-19 18:46:07 +00:00
< header class = "headline" >
< / header >
2023-01-24 22:59:44 +00:00
< div class = "article-subheading" > Chapter 4< / div >
< h1 id = "development" > Development< / h1 >
< p > This chapter contains information only needed for development and maintaining the theme.< / p >
2023-06-03 20:59:23 +00:00
2023-01-24 22:59:44 +00:00
< div class = "children children-h2 children-sort-" >
2023-06-03 20:59:23 +00:00
2023-01-28 13:49:11 +00:00
< h2 > < a href = "../dev/contributing/index.html" > Contributing< / a > < / h2 > < p > What to know if you want to contribute< / p >
2023-01-29 10:31:41 +00:00
< h2 > < a href = "../dev/maintaining/index.html" > Maintaining< / a > < / h2 > < p > What to know as a maintainer< / p >
2023-01-24 22:59:44 +00:00
< h2 > < a href = "../dev/screenshots/index.html" > Screenshots< / a > < / h2 > < p > Recipe to create various documentation screenshots< / p >
< / div >
< footer class = "footline" >
< / footer >
< / article >
< section >
< h1 class = "a11y-only" > Subsections of Development< / h1 >
< article class = "default" >
2023-05-19 18:46:07 +00:00
< header class = "headline" >
< / header >
2023-01-28 13:49:11 +00:00
< h1 id = "contributing" > Contributing< / h1 >
< h2 id = "code-quality" > Code Quality< / h2 >
< p > A new release can happen at any time from the < code > main< / code > branch of the < a href = "https://github.com/McShelby/hugo-theme-relearn" target = "_blank" > GitHub project< / a > without further accknowledgment. This makes it necessary that, every pushed set of changesets into the < code > main< / code > branch < strong > must< / strong > be self-contained and correct, resulting in a releasable version.< / p >
< p > Stay simple for the user by focusing on the mantra “ convention over configuration” .< / p >
< p > At installation the site should work reasonable without (m)any configuration.< / p >
< p > Stay close to the Hugo way.< / p >
< p > Don’ t use npm or any preprocessing, our contributors may not be front-end developers.< / p >
< p > Document new features in the exampleSite. This also contains entries to the < a href = "../basics/migration/" > What’ s new< / a > page.< / p >
< p > Don’ t break existing features if you don’ t have to.< / p >
< p > Remove reported issue from the browser’ s console.< / p >
< p > Check for unnecessary whitespace and correct indention of your resulting HTML.< / p >
< p > Be compatible to IE11, at least for main functionality, this means:< / p >
< ul >
< li > test in IE11< / li >
< li > check caniuse.com< / li >
< li > don’ t use JavaScript arrow functions< / li >
< li > don’ t use JavaScript template literals< / li >
< li > don’ t use other fancy JavaScript ES5/6 stuff< / li >
< / ul >
< h2 id = "conventional-commits" > Conventional Commits< / h2 >
< p > Write commit messages in the < a href = "https://www.conventionalcommits.org/en/v1.0.0/" target = "_blank" > conventional commit< / a > format.< / p >
< p > Following is an impomplete list of some of the used conventional commit types. Be creative.< / p >
< table >
< thead >
< tr >
< th > Common< / th >
< th > Feature< / th >
< th > Structure< / th >
< th > Shortcodes< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > build< / td >
< td > a11y< / td >
< td > favicon< / td >
< td > attachments< / td >
< / tr >
< tr >
< td > browser< / td >
< td > archetypes< / td >
< td > search< / td >
< td > badge< / td >
< / tr >
< tr >
< td > chore< / td >
< td > alias< / td >
< td > menu< / td >
< td > button< / td >
< / tr >
< tr >
< td > docs< / td >
< td > generator< / td >
< td > history< / td >
< td > children< / td >
< / tr >
< tr >
< td > shortcodes< / td >
< td > i18n< / td >
< td > scrollbar< / td >
< td > expand< / td >
< / tr >
< tr >
< td > theme< / td >
< td > mobile< / td >
< td > nav< / td >
< td > icon< / td >
< / tr >
< tr >
< td > < / td >
< td > print< / td >
< td > toc< / td >
< td > include< / td >
< / tr >
< tr >
< td > < / td >
< td > rss< / td >
< td > clipboard< / td >
< td > math< / td >
< / tr >
< tr >
< td > < / td >
< td > variant< / td >
< td > syntaxhighlight< / td >
< td > mermaid< / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td > boxes< / td >
< td > notice< / td >
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td > < / td >
2023-05-14 21:06:26 +00:00
< td > openapi< / td >
2023-01-28 13:49:11 +00:00
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td > < / td >
2023-05-14 21:06:26 +00:00
< td > piratify< / td >
2023-01-28 13:49:11 +00:00
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td > < / td >
2023-05-14 21:06:26 +00:00
< td > siteparam< / td >
2023-01-28 13:49:11 +00:00
< / tr >
< tr >
< td > < / td >
< td > < / td >
< td > < / td >
< td > tabs< / td >
< / tr >
< / tbody >
< / table >
< footer class = "footline" >
< / footer >
< / article >
< article class = "default" >
2023-05-19 18:46:07 +00:00
< header class = "headline" >
< / header >
2023-01-29 10:31:41 +00:00
< h1 id = "maintaining" > Maintaining< / h1 >
2023-01-28 13:49:11 +00:00
< h2 id = "semver" > Semver< / h2 >
< p > This project tries to follow the < a href = "https://semver.org/" target = "_blank" > semver policy< / a > - although not followed 100% in the past.< / p >
< p > Usually an entry of < span class = "badge cstyle warning badge-with-title" > < span class = "badge-title" > < i class = "fa-fw fas fa-exclamation-triangle" > < / i > < / span > < span class = "badge-content" > Breaking< / span > < / span > on the < a href = "../basics/migration/" > What’ s new< / a > page causes a new major release number.< / p >
< p > All other entries on the < a href = "../basics/migration/" > What’ s new< / a > page will increase the minor release number.< / p >
< p > Releases resulting in a new major or minor number are called main release.< / p >
< p > Releases containing bugixes only, are only increasing the patch release number. Those releases don’ t result in announcements on the < a href = "../basics/migration/" > What’ s new< / a > page.< / p >
< p > Entries on the < a href = "../basics/migration/" > What’ s new< / a > page are checked and enforced during the < code > version-release< / code > GitHub Action.< / p >
< h2 id = "managing-issues" > Managing Issues< / h2 >
< p > Issues are categorized and managed by assigning < a href = "#labels" > labels< / a > to it.< / p >
< p > Once working on an issue, assign it to a fitting maintainer.< / p >
< p > When done, close the ticket. Once an issue is closed, it needs to be assigned to next release milestone.< / p >
2023-01-30 15:55:08 +00:00
< p > A once released ticket is not allowed to be reopened and rereleased in a different milestone. This would cause the changelog to be changed even for the milestone the issue was previously released in. Instead write a new ticket.< / p >
2023-01-28 13:49:11 +00:00
< h2 id = "managing-pull-requests" > Managing Pull Requests< / h2 >
< p > If a PR is merged and closed it needs an accompanied issue assigned to. If there is no issue for a PR, the maintainer needs to create one.< / p >
< p > You can assign multiple PRs to one issue as long as they belong together.< / p >
< p > Usually set the same labels and milestone for the PR as for the accompanied issue.< / p >
< h2 id = "labels" > Labels< / h2 >
< h3 id = "kind" > Kind< / h3 >
< p > An issue that results in changesets must have exactly one of the following labels. This needs to be assigned latest before release.< / p >
< table >
< thead >
< tr >
< th > Label< / th >
< th > Description< / th >
< th > Changelog section< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #5498d8;" > documentation< / span > < / span > < / td >
< td > Improvements or additions to documentation< / td >
< td > -< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #99d856;" > discussion< / span > < / span > < / td >
< td > This issue was converted to a discussion< / td >
< td > -< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #d8d104;" > task< / span > < / span > < / td >
< td > Maintainence work< / td >
< td > Maintenance< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #d8ae04;" > feature< / span > < / span > < / td >
< td > New feature or request< / td >
< td > Features< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #d88704;" > bug< / span > < / span > < / td >
< td > Something isn’ t working< / td >
< td > Fixes< / td >
< / tr >
< / tbody >
< / table >
< h3 id = "impact" > Impact< / h3 >
< p > If the issue would cause a new main release due to < a href = "#semver" > semver semantics< / a > it needs one of the according labels and the matching badge on the < a href = "../basics/migration/" > What’ s new< / a > page.< / p >
< table >
< thead >
< tr >
< th > Label< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #d73a4a;" > change< / span > < / span > < / td >
< td > Introduces changes with existing installations< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #d73a4a;" > breaking< / span > < / span > < / td >
< td > Introduces breaking changes with existing installations< / td >
< / tr >
< / tbody >
< / table >
< h3 id = "declination" > Declination< / h3 >
< p > If an issue does not result in changesets but is closed anyways, it must have exactly one of the following labels.< / p >
< table >
< thead >
< tr >
< th > Label< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #9fa2a5;" > duplicate< / span > < / span > < / td >
< td > This issue or pull request already exists< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #9fa2a5;" > invalid< / span > < / span > < / td >
< td > This doesn’ t seem right< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #9fa2a5;" > unresolved< / span > < / span > < / td >
< td > No progress on this issue< / td >
< / tr >
< tr >
2023-02-17 15:00:25 +00:00
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #9fa2a5;" > update< / span > < / span > < / td >
< td > A documented change in behaviour< / td >
< / tr >
< tr >
2023-01-28 13:49:11 +00:00
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #9fa2a5;" > wontfix< / span > < / span > < / td >
< td > This will not be worked on< / td >
< / tr >
< / tbody >
< / table >
< h3 id = "halt" > Halt< / h3 >
< p > You can assign one further label out of the following list to signal readers that development on an open issue is currently halted for different reasons.< / p >
< table >
< thead >
< tr >
< th > Label< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #998f6b;" > blocked< / span > < / span > < / td >
< td > Depends on other issue to be fixed first< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #998f6b;" > idea< / span > < / span > < / td >
< td > A valuable idea that’ s currently not worked on< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #998f6b;" > undecided< / span > < / span > < / td >
< td > No decission was made yet< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #6426ff;" > helpwanted< / span > < / span > < / td >
< td > Great idea, send in a PR< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #6426ff;" > needsfeedback< / span > < / span > < / td >
< td > Further information is needed< / td >
< / tr >
< / tbody >
< / table >
< h3 id = "3rd-party" > 3rd-Party< / h3 >
< p > If the issue is not caused by a programming error in the themes own code, you can label the causing program or library.< / p >
< table >
< thead >
< tr >
< th > Label< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #e550a7;" > browser< / span > < / span > < / td >
< td > This is a topic related to the browser but not the theme< / td >
< / tr >
< tr >
2023-02-21 18:53:18 +00:00
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #e550a7;" > device< / span > < / span > < / td >
< td > This is a topic related to a certain device< / td >
< / tr >
< tr >
2023-01-28 13:49:11 +00:00
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #e550a7;" > hugo< / span > < / span > < / td >
< td > This is a topic related to Hugo itself but not the theme< / td >
< / tr >
< tr >
< td > < span class = "badge cstyle default" > < span class = "badge-content" style = "background-color: #e550a7;" > mermaid< / span > < / span > < / td >
< td > This is a topic related to Mermaid itself but not the theme< / td >
< / tr >
< / tbody >
< / table >
< h2 id = "making-releases" > Making Releases< / h2 >
< p > A release is based on a milestone named like the release itself - just the version number, eg: < code > 1.2.3< / code > . It’ s in the maintainers responsiblity to check < a href = "#semver" > semver semantics< / a > of the milestone’ s name prior to release and change it if necessary.< / p >
< p > Making releases is automated by the < code > version-release< / code > GitHub Action. It requires the version number of the milestone that should be released. The release will be created from the < code > main< / code > branch of the repository.< / p >
2023-01-30 15:55:08 +00:00
< p > Treat released milestones as immutable. Don’ t rerelease an already released milestone. An already released milestone may already been consumed by your users.< / p >
2023-01-28 13:49:11 +00:00
< p > During execution of the action a few things are checked. If a check fails the action fails, resulting in no new release. You can correct the errors afterwards and rerun the action.< / p >
< p > The following checks will be enforced< / p >
< ul >
< li > the milestone exists< / li >
< li > there is at least one closed issue assigned to the milestone< / li >
< li > all assigned issues for this milestone are closed< / li >
< li > if it’ s a main release, there must be a new < code > < major> .< minor> < / code > at the beginning of the < a href = "../basics/migration/" > What’ s new< / a > page< / li >
< li > if it’ s a patch release, there must be the < code > < major> .< minor> < / code > from the previous release at the beginning of the < a href = "../basics/migration/" > What’ s new< / a > page< / li >
< / ul >
< p > After a successful run of the action< / p >
< ul >
2023-01-29 10:28:20 +00:00
< li > the < a href = "https://mcshelby.github.io/hugo-theme-relearn/basics/history/index.html" target = "_blank" > History< / a > page is updated, including release version, release date and text< / li >
< li > the < a href = "https://mcshelby.github.io/hugo-theme-relearn/basics/migration/index.html" target = "_blank" > What’ s new< / a > page is updated, including release version, release date and text< / li >
2023-01-28 13:49:11 +00:00
< li > the version number for the < code > < meta generator> < / code > is updated< / li >
< li > the updated files are commited< / li >
< li > the milestone is closed< / li >
2023-01-30 11:58:02 +00:00
< li > the repository is tagged with the version number (eg. < code > 1.2.3< / code > ), the main version number (eg. < code > 1.2.x< / code > ) and the major version number (eg. < code > 1.x< / code > )< / li >
2023-01-28 13:49:11 +00:00
< li > a new entry in the < a href = "https://github.com/McShelby/hugo-theme-relearn/releases" target = "_blank" > GitHub release list< / a > with the according changelog will be created< / li >
< li > the < a href = "https://mcshelby.github.io/hugo-theme-relearn/index.html" target = "_blank" > official documentation< / a > is built and deployed< / li >
< li > the version number for the < code > < meta generator> < / code > is updated to a temporary and commited (this helps to determine if users are running directly on the main branch or are using releases)< / li >
< li > a new milestone for the next patch release is created (this can later be renamed to a main release if necessary)< / li >
< / ul >
< footer class = "footline" >
< / footer >
< / article >
< 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 >
< 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 >
< / ul >
2023-10-11 11:17:41 +00:00
< p > < strong > Page URL< / strong > : < a href = "../shortcodes/notice/" > 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 >
2023-10-11 15:42:11 +00:00
< p > < a href = "#R-image-0fe92872152c982f42cf60fcc3416349" 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-0fe92872152c982f42cf60fcc3416349" > < 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 >
2023-01-28 10:59:37 +00:00
< p > Show the < a href = "#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 >
< 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 >
2023-01-24 23:27:53 +00:00
< 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 >
2023-01-24 22:59:44 +00:00
< 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 >
< / ul >
2023-10-11 11:17:41 +00:00
< p > < strong > Page URL< / strong > : < a href = "../shortcodes/notice/" > Hero Image Link< / a > < / p >
2023-01-24 22:59:44 +00:00
< p > < strong > Creation< / strong > :< / p >
< ul >
< 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 >
< 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 >
2023-10-11 15:42:11 +00:00
< p > < a href = "#R-image-a32186d1760071634dc60a224334766f" 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-a32186d1760071634dc60a224334766f" > < 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 >
2023-10-11 15:42:11 +00:00
< p > < a href = "#R-image-cd0142deb1c57f166fa309686897f863" 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-cd0142deb1c57f166fa309686897f863" > < 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
< / section >
< / div >
2023-01-24 22:59:44 +00:00
< / main >
< / div >
2023-10-11 15:42:11 +00:00
< script src = "../js/clipboard.min.js?1697038924" defer > < / script >
< script src = "../js/perfect-scrollbar.min.js?1697038924" defer > < / script >
< script src = "../js/theme.js?1697038924" defer > < / script >
2023-01-24 22:59:44 +00:00
< / body >
< / html >