├── .gitmodules ├── hugolib ├── testsite │ ├── .gitignore │ ├── content │ │ └── first-post.md │ └── content_nn │ │ └── first-post.md ├── testdata │ └── sunset.jpg └── assets │ └── images │ └── sunset.jpg ├── examples ├── multilingual │ ├── .gitignore │ ├── i18n │ │ ├── en.toml │ │ └── et.toml │ ├── layouts │ │ ├── index.html │ │ ├── partials │ │ │ ├── footer.html │ │ │ ├── head.html │ │ │ └── header.html │ │ └── _default │ │ │ ├── single.html │ │ │ └── list.html │ └── content │ │ └── news │ │ ├── _index.en.md │ │ └── _index.et.md └── blog │ ├── static │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ └── css │ │ └── custom.css │ ├── config.toml │ ├── layouts │ ├── partials │ │ ├── footer.html │ │ ├── header.includes.html │ │ ├── meta.html │ │ ├── footer.copyright.html │ │ └── header.html │ └── post │ │ ├── li.html │ │ └── summary.html │ └── .gitignore ├── resources ├── page │ └── page_generate │ │ └── .gitignore └── testdata │ ├── sunrise.JPG │ ├── sunset.jpg │ ├── gohugoio.png │ ├── gohugoio24.png │ ├── gohugoio8.png │ ├── gopher-hero8.png │ ├── gradient-circle.png │ ├── sub │ └── gohugoio2.png │ ├── 1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg │ ├── circle.svg │ └── golden │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_600x0_resize_q75_box.jpg │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_600x0_resize_box_2.png │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x100_resize_q75_box.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fit_q75_linear.jpg │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x100_resize_box_2.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fit_linear_2.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_600x0_resize_box_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x100_resize_box_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fit_linear_2.png │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x0_resize_q50_r90_box.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_100x100_fill_q75_box_center.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_center.jpg │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_100x100_fill_box_center_2.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_center_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_100x100_fill_box_center_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x0_resize_q50_r90_box_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_center_2.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x0_resize_q50_r90_box_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_bottomleft_2.png │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_0d1b300da7a815ed567b6dadb6f2ce5e.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_17fd3c558d78ce249b5f0bcbe1ddbffb.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fill_q75_gaussian_smart1.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_30fc2aab35ca0861bf396d09aebc85a4.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_352eb0101b7c88107520ba719432bbb2.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3efc2d0f29a8e12c5a690fc6c9288854.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3f1b1455c4a7d13c5aeb7510f9a6a581.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_bottomleft.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_6c5c12ac79d3455ccb1993d51eec3cdf.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_7d9bc4700565266807dc476421066137.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_9f00027c376fe8556cc9996c47f23f78.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_abf356affd7d70d6bec3b3498b572191.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_c36da6818db1ab630c3f87f65170003b.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_cb45fcba865177290c89dc9f41d6ff7a.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_d30c10468b33df9010d185a8fe8f0491.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_de1fe6c0f40e7165355507d0f1748083.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_f6d8fe32ce3e83abf130e91e33456914.jpg │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fill_gaussian_smart1_2.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_bottomleft_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_1bf2d9610b385893204d0a57ef8d1532.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fill_gaussian_smart1_2.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_41369feac467f9ecec9ef46911b04fa1.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_4c320010919da2d8b63ed24818b4d8e1.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_7852bca7fb011b36d030e4d35d8e1d90.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_798ebb7a9e9dc7edd40e2832eb77e457.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_84a8d324276a96584446750f06d04bd4.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_8544b956dc08b714975ae52d4dcfdd78.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_888208ddeeeb3dcfe84697903ddffe30.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9660b4bf59aeb8ac8714d3e466af6197.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9a86fee686dd5973923f5ef5c3b0bc74.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9d4c2220235b3c2d9fa6506be571560f.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_bac1f274c6786fdb63dd215df2226cd9.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c1ced24877f4b1baf563997e33cadcfa.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c74bb417b961e09cf1aac2130b7b9b85.png │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_de67126dc370f606d57f2c229b3accab.png │ ├── gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_bge3e615_box_2.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_14fabac035a010e707ee3733f6590555.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_55b828db27003cb979bac711748f4789.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_621ae6f4010e2eb164521f54f653df1f.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_65ffdad1306cecec4d21bac1edd47c44.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_84b0614b9f84c94c0773ef49ae868d0b.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_874d58b1c4b4b538f7ade152b3e57df8.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_958fee7992cf502355355c021148638b.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_9c5c204a4fc82e861344066bc8d0c7db.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_a0088abf33fdbf6be1651a71e7d4dc33.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_cdb3de8b01145d94ba41047655e42695.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_cfc2eacca4b2748852f953954207d615.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1ad299f68cb4b3e1eba2ab7633e7857.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1f39c78ba8a0ada8233161edeed27ee.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_dd36fa3cc8ae7cf4d686caf1a171284b.png │ ├── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_f5d42d1797f90edd6379e0b082fdd53b.png │ ├── gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_q75_bge3e615_box_2.jpg │ ├── gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_bge3e615_box_2.png │ ├── gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_q75_bge3e615_box_2.jpg │ ├── sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x100_fill_q75_nearestneighbor_topleft.jpg │ ├── gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x100_fill_nearestneighbor_topleft_2.png │ └── gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x100_fill_nearestneighbor_topleft_2.png ├── docs ├── layouts │ └── shortcodes │ │ ├── todo.html │ │ ├── nohighlight.html │ │ ├── ghrepo.html │ │ ├── chroma-lexers.html │ │ ├── asciicast.html │ │ ├── module-mounts-note.html │ │ ├── funcsig.html │ │ ├── readfile.html │ │ ├── output.html │ │ ├── gh.html │ │ ├── tip.html │ │ ├── directoryindex.html │ │ ├── note.html │ │ ├── warning.html │ │ ├── new-in.html │ │ └── content-tree.html ├── config │ ├── production │ │ ├── params.toml │ │ └── config.toml │ ├── development │ │ └── params.toml │ └── _default │ │ ├── markup.toml │ │ └── languages.toml ├── content │ ├── en │ │ ├── readfiles │ │ │ ├── index.md │ │ │ └── testing.txt │ │ ├── news │ │ │ ├── _index.md │ │ │ ├── 0.55.0-relnotes │ │ │ │ └── featured.png │ │ │ ├── 0.56.0-relnotes │ │ │ │ └── featured.png │ │ │ ├── 0.60.1-relnotes │ │ │ │ └── featured-061.png │ │ │ ├── 0.63.0-relnotes │ │ │ │ └── featured-063.png │ │ │ ├── 0.65.0-relnotes │ │ │ │ ├── pg-admin-tos.png │ │ │ │ └── hugo-65-poster-featured.png │ │ │ ├── 0.38-relnotes │ │ │ │ └── featured-poster.png │ │ │ ├── 0.34-relnotes │ │ │ │ └── featured-34-poster.png │ │ │ ├── 0.58.0-relnotes │ │ │ │ └── hugo58-featured.png │ │ │ ├── 0.60.0-relnotes │ │ │ │ └── poster-featured.png │ │ │ ├── 0.61.0-relnotes │ │ │ │ └── hugo-61-featured.png │ │ │ ├── 0.68.0-relnotes │ │ │ │ └── hugo-68-featured.png │ │ │ ├── 0.70.0-relnotes │ │ │ │ └── hugo-70-featured.png │ │ │ ├── 0.71.0-relnotes │ │ │ │ └── hugo-71-featured.png │ │ │ ├── 0.72.0-relnotes │ │ │ │ └── hugo-72-featured.png │ │ │ ├── 0.33-relnotes │ │ │ │ └── featured-hugo-33-poster.png │ │ │ ├── 0.35-relnotes │ │ │ │ └── featured-hugo-35-poster.png │ │ │ ├── 0.36-relnotes │ │ │ │ └── featured-hugo-36-poster.png │ │ │ ├── 0.37-relnotes │ │ │ │ └── featured-hugo-37-poster.png │ │ │ ├── 0.39-relnotes │ │ │ │ └── featured-hugo-39-poster.png │ │ │ ├── 0.40-relnotes │ │ │ │ └── featured-hugo-40-poster.png │ │ │ ├── 0.41-relnotes │ │ │ │ └── featured-hugo-41-poster.png │ │ │ ├── 0.42-relnotes │ │ │ │ └── featured-hugo-42-poster.png │ │ │ ├── 0.43-relnotes │ │ │ │ └── featured-hugo-43-poster.png │ │ │ ├── 0.44-relnotes │ │ │ │ └── featured-hugo-44-poster.png │ │ │ ├── 0.45-relnotes │ │ │ │ └── featured-hugo-45-poster.png │ │ │ ├── 0.46-relnotes │ │ │ │ └── featured-hugo-46-poster.png │ │ │ ├── 0.47-relnotes │ │ │ │ └── featured-hugo-47-poster.png │ │ │ ├── 0.48-relnotes │ │ │ │ └── featured-hugo-48-poster.png │ │ │ ├── 0.49-relnotes │ │ │ │ └── featured-hugo-49-poster.png │ │ │ ├── 0.50-relnotes │ │ │ │ └── featured-hugo-50-poster.png │ │ │ ├── 0.51-relnotes │ │ │ │ └── featured-hugo-51-poster.png │ │ │ ├── 0.52-relnotes │ │ │ │ └── featured-hugo-52-poster.png │ │ │ ├── 0.53-relnotes │ │ │ │ └── featured-hugo-53-poster.png │ │ │ ├── 0.57.0-relnotes │ │ │ │ └── hugo-57-poster-featured.png │ │ │ ├── 0.59.0-relnotes │ │ │ │ └── hugo-59-poster-featured.png │ │ │ ├── 0.62.0-relnotes │ │ │ │ └── hugo-62-poster-featured.png │ │ │ ├── 0.64.0-relnotes │ │ │ │ └── hugo-64-poster-featured.png │ │ │ ├── 0.66.0-relnotes │ │ │ │ └── hugo-66-poster-featured.png │ │ │ ├── 0.67.0-relnotes │ │ │ │ └── hugo-67-poster-featured.png │ │ │ ├── 0.69.0-relnotes │ │ │ │ └── hugo-69-easter-featured.png │ │ │ ├── 0.54.0-relnotes │ │ │ │ └── featured-hugo-54.0-poster.png │ │ │ ├── lets-celebrate-hugos-5th-birthday │ │ │ │ ├── featured.png │ │ │ │ ├── graph-stars.png │ │ │ │ ├── sunset-get.png │ │ │ │ └── graph-themes.png │ │ │ └── 0.20.5-relnotes │ │ │ │ └── index.md │ │ ├── showcase │ │ │ ├── hapticmedia │ │ │ │ ├── bio.md │ │ │ │ └── featured.png │ │ │ ├── aether │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── keycdn │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── linode │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── tomango │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── digitalgov │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── fireship │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── forestry │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── over │ │ │ │ ├── featured-over.png │ │ │ │ └── bio.md │ │ │ ├── letsencrypt │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── stackimpact │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── flesland-flis │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── 1password-support │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── bypasscensorship │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── template │ │ │ │ ├── featured-template.png │ │ │ │ └── bio.md │ │ │ ├── hartwell-insurance │ │ │ │ ├── featured.png │ │ │ │ ├── hartwell-columns.png │ │ │ │ ├── hartwell-lighthouse.png │ │ │ │ ├── hartwell-webpagetest.png │ │ │ │ └── bio.md │ │ │ ├── arolla-cocoon │ │ │ │ ├── featured-template.png │ │ │ │ └── bio.md │ │ │ ├── pharmaseal │ │ │ │ ├── featured-pharmaseal.png │ │ │ │ └── bio.md │ │ │ ├── pace-revenue-management │ │ │ │ ├── featured.png │ │ │ │ └── bio.md │ │ │ ├── small-multiples │ │ │ │ ├── featured-small-multiples.png │ │ │ │ └── bio.md │ │ │ └── quiply-employee-communications-app │ │ │ │ └── featured.png │ │ ├── content-management │ │ │ ├── image-processing │ │ │ │ └── sunset.jpg │ │ │ └── organization │ │ │ │ └── 1-featured-content-bundles.png │ │ ├── getting-started │ │ │ └── external-learning-resources │ │ │ │ └── hia.jpg │ │ ├── about │ │ │ ├── security-model │ │ │ │ └── hugo-security-model-featured.png │ │ │ └── _index.md │ │ ├── maintenance │ │ │ └── _index.md │ │ └── hugo-pipes │ │ │ └── _index.md │ └── zh │ │ ├── news │ │ └── _index.md │ │ ├── about │ │ └── _index.md │ │ └── templates │ │ └── _index.md ├── data │ └── titles.toml ├── src │ └── package-lock.json ├── _vendor │ ├── github.com │ │ └── gohugoio │ │ │ └── gohugoioTheme │ │ │ ├── assets │ │ │ ├── js │ │ │ │ ├── filesaver.js │ │ │ │ ├── scrolldir.js │ │ │ │ ├── nojs.js │ │ │ │ ├── lazysizes.js │ │ │ │ ├── docsearch.js │ │ │ │ └── codeblocks.js │ │ │ ├── css │ │ │ │ ├── _svg.css │ │ │ │ ├── _no-js.css │ │ │ │ ├── _definition-lists.css │ │ │ │ ├── _fluid-type.css │ │ │ │ ├── _stickyheader.css │ │ │ │ ├── _hljs.css │ │ │ │ ├── _columns.css │ │ │ │ ├── _social-icons.css │ │ │ │ ├── _animation.css │ │ │ │ └── _header-link.css │ │ │ └── index.js │ │ │ ├── layouts │ │ │ ├── partials │ │ │ │ ├── svg │ │ │ │ │ ├── exclamation.svg │ │ │ │ │ ├── windows.svg │ │ │ │ │ ├── ic_arrow_drop_down.svg │ │ │ │ │ ├── ic_arrow_drop_up.svg │ │ │ │ │ ├── ic_chevron_left_black_24px.svg │ │ │ │ │ ├── ic_chevron_right_black_24px.svg │ │ │ │ │ ├── md.svg │ │ │ │ │ └── link-permalink.svg │ │ │ │ ├── head-additions.html │ │ │ │ ├── page-edit.html │ │ │ │ ├── related.html │ │ │ │ ├── site-manifest.html │ │ │ │ ├── icon-link.html │ │ │ │ └── docs │ │ │ │ │ └── functions-signature.html │ │ │ ├── shortcodes │ │ │ │ ├── nohighlight.html │ │ │ │ ├── ghrepo.html │ │ │ │ ├── readfile.html │ │ │ │ ├── gh.html │ │ │ │ ├── output.html │ │ │ │ ├── directoryindex.html │ │ │ │ ├── tip.html │ │ │ │ ├── note.html │ │ │ │ └── warning.html │ │ │ ├── _default │ │ │ │ ├── taxonomy.html │ │ │ │ ├── documentation-home.html │ │ │ │ └── list.html │ │ │ ├── index.redir │ │ │ ├── robots.txt │ │ │ ├── index.headers │ │ │ └── 404.html │ │ │ ├── config.toml │ │ │ └── static │ │ │ ├── favicon.ico │ │ │ ├── favicon-16x16.png │ │ │ ├── favicon-32x32.png │ │ │ ├── mstile-144x144.png │ │ │ ├── mstile-150x150.png │ │ │ ├── mstile-310x310.png │ │ │ ├── apple-touch-icon.png │ │ │ ├── android-chrome-36x36.png │ │ │ ├── android-chrome-48x48.png │ │ │ ├── android-chrome-72x72.png │ │ │ ├── android-chrome-96x96.png │ │ │ ├── images │ │ │ ├── gohugoio-card.png │ │ │ ├── icon-search.png │ │ │ ├── GitHub-Mark-64px.png │ │ │ ├── home-page-templating-example.png │ │ │ ├── homepage-screenshot-hugo-themes.jpg │ │ │ ├── sponsors │ │ │ │ └── linode-logo_standard_light_medium.png │ │ │ └── homepage-screenshot-hugo-themes_not-optimized-according-to-google.jpg │ │ │ ├── android-chrome-144x144.png │ │ │ ├── android-chrome-192x192.png │ │ │ ├── android-chrome-256x256.png │ │ │ ├── fonts │ │ │ ├── muli-latin-200.woff │ │ │ ├── muli-latin-200.woff2 │ │ │ ├── muli-latin-300.woff │ │ │ ├── muli-latin-300.woff2 │ │ │ ├── muli-latin-400.woff │ │ │ ├── muli-latin-400.woff2 │ │ │ ├── muli-latin-600.woff │ │ │ ├── muli-latin-600.woff2 │ │ │ ├── muli-latin-700.woff │ │ │ ├── muli-latin-700.woff2 │ │ │ ├── muli-latin-800.woff │ │ │ ├── muli-latin-800.woff2 │ │ │ ├── muli-latin-900.woff │ │ │ ├── muli-latin-900.woff2 │ │ │ ├── muli-latin-200italic.woff │ │ │ ├── muli-latin-300italic.woff │ │ │ ├── muli-latin-400italic.woff │ │ │ ├── muli-latin-600italic.woff │ │ │ ├── muli-latin-700italic.woff │ │ │ ├── muli-latin-800italic.woff │ │ │ ├── muli-latin-900italic.woff │ │ │ ├── muli-latin-200italic.woff2 │ │ │ ├── muli-latin-300italic.woff2 │ │ │ ├── muli-latin-400italic.woff2 │ │ │ ├── muli-latin-600italic.woff2 │ │ │ ├── muli-latin-700italic.woff2 │ │ │ ├── muli-latin-800italic.woff2 │ │ │ └── muli-latin-900italic.woff2 │ │ │ └── browserconfig.xml │ └── modules.txt ├── .gitignore ├── resources │ ├── .gitattributes │ └── _gen │ │ ├── assets │ │ ├── css │ │ │ └── output │ │ │ │ └── css │ │ │ │ └── app.css_d11fe7b62c27961c87ecd0f2490357b9.json │ │ └── js │ │ │ └── output │ │ │ └── js │ │ │ └── app.js_8848f55d07695b7ff7188138f23d69e3.json │ │ └── images │ │ ├── showcase │ │ ├── aether │ │ │ ├── featured_hu087b0e6f87446792599d3d3535cdd374_275219_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hu087b0e6f87446792599d3d3535cdd374_275219_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu087b0e6f87446792599d3d3535cdd374_275219_989c7e76c2c712f873e3f3bc40d31e81.png │ │ ├── keycdn │ │ │ ├── featured_hub7f38531767be8be63ac710821ebd35e_358740_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hub7f38531767be8be63ac710821ebd35e_358740_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hub7f38531767be8be63ac710821ebd35e_358740_1b9f2369c3bfa3c47e6a6a32fc7b5fed.png │ │ ├── fireship │ │ │ ├── featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_9bf5371384e80c9f59e1f5e018440c34.png │ │ ├── digitalgov │ │ │ ├── featured_hu45beff20946cd0e416030040cf926cad_65077_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hua5ea856d726094072599a7230ece5977_439801_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hu45beff20946cd0e416030040cf926cad_65077_1024x512_fill_catmullrom_top_2.png │ │ │ ├── featured_hu45beff20946cd0e416030040cf926cad_65077_c8f48c1aff227b9372baf6b4f5592d6c.png │ │ │ ├── featured_hua5ea856d726094072599a7230ece5977_439801_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hua5ea856d726094072599a7230ece5977_439801_936b0175327b2cda5394b31da8e67a76.png │ │ ├── hapticmedia │ │ │ ├── featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_43a9cdd8a433ceeb8ba91f1801209927.png │ │ ├── linode │ │ │ ├── featured_hu61409040ff547ff1513ae0ebae4096c4_90149_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu61409040ff547ff1513ae0ebae4096c4_90149_9899cd7de24187b01ab3dc47e102b4bc.png │ │ ├── forestry │ │ │ ├── featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_192a300d3ccaa4371c674791fb50a62c.png │ │ ├── tomango │ │ │ ├── featured_hu7e8dbbadbe427cdae3bd5ec313fc9f75_143336_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu7e8dbbadbe427cdae3bd5ec313fc9f75_143336_7149ee3c86c905bd6c3bab1e343edd89.png │ │ ├── bypasscensorship │ │ │ ├── featured_hu3be69425780460f51f7c2367ed0f80c1_180903_640x0_resize_catmullrom_2.png │ │ │ ├── featured_hu3be69425780460f51f7c2367ed0f80c1_180903_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu3be69425780460f51f7c2367ed0f80c1_180903_d94e4c803eac4491bc295665908df904.png │ │ ├── letsencrypt │ │ │ ├── featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_825bc0f79626434a7ab711238e84984a.png │ │ ├── over │ │ │ ├── featured-over_hu096cafb8a4c371f6c5d5431b68c2978f_194841_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured-over_hu096cafb8a4c371f6c5d5431b68c2978f_194841_23c92e0762c3e5f3f1c3692cbd6884b1.png │ │ ├── stackimpact │ │ │ ├── featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_671a5c232ffa27a2cf198d2c39f253eb.png │ │ ├── flesland-flis │ │ │ ├── featured_hue4fd3c0e7519777bd75019750a0f5391_309284_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hue4fd3c0e7519777bd75019750a0f5391_309284_f66ed2dc2e475b0cb21d76296890c5a2.png │ │ ├── pharmaseal │ │ │ ├── featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_640x0_resize_catmullrom_2.png │ │ │ ├── featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_5cb129a25fe20b8aece4ac55f51a1035.png │ │ ├── template │ │ │ ├── featured-template_hu2f0d11388f944348b232a431caeb965b_41270_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured-template_hu2f0d11388f944348b232a431caeb965b_41270_0be9b039f9029effab69b9239e224cf7.png │ │ ├── 1password-support │ │ │ ├── featured_hu870838c23243880857c2e418dd7ac099_165718_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu870838c23243880857c2e418dd7ac099_165718_8714c8c914d32c12c7eb833a42713319.png │ │ ├── hartwell-insurance │ │ │ ├── featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_a6f43693b7589a8d91c844654967eb51.png │ │ ├── arolla-cocoon │ │ │ ├── featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_ea485187288cde4b679b149346aca832.png │ │ ├── pace-revenue-management │ │ │ ├── featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_7e3f008d047fb3522bf02df4e9229522.png │ │ └── quiply-employee-communications-app │ │ │ ├── featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_1024x512_fill_catmullrom_top_2.png │ │ │ └── featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_3b6053b86d6afebe8262ece1955ed6cf.png │ │ ├── news │ │ ├── 0.56.0-relnotes │ │ │ ├── featured_hu76d57fb58ef6e72ac104a624bd5458e5_254587_480x0_resize_catmullrom_2.png │ │ │ └── featured_hu76d57fb58ef6e72ac104a624bd5458e5_254587_640x0_resize_catmullrom_2.png │ │ ├── 0.55.0-relnotes │ │ │ ├── featured_hu9474666a09966109e944f93e1ecf78c0_1221797_480x0_resize_catmullrom_2.png │ │ │ └── featured_hu9474666a09966109e944f93e1ecf78c0_1221797_640x0_resize_catmullrom_2.png │ │ ├── 0.38-relnotes │ │ │ └── featured-poster_hudf8012d38ef42d46a6cab1b31156bf3a_69978_480x0_resize_catmullrom_2.png │ │ ├── 0.60.1-relnotes │ │ │ ├── featured-061_hu55b86d71cf1e6f4fec276be0fe0d3e6e_28841_480x0_resize_catmullrom_2.png │ │ │ └── featured-061_hu55b86d71cf1e6f4fec276be0fe0d3e6e_28841_640x0_resize_catmullrom_2.png │ │ ├── 0.63.0-relnotes │ │ │ ├── featured-063_hu5954e4b26e8962f5849de8f2cf549c9d_212246_480x0_resize_catmullrom_2.png │ │ │ └── featured-063_hu5954e4b26e8962f5849de8f2cf549c9d_212246_640x0_resize_catmullrom_2.png │ │ ├── 0.34-relnotes │ │ │ └── featured-34-poster_hud8d73dc5df8d5a35383849a78eea35dd_78317_480x0_resize_catmullrom_2.png │ │ ├── 0.58.0-relnotes │ │ │ ├── hugo58-featured_hu773ef1300245c62235b6a2b3c71a3170_23413_480x0_resize_catmullrom_2.png │ │ │ └── hugo58-featured_hu773ef1300245c62235b6a2b3c71a3170_23413_640x0_resize_catmullrom_2.png │ │ ├── 0.60.0-relnotes │ │ │ ├── poster-featured_hu88aba11293facef11feec48164ba6c3f_31907_480x0_resize_catmullrom_2.png │ │ │ └── poster-featured_hu88aba11293facef11feec48164ba6c3f_31907_640x0_resize_catmullrom_2.png │ │ ├── 0.61.0-relnotes │ │ │ ├── hugo-61-featured_huc7cf44fd2ae7c41ccbb87bf5c4aa169c_79929_480x0_resize_catmullrom_2.png │ │ │ └── hugo-61-featured_huc7cf44fd2ae7c41ccbb87bf5c4aa169c_79929_640x0_resize_catmullrom_2.png │ │ ├── 0.68.0-relnotes │ │ │ ├── hugo-68-featured_hubf411be7de0d7016f242fc7f0c46d71c_65337_480x0_resize_catmullrom_2.png │ │ │ └── hugo-68-featured_hubf411be7de0d7016f242fc7f0c46d71c_65337_640x0_resize_catmullrom_2.png │ │ ├── 0.70.0-relnotes │ │ │ ├── hugo-70-featured_hu7e53232ad438751d3345bfcf581a92c2_65533_480x0_resize_catmullrom_2.png │ │ │ └── hugo-70-featured_hu7e53232ad438751d3345bfcf581a92c2_65533_640x0_resize_catmullrom_2.png │ │ ├── 0.71.0-relnotes │ │ │ ├── hugo-71-featured_hu8a56287afe6ebd759706bbede29716ba_209832_480x0_resize_catmullrom_2.png │ │ │ └── hugo-71-featured_hu8a56287afe6ebd759706bbede29716ba_209832_640x0_resize_catmullrom_2.png │ │ ├── 0.72.0-relnotes │ │ │ ├── hugo-72-featured_hu2851378649aa18f104ac3bb6a49cdd29_256988_480x0_resize_catmullrom_2.png │ │ │ └── hugo-72-featured_hu2851378649aa18f104ac3bb6a49cdd29_256988_640x0_resize_catmullrom_2.png │ │ ├── 0.33-relnotes │ │ │ └── featured-hugo-33-poster_hu45ce9da1cdea6ca61c5f4f5baccdcad4_70230_480x0_resize_catmullrom_2.png │ │ ├── 0.35-relnotes │ │ │ └── featured-hugo-35-poster_hua42b1310dd72f60a34e02851ebf2f82e_88519_480x0_resize_catmullrom_2.png │ │ ├── 0.36-relnotes │ │ │ └── featured-hugo-36-poster_huf2fee368f65c75d3878561ed4225c39a_67640_480x0_resize_catmullrom_2.png │ │ ├── 0.40-relnotes │ │ │ └── featured-hugo-40-poster_hu20c69e2a166f65e329d8fbabe8d2cc58_69238_480x0_resize_catmullrom_2.png │ │ ├── 0.41-relnotes │ │ │ └── featured-hugo-41-poster_hud81cd208cb270af61610509ee199ae20_67955_480x0_resize_catmullrom_2.png │ │ ├── 0.42-relnotes │ │ │ └── featured-hugo-42-poster_hue0604c0846526b6d2f8ba376edd013b6_74852_480x0_resize_catmullrom_2.png │ │ ├── 0.43-relnotes │ │ │ └── featured-hugo-43-poster_hu3948fe44e4a966d8149b4bf077395057_78299_480x0_resize_catmullrom_2.png │ │ ├── 0.44-relnotes │ │ │ └── featured-hugo-44-poster_hu6505d1982bab71bfe9c6c7adcedfd7f7_77631_480x0_resize_catmullrom_2.png │ │ ├── 0.45-relnotes │ │ │ └── featured-hugo-45-poster_huea79995576e3b93a3041ae824a391758_66863_480x0_resize_catmullrom_2.png │ │ ├── 0.46-relnotes │ │ │ └── featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_480x0_resize_catmullrom_2.png │ │ ├── 0.47-relnotes │ │ │ └── featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_480x0_resize_catmullrom_2.png │ │ ├── 0.48-relnotes │ │ │ └── featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_480x0_resize_catmullrom_2.png │ │ ├── 0.49-relnotes │ │ │ └── featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_480x0_resize_catmullrom_2.png │ │ ├── 0.37-relnotes │ │ │ └── featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png │ │ ├── 0.39-relnotes │ │ │ └── featured-hugo-39-poster_hu3261e6e65defb4edf9f0fce20bf5f60d_217215_480x0_resize_catmullrom_2.png │ │ ├── 0.50-relnotes │ │ │ └── featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_480x0_resize_catmullrom_2.png │ │ ├── 0.51-relnotes │ │ │ └── featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_480x0_resize_catmullrom_2.png │ │ ├── 0.52-relnotes │ │ │ └── featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_480x0_resize_catmullrom_2.png │ │ ├── 0.53-relnotes │ │ │ └── featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_480x0_resize_catmullrom_2.png │ │ ├── 0.57.0-relnotes │ │ │ ├── hugo-57-poster-featured_hua5036d4cd45a91afa541ffaa7522c907_45223_480x0_resize_catmullrom_2.png │ │ │ └── hugo-57-poster-featured_hua5036d4cd45a91afa541ffaa7522c907_45223_640x0_resize_catmullrom_2.png │ │ ├── 0.59.0-relnotes │ │ │ ├── hugo-59-poster-featured_hu0512b47f4576de23e973436cd11d5f9b_78054_480x0_resize_catmullrom_2.png │ │ │ └── hugo-59-poster-featured_hu0512b47f4576de23e973436cd11d5f9b_78054_640x0_resize_catmullrom_2.png │ │ ├── 0.62.0-relnotes │ │ │ ├── hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_480x0_resize_catmullrom_2.png │ │ │ └── hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_640x0_resize_catmullrom_2.png │ │ ├── 0.64.0-relnotes │ │ │ ├── hugo-64-poster-featured_hub9938cc6c413edc5157bada64ca77fbc_69464_480x0_resize_catmullrom_2.png │ │ │ └── hugo-64-poster-featured_hub9938cc6c413edc5157bada64ca77fbc_69464_640x0_resize_catmullrom_2.png │ │ ├── 0.65.0-relnotes │ │ │ ├── hugo-65-poster-featured_hu2a74c431783b3f7931799f8c38dbf3fd_115945_480x0_resize_catmullrom_2.png │ │ │ └── hugo-65-poster-featured_hu2a74c431783b3f7931799f8c38dbf3fd_115945_640x0_resize_catmullrom_2.png │ │ ├── 0.66.0-relnotes │ │ │ ├── hugo-66-poster-featured_hu4d3a62a6d2ad42dd03e2a3723d4914a5_75588_480x0_resize_catmullrom_2.png │ │ │ └── hugo-66-poster-featured_hu4d3a62a6d2ad42dd03e2a3723d4914a5_75588_640x0_resize_catmullrom_2.png │ │ ├── 0.67.0-relnotes │ │ │ ├── hugo-67-poster-featured_hub9adb3c2f94f651d39a760315e4e42f9_79436_480x0_resize_catmullrom_2.png │ │ │ └── hugo-67-poster-featured_hub9adb3c2f94f651d39a760315e4e42f9_79436_640x0_resize_catmullrom_2.png │ │ ├── 0.69.0-relnotes │ │ │ ├── hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_480x0_resize_catmullrom_2.png │ │ │ └── hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_640x0_resize_catmullrom_2.png │ │ ├── 0.54.0-relnotes │ │ │ ├── featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_480x0_resize_catmullrom_2.png │ │ │ └── featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_640x0_resize_catmullrom_2.png │ │ └── lets-celebrate-hugos-5th-birthday │ │ │ ├── featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png │ │ │ ├── graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png │ │ │ ├── graph-themes_hu25707bee0ec3007199f71bb29226f30c_16956_600x400_fit_catmullrom_2.png │ │ │ └── sunset-get_hud0ada96a3532fb27dcd0de96bcce0679_358844_600x300_fill_catmullrom_smart1_2.png │ │ └── content-management │ │ ├── image-processing │ │ ├── sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x90_fit_q75_catmullrom.jpg │ │ ├── sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q10_catmullrom.jpg │ │ ├── sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q75_catmullrom.jpg │ │ ├── sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x120_fill_q75_catmullrom_left.jpg │ │ ├── sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x120_fill_q75_catmullrom_right.jpg │ │ └── sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_200x200_fill_q75_catmullrom_smart1.jpg │ │ └── organization │ │ └── 1-featured-content-bundles_hu911524202ff4753624ea0b303cf97415_34394_300x0_resize_catmullrom_2.png ├── static │ ├── favicon.ico │ ├── img │ │ ├── hugo.png │ │ ├── hugoSM.png │ │ ├── hugo-logo.png │ │ └── hugo-logo-med.png │ ├── fonts │ │ ├── hugo.eot │ │ ├── hugo.ttf │ │ └── hugo.woff │ ├── apple-touch-icon.png │ ├── share │ │ ├── hugo-tall.png │ │ ├── made-with-hugo.png │ │ ├── powered-by-hugo.png │ │ ├── made-with-hugo-dark.png │ │ ├── made-with-hugo-long.png │ │ ├── powered-by-hugo-dark.png │ │ ├── powered-by-hugo-long.png │ │ ├── made-with-hugo-long-dark.png │ │ └── powered-by-hugo-long-dark.png │ └── images │ │ ├── blog │ │ ├── sunset.jpg │ │ ├── hugo-26-poster.png │ │ ├── hugo-27-poster.png │ │ ├── hugo-28-poster.png │ │ ├── hugo-29-poster.png │ │ ├── hugo-30-poster.png │ │ ├── hugo-31-poster.png │ │ ├── hugo-32-poster.png │ │ ├── hugo-bug-poster.png │ │ └── hugo-http2-push.png │ │ ├── gohugoio-card-1.png │ │ ├── hugo-content-bundles.png │ │ ├── contribute │ │ └── development │ │ │ ├── ci-errors.png │ │ │ ├── accept-cla.png │ │ │ ├── copy-remote-url.png │ │ │ ├── open-pull-request.png │ │ │ └── forking-a-repository.png │ │ └── hosting-and-deployment │ │ ├── hosting-on-keycdn │ │ ├── secret-api-key.png │ │ ├── secret-zone-id.png │ │ └── keycdn-pull-zone.png │ │ ├── deployment-with-wercker │ │ ├── werckeryml.png │ │ ├── public-or-not.png │ │ ├── wercker-access.png │ │ ├── wercker-add-app.png │ │ ├── wercker-search.png │ │ ├── wercker-sign-up.png │ │ ├── using-hugo-build.png │ │ ├── and-we-ve-got-an-app.png │ │ ├── wercker-select-owner.png │ │ ├── wercker-sign-up-page.png │ │ ├── wercker-git-connections.png │ │ ├── configure-the-deploy-step.png │ │ ├── wercker-account-settings.png │ │ ├── wercker-select-repository.png │ │ ├── adding-a-github-pages-step.png │ │ ├── adding-the-project-to-github.png │ │ └── creating-a-basic-hugo-site.png │ │ ├── hosting-on-netlify │ │ ├── netlify-signup.jpg │ │ ├── netlify-live-site.jpg │ │ ├── netlify-add-new-site.jpg │ │ ├── netlify-deploying-site.gif │ │ ├── netlify-first-authorize.jpg │ │ ├── netlify-push-to-deploy.jpg │ │ ├── netlify-deploy-published.jpg │ │ ├── netlify-create-new-site-step-1.jpg │ │ ├── netlify-create-new-site-step-2.jpg │ │ ├── netlify-create-new-site-step-3.jpg │ │ └── netlify-authorize-added-permissions.jpg │ │ ├── deployment-with-nanobox │ │ ├── hugo-server.png │ │ ├── nanobox-run.png │ │ ├── hugo-with-nanobox.png │ │ └── nanobox-deploy-dry-run.png │ │ ├── hosting-on-bitbucket │ │ ├── bitbucket-blog-post.png │ │ └── bitbucket-create-repo.png │ │ └── hosting-on-aws-amplify │ │ ├── amplify-connect-repo.gif │ │ ├── amplify-build-settings.png │ │ └── amplify-gettingstarted.png ├── archetypes │ ├── showcase │ │ ├── featured.png │ │ └── bio.md │ ├── default.md │ └── functions.md ├── pull-theme.sh ├── go.mod ├── .github │ └── SUPPORT.md └── .editorconfig ├── requirements.txt ├── scripts └── fork_go_templates │ └── .gitignore ├── tpl ├── tplimpl │ └── embedded │ │ ├── templates │ │ ├── _default │ │ │ ├── robots.txt │ │ │ └── sitemapindex.xml │ │ ├── shortcodes │ │ │ ├── ref.html │ │ │ ├── relref.html │ │ │ ├── highlight.html │ │ │ ├── gist.html │ │ │ ├── param.html │ │ │ └── twitter.html │ │ ├── google_news.html │ │ └── alias.html │ │ ├── .gitattributes │ │ └── README.md └── internal │ └── go_templates │ ├── texttemplate │ └── testdata │ │ ├── file1.tmpl │ │ ├── tmpl1.tmpl │ │ ├── tmpl2.tmpl │ │ └── file2.tmpl │ ├── testenv │ ├── testenv_cgo.go │ └── testenv_notwin.go │ └── fmtsort │ └── export_test.go ├── benchbep.sh ├── .dockerignore ├── bepdock.sh ├── .github ├── ISSUE_TEMPLATE │ ├── feature_request.md │ ├── support.md │ └── bug_report.md ├── SUPPORT.md └── workflows │ └── auto_close_support.yml ├── .mailmap ├── snap └── plugins │ └── x-nodejs.yaml ├── .gitattributes ├── pull-docs.sh ├── .gitignore └── media └── docshelper.go /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hugolib/testsite/.gitignore: -------------------------------------------------------------------------------- 1 | config.toml -------------------------------------------------------------------------------- /examples/multilingual/.gitignore: -------------------------------------------------------------------------------- 1 | public 2 | -------------------------------------------------------------------------------- /resources/page/page_generate/.gitignore: -------------------------------------------------------------------------------- 1 | generate -------------------------------------------------------------------------------- /docs/layouts/shortcodes/todo.html: -------------------------------------------------------------------------------- 1 | {{ if .Inner }}{{ end }} -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Pygments==2.1.3 2 | docutils==0.12 3 | -------------------------------------------------------------------------------- /scripts/fork_go_templates/.gitignore: -------------------------------------------------------------------------------- 1 | fork_go_templates 2 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/_default/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * -------------------------------------------------------------------------------- /docs/config/production/params.toml: -------------------------------------------------------------------------------- 1 | # Params for production 2 | 3 | -------------------------------------------------------------------------------- /docs/content/en/readfiles/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | headless: true 3 | --- -------------------------------------------------------------------------------- /docs/data/titles.toml: -------------------------------------------------------------------------------- 1 | [Showcase] 2 | title = "Site Showcase" 3 | -------------------------------------------------------------------------------- /docs/src/package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "lockfileVersion": 1 3 | } 4 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/filesaver.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/shortcodes/ref.html: -------------------------------------------------------------------------------- 1 | {{ ref . .Params }} -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | /public 3 | nohup.out 4 | .DS_Store 5 | trace.out -------------------------------------------------------------------------------- /docs/config/development/params.toml: -------------------------------------------------------------------------------- 1 | # Params for development (server mode) 2 | -------------------------------------------------------------------------------- /examples/multilingual/i18n/en.toml: -------------------------------------------------------------------------------- 1 | [head_title] 2 | other = "Multilingual" 3 | -------------------------------------------------------------------------------- /examples/multilingual/i18n/et.toml: -------------------------------------------------------------------------------- 1 | [head_title] 2 | other = "Mitmekeelne" 3 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/.gitattributes: -------------------------------------------------------------------------------- 1 | *autogen.go linguist-generated=true 2 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/shortcodes/relref.html: -------------------------------------------------------------------------------- 1 | {{ relref . .Params }} -------------------------------------------------------------------------------- /benchbep.sh: -------------------------------------------------------------------------------- 1 | gobench -package=./hugolib -bench="BenchmarkSiteNew/Deep_content_tree" -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/exclamation.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/resources/.gitattributes: -------------------------------------------------------------------------------- 1 | *.* linguist-generated=true 2 | *.* -diff -merge -------------------------------------------------------------------------------- /docs/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/favicon.ico -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/head-additions.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/content/zh/news/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Hugo 新闻" 3 | aliases: [/release-notes/] 4 | --- 5 | -------------------------------------------------------------------------------- /docs/static/img/hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/img/hugo.png -------------------------------------------------------------------------------- /examples/multilingual/layouts/index.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/_vendor/modules.txt: -------------------------------------------------------------------------------- 1 | # github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7 2 | -------------------------------------------------------------------------------- /docs/content/en/news/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Hugo News" 3 | aliases: [/release-notes/] 4 | --- 5 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/nohighlight.html: -------------------------------------------------------------------------------- 1 |
{{ .Inner }}
-------------------------------------------------------------------------------- /docs/static/fonts/hugo.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/fonts/hugo.eot -------------------------------------------------------------------------------- /docs/static/fonts/hugo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/fonts/hugo.ttf -------------------------------------------------------------------------------- /docs/static/fonts/hugo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/fonts/hugo.woff -------------------------------------------------------------------------------- /docs/static/img/hugoSM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/img/hugoSM.png -------------------------------------------------------------------------------- /hugolib/testdata/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/hugolib/testdata/sunset.jpg -------------------------------------------------------------------------------- /hugolib/testsite/content/first-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "My First Post" 3 | lastmod: 2018-02-28 4 | --- -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_svg.css: -------------------------------------------------------------------------------- 1 | .fill-current { fill: currentColor; } 2 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/ghrepo.html: -------------------------------------------------------------------------------- 1 | GitHub repository -------------------------------------------------------------------------------- /docs/static/img/hugo-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/img/hugo-logo.png -------------------------------------------------------------------------------- /hugolib/testsite/content_nn/first-post.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Min første dag" 3 | lastmod: 1972-02-28 4 | --- -------------------------------------------------------------------------------- /resources/testdata/sunrise.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/sunrise.JPG -------------------------------------------------------------------------------- /resources/testdata/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/sunset.jpg -------------------------------------------------------------------------------- /docs/static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/static/img/hugo-logo-med.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/img/hugo-logo-med.png -------------------------------------------------------------------------------- /docs/static/share/hugo-tall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/hugo-tall.png -------------------------------------------------------------------------------- /hugolib/assets/images/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/hugolib/assets/images/sunset.jpg -------------------------------------------------------------------------------- /resources/testdata/gohugoio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/gohugoio.png -------------------------------------------------------------------------------- /resources/testdata/gohugoio24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/gohugoio24.png -------------------------------------------------------------------------------- /resources/testdata/gohugoio8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/gohugoio8.png -------------------------------------------------------------------------------- /docs/content/en/showcase/hapticmedia/bio.md: -------------------------------------------------------------------------------- 1 | **Hapticmedia** provides interactive 3D configurators for eCommerce. 2 | -------------------------------------------------------------------------------- /docs/static/images/blog/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/sunset.jpg -------------------------------------------------------------------------------- /resources/testdata/gopher-hero8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/gopher-hero8.png -------------------------------------------------------------------------------- /docs/archetypes/showcase/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/archetypes/showcase/featured.png -------------------------------------------------------------------------------- /docs/static/images/gohugoio-card-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/gohugoio-card-1.png -------------------------------------------------------------------------------- /docs/static/share/made-with-hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/made-with-hugo.png -------------------------------------------------------------------------------- /docs/static/share/powered-by-hugo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/powered-by-hugo.png -------------------------------------------------------------------------------- /resources/testdata/gradient-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/gradient-circle.png -------------------------------------------------------------------------------- /resources/testdata/sub/gohugoio2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/sub/gohugoio2.png -------------------------------------------------------------------------------- /tpl/internal/go_templates/texttemplate/testdata/file1.tmpl: -------------------------------------------------------------------------------- 1 | {{define "x"}}TEXT{{end}} 2 | {{define "dotV"}}{{.V}}{{end}} 3 | -------------------------------------------------------------------------------- /tpl/internal/go_templates/texttemplate/testdata/tmpl1.tmpl: -------------------------------------------------------------------------------- 1 | template1 2 | {{define "x"}}x{{end}} 3 | {{template "y"}} 4 | -------------------------------------------------------------------------------- /tpl/internal/go_templates/texttemplate/testdata/tmpl2.tmpl: -------------------------------------------------------------------------------- 1 | template2 2 | {{define "y"}}y{{end}} 3 | {{template "x"}} 4 | -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | *.md 2 | *.log 3 | *.txt 4 | .git 5 | .github 6 | .circleci 7 | docs 8 | examples 9 | Dockerfile 10 | -------------------------------------------------------------------------------- /bepdock.sh: -------------------------------------------------------------------------------- 1 | docker run --rm --mount type=bind,source="$(pwd)",target=/hugo -w /hugo -i -t bepsays/ci-goreleaser:1.11-2 /bin/bash -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/config.toml: -------------------------------------------------------------------------------- 1 | 2 | [module] 3 | [module.hugoVersion] 4 | min = "0.56.0" 5 | -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-26-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-26-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-27-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-27-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-28-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-28-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-29-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-29-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-30-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-30-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-31-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-31-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-32-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-32-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-bug-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-bug-poster.png -------------------------------------------------------------------------------- /docs/static/images/blog/hugo-http2-push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/blog/hugo-http2-push.png -------------------------------------------------------------------------------- /docs/static/images/hugo-content-bundles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hugo-content-bundles.png -------------------------------------------------------------------------------- /docs/static/share/made-with-hugo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/made-with-hugo-dark.png -------------------------------------------------------------------------------- /docs/static/share/made-with-hugo-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/made-with-hugo-long.png -------------------------------------------------------------------------------- /docs/static/share/powered-by-hugo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/powered-by-hugo-dark.png -------------------------------------------------------------------------------- /docs/static/share/powered-by-hugo-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/powered-by-hugo-long.png -------------------------------------------------------------------------------- /examples/blog/static/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/scrolldir.js: -------------------------------------------------------------------------------- 1 | var scrollDir = require('scrolldir/dist/scrolldir.auto.min.js'); 2 | -------------------------------------------------------------------------------- /docs/content/en/showcase/aether/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/aether/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/keycdn/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/keycdn/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/linode/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/linode/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/tomango/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/tomango/featured.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/nohighlight.html: -------------------------------------------------------------------------------- 1 |
{{ .Inner }}
2 | -------------------------------------------------------------------------------- /docs/content/en/showcase/digitalgov/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/digitalgov/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/fireship/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/fireship/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/forestry/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/forestry/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/over/featured-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/over/featured-over.png -------------------------------------------------------------------------------- /docs/static/share/made-with-hugo-long-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/made-with-hugo-long-dark.png -------------------------------------------------------------------------------- /docs/static/share/powered-by-hugo-long-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/share/powered-by-hugo-long-dark.png -------------------------------------------------------------------------------- /tpl/internal/go_templates/texttemplate/testdata/file2.tmpl: -------------------------------------------------------------------------------- 1 | {{define "dot"}}{{.}}{{end}} 2 | {{define "nested"}}{{template "dot" .}}{{end}} 3 | -------------------------------------------------------------------------------- /docs/content/en/news/0.55.0-relnotes/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.55.0-relnotes/featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.56.0-relnotes/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.56.0-relnotes/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/hapticmedia/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/hapticmedia/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/letsencrypt/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/letsencrypt/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/stackimpact/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/stackimpact/featured.png -------------------------------------------------------------------------------- /examples/blog/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /examples/blog/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/ghrepo.html: -------------------------------------------------------------------------------- 1 | GitHub repository -------------------------------------------------------------------------------- /docs/content/en/news/0.60.1-relnotes/featured-061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.60.1-relnotes/featured-061.png -------------------------------------------------------------------------------- /docs/content/en/news/0.63.0-relnotes/featured-063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.63.0-relnotes/featured-063.png -------------------------------------------------------------------------------- /docs/content/en/news/0.65.0-relnotes/pg-admin-tos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.65.0-relnotes/pg-admin-tos.png -------------------------------------------------------------------------------- /docs/content/en/showcase/flesland-flis/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/flesland-flis/featured.png -------------------------------------------------------------------------------- /examples/blog/config.toml: -------------------------------------------------------------------------------- 1 | baseURL = "http://blog.hugoexample.com/" 2 | languageCode = "en-us" 3 | title = "Hugo Example Blog" 4 | canonifyURLs = true 5 | -------------------------------------------------------------------------------- /examples/blog/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /examples/blog/static/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /docs/content/en/news/0.38-relnotes/featured-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.38-relnotes/featured-poster.png -------------------------------------------------------------------------------- /docs/content/en/showcase/1password-support/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/1password-support/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/bypasscensorship/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/bypasscensorship/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/template/featured-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/template/featured-template.png -------------------------------------------------------------------------------- /docs/pull-theme.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git subtree pull --prefix=themes/gohugoioTheme/ git@github.com:gohugoio/gohugoioTheme.git master --squash 4 | 5 | -------------------------------------------------------------------------------- /docs/static/images/contribute/development/ci-errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/contribute/development/ci-errors.png -------------------------------------------------------------------------------- /docs/content/en/news/0.34-relnotes/featured-34-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.34-relnotes/featured-34-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.58.0-relnotes/hugo58-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.58.0-relnotes/hugo58-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.60.0-relnotes/poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.60.0-relnotes/poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.61.0-relnotes/hugo-61-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.61.0-relnotes/hugo-61-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.68.0-relnotes/hugo-68-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.68.0-relnotes/hugo-68-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.70.0-relnotes/hugo-70-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.70.0-relnotes/hugo-70-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.71.0-relnotes/hugo-71-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.71.0-relnotes/hugo-71-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.72.0-relnotes/hugo-72-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.72.0-relnotes/hugo-72-featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/hartwell-insurance/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/hartwell-insurance/featured.png -------------------------------------------------------------------------------- /docs/static/images/contribute/development/accept-cla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/contribute/development/accept-cla.png -------------------------------------------------------------------------------- /examples/multilingual/layouts/partials/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/nojs.js: -------------------------------------------------------------------------------- 1 | document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/, 'js'); 2 | -------------------------------------------------------------------------------- /docs/content/en/showcase/arolla-cocoon/featured-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/arolla-cocoon/featured-template.png -------------------------------------------------------------------------------- /docs/content/en/showcase/pharmaseal/featured-pharmaseal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/pharmaseal/featured-pharmaseal.png -------------------------------------------------------------------------------- /docs/go.mod: -------------------------------------------------------------------------------- 1 | module github.com/gohugoio/hugoDocs 2 | 3 | go 1.12 4 | 5 | require github.com/gohugoio/gohugoioTheme v0.0.0-20200518165806-0095b7b902a7 // indirect 6 | -------------------------------------------------------------------------------- /examples/blog/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /examples/blog/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /examples/blog/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Proposal 3 | about: Suggest an idea for Hugo 4 | title: '' 5 | labels: 'Proposal' 6 | assignees: '' 7 | 8 | --- 9 | -------------------------------------------------------------------------------- /docs/config/_default/markup.toml: -------------------------------------------------------------------------------- 1 | defaultMarkdownHandler = "goldmark" 2 | 3 | [highlight] 4 | style = "trac" 5 | lineNumbersInTable = true 6 | noClasses = false 7 | 8 | -------------------------------------------------------------------------------- /docs/content/en/content-management/image-processing/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/content-management/image-processing/sunset.jpg -------------------------------------------------------------------------------- /docs/content/en/news/0.33-relnotes/featured-hugo-33-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.33-relnotes/featured-hugo-33-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.35-relnotes/featured-hugo-35-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.35-relnotes/featured-hugo-35-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.36-relnotes/featured-hugo-36-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.36-relnotes/featured-hugo-36-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.37-relnotes/featured-hugo-37-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.37-relnotes/featured-hugo-37-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.39-relnotes/featured-hugo-39-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.39-relnotes/featured-hugo-39-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.40-relnotes/featured-hugo-40-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.40-relnotes/featured-hugo-40-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.41-relnotes/featured-hugo-41-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.41-relnotes/featured-hugo-41-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.42-relnotes/featured-hugo-42-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.42-relnotes/featured-hugo-42-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.43-relnotes/featured-hugo-43-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.43-relnotes/featured-hugo-43-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.44-relnotes/featured-hugo-44-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.44-relnotes/featured-hugo-44-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.45-relnotes/featured-hugo-45-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.45-relnotes/featured-hugo-45-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.46-relnotes/featured-hugo-46-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.46-relnotes/featured-hugo-46-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.47-relnotes/featured-hugo-47-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.47-relnotes/featured-hugo-47-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.48-relnotes/featured-hugo-48-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.48-relnotes/featured-hugo-48-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.49-relnotes/featured-hugo-49-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.50-relnotes/featured-hugo-50-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.51-relnotes/featured-hugo-51-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png -------------------------------------------------------------------------------- /docs/content/en/showcase/pace-revenue-management/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/pace-revenue-management/featured.png -------------------------------------------------------------------------------- /docs/static/images/contribute/development/copy-remote-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/contribute/development/copy-remote-url.png -------------------------------------------------------------------------------- /docs/static/images/contribute/development/open-pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/contribute/development/open-pull-request.png -------------------------------------------------------------------------------- /examples/blog/static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/examples/blog/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /examples/multilingual/layouts/_default/single.html: -------------------------------------------------------------------------------- 1 | {{ partial "head.html" . }} 2 | {{ partial "header.html" . }} 3 | {{ .Content }} 4 | {{ partial "footer.html" . }} 5 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon.ico -------------------------------------------------------------------------------- /docs/content/en/news/0.57.0-relnotes/hugo-57-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.57.0-relnotes/hugo-57-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.59.0-relnotes/hugo-59-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.59.0-relnotes/hugo-59-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.62.0-relnotes/hugo-62-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.62.0-relnotes/hugo-62-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.64.0-relnotes/hugo-64-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.64.0-relnotes/hugo-64-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.65.0-relnotes/hugo-65-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.65.0-relnotes/hugo-65-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.66.0-relnotes/hugo-66-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.66.0-relnotes/hugo-66-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.67.0-relnotes/hugo-67-poster-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.67.0-relnotes/hugo-67-poster-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.69.0-relnotes/hugo-69-easter-featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/hartwell-insurance/hartwell-columns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/hartwell-insurance/hartwell-columns.png -------------------------------------------------------------------------------- /examples/blog/layouts/partials/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- 1 | spf13 Steve Francia 2 | bep Bjørn Erik Pedersen 3 | 4 | -------------------------------------------------------------------------------- /docs/content/en/getting-started/external-learning-resources/hia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/getting-started/external-learning-resources/hia.jpg -------------------------------------------------------------------------------- /docs/content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png -------------------------------------------------------------------------------- /docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png -------------------------------------------------------------------------------- /docs/content/en/showcase/hartwell-insurance/hartwell-lighthouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/hartwell-insurance/hartwell-lighthouse.png -------------------------------------------------------------------------------- /docs/content/en/showcase/hartwell-insurance/hartwell-webpagetest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/hartwell-insurance/hartwell-webpagetest.png -------------------------------------------------------------------------------- /docs/layouts/shortcodes/chroma-lexers.html: -------------------------------------------------------------------------------- 1 |
2 | {{ range .Site.Data.docs.chroma.lexers }} 3 |
{{ .Name }}
4 |
{{ delimit .Aliases ", " }}
5 | {{ end }} 6 |
-------------------------------------------------------------------------------- /docs/static/images/contribute/development/forking-a-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/contribute/development/forking-a-repository.png -------------------------------------------------------------------------------- /docs/content/en/about/security-model/hugo-security-model-featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/about/security-model/hugo-security-model-featured.png -------------------------------------------------------------------------------- /docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png -------------------------------------------------------------------------------- /docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png -------------------------------------------------------------------------------- /docs/content/en/readfiles/testing.txt: -------------------------------------------------------------------------------- 1 | ##### Hello World! 2 | 3 | Testing one, **two**, *three*. Don't delete this sample file used in the [templates](/templates/) section of the Hugo docs. -------------------------------------------------------------------------------- /docs/content/en/showcase/small-multiples/featured-small-multiples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/small-multiples/featured-small-multiples.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon-16x16.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/favicon-32x32.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-144x144.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-150x150.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/mstile-310x310.png -------------------------------------------------------------------------------- /docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png -------------------------------------------------------------------------------- /docs/content/en/showcase/over/bio.md: -------------------------------------------------------------------------------- 1 | The site is built by: 2 | 3 | * [Lauren Waller](https://twitter.com/waller_texas) 4 | * [Wayne Ashley Berry](https://twitter.com/waynethebrain) 5 | 6 | -------------------------------------------------------------------------------- /docs/content/en/showcase/quiply-employee-communications-app/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/showcase/quiply-employee-communications-app/featured.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_no-js.css: -------------------------------------------------------------------------------- 1 | .no-js .needs-js { 2 | opacity: 0 3 | } 4 | .js .needs-js { 5 | opacity: 1; 6 | transition: opacity .15s ease-in; 7 | } 8 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/apple-touch-icon.png -------------------------------------------------------------------------------- /docs/layouts/shortcodes/asciicast.html: -------------------------------------------------------------------------------- 1 | {{ $id := .Get 0 }} 2 | 3 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/module-mounts-note.html: -------------------------------------------------------------------------------- 1 | Also see [Module Mounts Config](/hugo-modules/configuration/#module-config-mounts) for an alternative way to configure this directory (from Hugo 0.56). -------------------------------------------------------------------------------- /examples/blog/layouts/post/li.html: -------------------------------------------------------------------------------- 1 |
  • 2 |
    {{ .Title}}
    3 | posted on {{ .Date.Format "January 2, 2006" }}
    4 |
  • -------------------------------------------------------------------------------- /snap/plugins/x-nodejs.yaml: -------------------------------------------------------------------------------- 1 | options: 2 | source: 3 | required: true 4 | source-type: 5 | source-tag: 6 | source-branch: 7 | nodejs-target: 8 | required: true 9 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Build Templates 4 | 5 | If you add or modify any template in the templates folder, you also need to run `mage generate` to get the Go code in synch. 6 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-36x36.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-48x48.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-72x72.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-96x96.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/gohugoio-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/gohugoio-card.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/icon-search.png -------------------------------------------------------------------------------- /docs/content/en/content-management/organization/1-featured-content-bundles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/content/en/content-management/organization/1-featured-content-bundles.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-api-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-api-key.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-zone-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-zone-id.png -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Text files have auto line endings 2 | * text=auto 3 | 4 | # Go source files always have LF line endings 5 | *.go text eol=lf 6 | 7 | # SVG files should not be modified 8 | *.svg -text 9 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-144x144.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-192x192.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/android-chrome-256x256.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900.woff2 -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-keycdn/keycdn-pull-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-keycdn/keycdn-pull-zone.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg -------------------------------------------------------------------------------- /resources/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/1234567890qwertyuiopasdfghjklzxcvbnm5to6eeeeee7via8eleph.jpg -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/shortcodes/highlight.html: -------------------------------------------------------------------------------- 1 | {{ if len .Params | eq 2 }}{{ highlight (trim .Inner "\n\r") (.Get 0) (.Get 1) }}{{ else }}{{ highlight (trim .Inner "\n\r") (.Get 0) "" }}{{ end }} -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/GitHub-Mark-64px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/GitHub-Mark-64px.png -------------------------------------------------------------------------------- /docs/content/en/showcase/template/bio.md: -------------------------------------------------------------------------------- 1 | 2 | Add some **general info** about the site here. 3 | 4 | The site is built by: 5 | 6 | * [Person 1](https://example.com) 7 | * [Person 1](https://example.com) 8 | 9 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/funcsig.html: -------------------------------------------------------------------------------- 1 |

    Syntax

    2 |
    3 |     {{- .Inner -}}
    4 | 
    -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-server.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-run.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg -------------------------------------------------------------------------------- /examples/blog/.gitignore: -------------------------------------------------------------------------------- 1 | # Hugo default output directory 2 | /public 3 | 4 | ## OS Files 5 | # Windows 6 | Thumbs.db 7 | ehthumbs.db 8 | Desktop.ini 9 | $RECYCLE.BIN/ 10 | 11 | # OSX 12 | .DS_Store 13 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200italic.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300italic.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400italic.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600italic.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700italic.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800italic.woff -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900italic.woff -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg -------------------------------------------------------------------------------- /resources/testdata/circle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Sorry, your browser does not support inline SVG. 4 | 5 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-200italic.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-300italic.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-400italic.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-600italic.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-700italic.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-800italic.woff2 -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/fonts/muli-latin-900italic.woff2 -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-with-nanobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-with-nanobox.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_definition-lists.css: -------------------------------------------------------------------------------- 1 | 2 | dl dt { 3 | font-weight: bold; 4 | font-size: 1.125rem; 5 | } 6 | dd { 7 | margin: .5em 0 2em 0; 8 | padding: 0; 9 | } 10 | -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-connect-repo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-connect-repo.gif -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg -------------------------------------------------------------------------------- /.github/SUPPORT.md: -------------------------------------------------------------------------------- 1 | ### Asking Support Questions 2 | 3 | We have an active [discussion forum](https://discourse.gohugo.io) where users and developers can ask questions. Please don't use the GitHub issue tracker to ask questions. 4 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/home-page-templating-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/home-page-templating-example.png -------------------------------------------------------------------------------- /docs/archetypes/default.md: -------------------------------------------------------------------------------- 1 | --- 2 | linktitle: "" 3 | description: "" 4 | godocref: "" 5 | publishdate: "" 6 | lastmod: "" 7 | categories: [] 8 | tags: [] 9 | weight: 00 10 | slug: "" 11 | aliases: [] 12 | toc: false 13 | --- -------------------------------------------------------------------------------- /docs/archetypes/showcase/bio.md: -------------------------------------------------------------------------------- 1 | 2 | Add some **general info** about {{ replace .Name "-" " " | title }} here. 3 | 4 | The site is built by: 5 | 6 | * [Person 1](https://example.com) 7 | * [Person 1](https://example.com) 8 | 9 | -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-deploy-dry-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-deploy-dry-run.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-build-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-build-settings.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-gettingstarted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-gettingstarted.png -------------------------------------------------------------------------------- /docs/.github/SUPPORT.md: -------------------------------------------------------------------------------- 1 | ### Asking Support Questions 2 | 3 | We have an active [discussion forum](https://discourse.gohugo.io) where users and developers can ask questions. Please don't use the GitHub issue tracker to ask questions. 4 | -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg -------------------------------------------------------------------------------- /examples/blog/layouts/partials/header.includes.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/google_news.html: -------------------------------------------------------------------------------- 1 | {{ if .IsPage }}{{ with .Params.news_keywords }} 2 | 3 | {{ end }}{{ end }} -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/homepage-screenshot-hugo-themes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/homepage-screenshot-hugo-themes.jpg -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_600x0_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_600x0_resize_q75_box.jpg -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/shortcodes/gist.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/config/_default/languages.toml: -------------------------------------------------------------------------------- 1 | 2 | [en] 3 | contentDir = "content/en" 4 | languageName = "English" 5 | weight = 1 6 | 7 | [zh] 8 | contentDir = "content/zh" 9 | languageName = "中文" 10 | weight = 2 11 | -------------------------------------------------------------------------------- /docs/config/production/config.toml: -------------------------------------------------------------------------------- 1 | # Config for production 2 | 3 | # This is turned off in development as it is relatively slow. 4 | # This is needed to get accurate lastMod and Git commit info 5 | # on the docs pages. 6 | enableGitInfo = true -------------------------------------------------------------------------------- /docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_600x0_resize_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_600x0_resize_box_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x100_resize_q75_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x100_resize_q75_box.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fit_q75_linear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fit_q75_linear.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x100_resize_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x100_resize_box_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fit_linear_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fit_linear_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_600x0_resize_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_600x0_resize_box_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x100_resize_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x100_resize_box_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fit_linear_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fit_linear_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x0_resize_q50_r90_box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_200x0_resize_q50_r90_box.jpg -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/taxonomy.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | {{ $section_to_display := .Pages }} 3 | {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} 4 | {{ end }} 5 | -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_100x100_fill_q75_box_center.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_100x100_fill_q75_box_center.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_center.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_center.jpg -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/readfile.html: -------------------------------------------------------------------------------- 1 | {{$file := .Get "file"}} 2 | {{- if eq (.Get "markdown") "true" -}} 3 | {{- $file | readFile | markdownify -}} 4 | {{- else -}} 5 | {{ $file | readFile | safeHTML }} 6 | {{- end -}} -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/linode-logo_standard_light_medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/sponsors/linode-logo_standard_light_medium.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_100x100_fill_box_center_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_100x100_fill_box_center_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_center_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_center_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_100x100_fill_box_center_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_100x100_fill_box_center_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x0_resize_q50_r90_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_200x0_resize_q50_r90_box_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_center_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_center_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x0_resize_q50_r90_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_200x0_resize_q50_r90_box_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_bottomleft_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_400x200_fill_box_bottomleft_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_0d1b300da7a815ed567b6dadb6f2ce5e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_0d1b300da7a815ed567b6dadb6f2ce5e.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_17fd3c558d78ce249b5f0bcbe1ddbffb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_17fd3c558d78ce249b5f0bcbe1ddbffb.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fill_q75_gaussian_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x200_fill_q75_gaussian_smart1.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_30fc2aab35ca0861bf396d09aebc85a4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_30fc2aab35ca0861bf396d09aebc85a4.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_352eb0101b7c88107520ba719432bbb2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_352eb0101b7c88107520ba719432bbb2.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3efc2d0f29a8e12c5a690fc6c9288854.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3efc2d0f29a8e12c5a690fc6c9288854.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3f1b1455c4a7d13c5aeb7510f9a6a581.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_3f1b1455c4a7d13c5aeb7510f9a6a581.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_bottomleft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_400x200_fill_q75_box_bottomleft.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_6c5c12ac79d3455ccb1993d51eec3cdf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_6c5c12ac79d3455ccb1993d51eec3cdf.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_7d9bc4700565266807dc476421066137.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_7d9bc4700565266807dc476421066137.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_9f00027c376fe8556cc9996c47f23f78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_9f00027c376fe8556cc9996c47f23f78.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_abf356affd7d70d6bec3b3498b572191.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_abf356affd7d70d6bec3b3498b572191.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_c36da6818db1ab630c3f87f65170003b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_c36da6818db1ab630c3f87f65170003b.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_cb45fcba865177290c89dc9f41d6ff7a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_cb45fcba865177290c89dc9f41d6ff7a.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_d30c10468b33df9010d185a8fe8f0491.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_d30c10468b33df9010d185a8fe8f0491.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_de1fe6c0f40e7165355507d0f1748083.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_de1fe6c0f40e7165355507d0f1748083.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_f6d8fe32ce3e83abf130e91e33456914.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_f6d8fe32ce3e83abf130e91e33456914.jpg -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/lazysizes.js: -------------------------------------------------------------------------------- 1 | var lazysizes = require('lazysizes'); 2 | // var lsnoscript = require('lazysizes/plugins/noscript/ls.noscript.js'); 3 | var unveilhooks = require('lazysizes/plugins/unveilhooks/ls.unveilhooks.js'); 4 | -------------------------------------------------------------------------------- /docs/content/en/showcase/arolla-cocoon/bio.md: -------------------------------------------------------------------------------- 1 | 2 | [Camping Arolla](https://www.camping-arolla.com) is located in the heart of the Swiss Alps, at an altitude of 1.950 meters. 3 | 4 | The site is built by: 5 | 6 | * [Didier Divinerites](https://github.com/divinerites) 7 | -------------------------------------------------------------------------------- /docs/content/en/showcase/letsencrypt/bio.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | Let's Encrypt is a free, automated, and open certificate authority (CA), run for the public's benefit. It is a service provided by the [Internet Security Research Group (ISRG)](https://www.abetterinternet.org/). 4 | -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fill_gaussian_smart1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x200_fill_gaussian_smart1_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_bottomleft_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_400x200_fill_box_bottomleft_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_1bf2d9610b385893204d0a57ef8d1532.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_1bf2d9610b385893204d0a57ef8d1532.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fill_gaussian_smart1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x200_fill_gaussian_smart1_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_41369feac467f9ecec9ef46911b04fa1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_41369feac467f9ecec9ef46911b04fa1.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_4c320010919da2d8b63ed24818b4d8e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_4c320010919da2d8b63ed24818b4d8e1.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_7852bca7fb011b36d030e4d35d8e1d90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_7852bca7fb011b36d030e4d35d8e1d90.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_798ebb7a9e9dc7edd40e2832eb77e457.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_798ebb7a9e9dc7edd40e2832eb77e457.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_84a8d324276a96584446750f06d04bd4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_84a8d324276a96584446750f06d04bd4.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_8544b956dc08b714975ae52d4dcfdd78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_8544b956dc08b714975ae52d4dcfdd78.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_888208ddeeeb3dcfe84697903ddffe30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_888208ddeeeb3dcfe84697903ddffe30.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9660b4bf59aeb8ac8714d3e466af6197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9660b4bf59aeb8ac8714d3e466af6197.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9a86fee686dd5973923f5ef5c3b0bc74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9a86fee686dd5973923f5ef5c3b0bc74.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9d4c2220235b3c2d9fa6506be571560f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_9d4c2220235b3c2d9fa6506be571560f.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_bac1f274c6786fdb63dd215df2226cd9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_bac1f274c6786fdb63dd215df2226cd9.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c1ced24877f4b1baf563997e33cadcfa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c1ced24877f4b1baf563997e33cadcfa.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c74bb417b961e09cf1aac2130b7b9b85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_c74bb417b961e09cf1aac2130b7b9b85.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_de67126dc370f606d57f2c229b3accab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_de67126dc370f606d57f2c229b3accab.png -------------------------------------------------------------------------------- /resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_bge3e615_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_bge3e615_box_2.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/page-edit.html: -------------------------------------------------------------------------------- 1 | Improve this page 4 | -------------------------------------------------------------------------------- /docs/content/en/showcase/bypasscensorship/bio.md: -------------------------------------------------------------------------------- 1 | Bypass Censorship find and promote tools that provide Internet access to everyone. 2 | 3 | The site is built by: 4 | 5 | * [Leyla Avsar](https://www.leylaavsar.com/) (designer) 6 | * [Fredrik Jonsson](https://xdeb.net/) (dev) -------------------------------------------------------------------------------- /examples/blog/static/css/custom.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin-top: 75px; /* 100px is double the height of the navbar - I made it a big larger for some more space - keep it at 50px at least if you want to use the fixed top nav */ 3 | } 4 | 5 | footer { 6 | margin: 50px 0; 7 | } -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_14fabac035a010e707ee3733f6590555.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_14fabac035a010e707ee3733f6590555.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_55b828db27003cb979bac711748f4789.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_55b828db27003cb979bac711748f4789.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_621ae6f4010e2eb164521f54f653df1f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_621ae6f4010e2eb164521f54f653df1f.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_65ffdad1306cecec4d21bac1edd47c44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_65ffdad1306cecec4d21bac1edd47c44.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_84b0614b9f84c94c0773ef49ae868d0b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_84b0614b9f84c94c0773ef49ae868d0b.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_874d58b1c4b4b538f7ade152b3e57df8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_874d58b1c4b4b538f7ade152b3e57df8.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_958fee7992cf502355355c021148638b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_958fee7992cf502355355c021148638b.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_9c5c204a4fc82e861344066bc8d0c7db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_9c5c204a4fc82e861344066bc8d0c7db.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_a0088abf33fdbf6be1651a71e7d4dc33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_a0088abf33fdbf6be1651a71e7d4dc33.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_cdb3de8b01145d94ba41047655e42695.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_cdb3de8b01145d94ba41047655e42695.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_cfc2eacca4b2748852f953954207d615.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_cfc2eacca4b2748852f953954207d615.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1ad299f68cb4b3e1eba2ab7633e7857.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1ad299f68cb4b3e1eba2ab7633e7857.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1f39c78ba8a0ada8233161edeed27ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_d1f39c78ba8a0ada8233161edeed27ee.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_dd36fa3cc8ae7cf4d686caf1a171284b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_dd36fa3cc8ae7cf4d686caf1a171284b.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_f5d42d1797f90edd6379e0b082fdd53b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_f5d42d1797f90edd6379e0b082fdd53b.png -------------------------------------------------------------------------------- /resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_q75_bge3e615_box_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gopher-hero8_huaa0cd7d2cfc14ff32a57f171896f2285_13327_200x0_resize_q75_bge3e615_box_2.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_bge3e615_box_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_bge3e615_box_2.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.redir: -------------------------------------------------------------------------------- 1 | # Netlify redirects. See https://www.netlify.com/docs/redirects/ 2 | {{ range $p := .Site.Pages -}} 3 | {{ range .Aliases }} 4 | {{ . | printf "%-35s" }} {{ $p.RelPermalink -}} 5 | {{ end -}} 6 | {{- end -}} 7 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/windows.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/content/en/showcase/fireship/bio.md: -------------------------------------------------------------------------------- 1 | 2 | **Fireship.io** is an ecosystem of detailed and practical resources for developers who want to build and ship high-quality apps. 3 | 4 | The site is built by: 5 | 6 | * [Jeff Delaney](https://fireship.io/contributors/jeff-delaney/) 7 | -------------------------------------------------------------------------------- /resources/testdata/golden/gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_q75_bge3e615_box_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gradient-circle_huf3d35257a40a8d6f525263a856c5ecfd_20069_200x0_resize_q75_bge3e615_box_2.jpg -------------------------------------------------------------------------------- /resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x100_fill_q75_nearestneighbor_topleft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/sunset_hu59e56ffff1bc1d8d122b1403d34e039f_90587_300x100_fill_q75_nearestneighbor_topleft.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/assets/css/output/css/app.css_d11fe7b62c27961c87ecd0f2490357b9.json: -------------------------------------------------------------------------------- 1 | {"Target":"output/css/app.min.2ac9b5935f7ff7709fe13c2b042a4a2d49fa96fb508e3e8870019ee9b72cf329.css","MediaType":"text/css","Data":{"Integrity":"sha256-Ksm1k19/93Cf4TwrBCpKLUn6lvtQjj6IcAGe6bcs8yk="}} -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x100_fill_nearestneighbor_topleft_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio8_hu7f72c00afdf7634587afaa5eff2a25b2_73538_300x100_fill_nearestneighbor_topleft_2.png -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/alias.html: -------------------------------------------------------------------------------- 1 | {{ .Permalink }} -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/shortcodes/param.html: -------------------------------------------------------------------------------- 1 | {{- $name := (.Get 0) -}} 2 | {{- with $name -}} 3 | {{- with ($.Page.Param .) }}{{ . }}{{ else }}{{ errorf "Param %q not found: %s" $name $.Position }}{{ end -}} 4 | {{- else }}{{ errorf "Missing param key: %s" $.Position }}{{ end -}} -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_arrow_drop_down.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_arrow_drop_up.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/content/en/showcase/stackimpact/bio.md: -------------------------------------------------------------------------------- 1 | 2 | **StackImpact** is a production-grade performance profiler for production and development environments. 3 | 4 | The [stackimpact.com](https://stackimpact.com/) website is built with awesome Hugo. Grunt is used for CSS minification and bundling. -------------------------------------------------------------------------------- /docs/content/en/showcase/tomango/bio.md: -------------------------------------------------------------------------------- 1 | 2 | We help ambitious businesses grow by getting more of the customers they want. 3 | 4 | Our new site runs quickly, anywhere in the world, regardless of internet connectivity. 5 | 6 | The site was built by [Tomango](https://www.tomango.co.uk) 7 | -------------------------------------------------------------------------------- /docs/resources/_gen/assets/js/output/js/app.js_8848f55d07695b7ff7188138f23d69e3.json: -------------------------------------------------------------------------------- 1 | {"Target":"output/js/app.09ca7921ca2b6e15c2dc516eccf642c08861fe5c249cc9073fb370c0a8a9022c.js","MediaType":"application/javascript","Data":{"Integrity":"sha256-Ccp5IcorbhXC3FFuzPZCwIhh/lwknMkHP7NwwKipAiw="}} -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/aether/featured_hu087b0e6f87446792599d3d3535cdd374_275219_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/aether/featured_hu087b0e6f87446792599d3d3535cdd374_275219_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/keycdn/featured_hub7f38531767be8be63ac710821ebd35e_358740_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/keycdn/featured_hub7f38531767be8be63ac710821ebd35e_358740_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x100_fill_nearestneighbor_topleft_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/resources/testdata/golden/gohugoio24_huc57dd738f4724f4b341121e66fd85555_267952_300x100_fill_nearestneighbor_topleft_2.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_fluid-type.css: -------------------------------------------------------------------------------- 1 | .f2-fluid { 2 | font-size: 2.25rem; 3 | } 4 | 5 | @media (--breakpoint-large) { 6 | .f2-fluid { 7 | font-size: 1.25rem; 8 | font-size: calc(0.875rem + 0.5 * ((100vw - 20rem) / 60)); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /docs/content/en/showcase/linode/bio.md: -------------------------------------------------------------------------------- 1 | 2 | **Linode** is a cloud hosting provider that offers high performance SSD Linux servers for your infrastructure needs. 3 | 4 | **Hugo** offers the documentation team incredible performance as we scale and continue providing quality Linux tutorials. 5 | -------------------------------------------------------------------------------- /docs/content/en/showcase/small-multiples/bio.md: -------------------------------------------------------------------------------- 1 | 2 | Small Multiples is a multidisciplinary team of data specialists, designers and developers that help people make the best use of their data, a journey that starts from strategy, to concepts, mock-ups, prototypes, design, and development. 3 | 4 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | # robotstxt.org - if ENV production variable is false robots will be disallowed. 3 | {{ if eq (getenv "HUGO_ENV") "production" }} 4 | Disallow: admin/ 5 | Disallow: 6 | {{ else }} 7 | Disallow: / 8 | {{ end }} 9 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.56.0-relnotes/featured_hu76d57fb58ef6e72ac104a624bd5458e5_254587_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.56.0-relnotes/featured_hu76d57fb58ef6e72ac104a624bd5458e5_254587_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.56.0-relnotes/featured_hu76d57fb58ef6e72ac104a624bd5458e5_254587_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.56.0-relnotes/featured_hu76d57fb58ef6e72ac104a624bd5458e5_254587_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/aether/featured_hu087b0e6f87446792599d3d3535cdd374_275219_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/aether/featured_hu087b0e6f87446792599d3d3535cdd374_275219_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/digitalgov/featured_hu45beff20946cd0e416030040cf926cad_65077_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/digitalgov/featured_hu45beff20946cd0e416030040cf926cad_65077_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/hapticmedia/featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/hapticmedia/featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/keycdn/featured_hub7f38531767be8be63ac710821ebd35e_358740_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/keycdn/featured_hub7f38531767be8be63ac710821ebd35e_358740_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/linode/featured_hu61409040ff547ff1513ae0ebae4096c4_90149_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/linode/featured_hu61409040ff547ff1513ae0ebae4096c4_90149_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/related.html: -------------------------------------------------------------------------------- 1 | {{ $related := .Site.RegularPages.Related . | first 5 }} 2 | {{ with $related }} 3 |

    See Also

    4 | 9 | {{ end }} -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/homepage-screenshot-hugo-themes_not-optimized-according-to-google.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/_vendor/github.com/gohugoio/gohugoioTheme/static/images/homepage-screenshot-hugo-themes_not-optimized-according-to-google.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.55.0-relnotes/featured_hu9474666a09966109e944f93e1ecf78c0_1221797_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.55.0-relnotes/featured_hu9474666a09966109e944f93e1ecf78c0_1221797_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.55.0-relnotes/featured_hu9474666a09966109e944f93e1ecf78c0_1221797_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.55.0-relnotes/featured_hu9474666a09966109e944f93e1ecf78c0_1221797_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/aether/featured_hu087b0e6f87446792599d3d3535cdd374_275219_989c7e76c2c712f873e3f3bc40d31e81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/aether/featured_hu087b0e6f87446792599d3d3535cdd374_275219_989c7e76c2c712f873e3f3bc40d31e81.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/keycdn/featured_hub7f38531767be8be63ac710821ebd35e_358740_1b9f2369c3bfa3c47e6a6a32fc7b5fed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/keycdn/featured_hub7f38531767be8be63ac710821ebd35e_358740_1b9f2369c3bfa3c47e6a6a32fc7b5fed.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/linode/featured_hu61409040ff547ff1513ae0ebae4096c4_90149_9899cd7de24187b01ab3dc47e102b4bc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/linode/featured_hu61409040ff547ff1513ae0ebae4096c4_90149_9899cd7de24187b01ab3dc47e102b4bc.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/tomango/featured_hu7e8dbbadbe427cdae3bd5ec313fc9f75_143336_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/tomango/featured_hu7e8dbbadbe427cdae3bd5ec313fc9f75_143336_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /pull-docs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | HUGO_DOCS_BRANCH="${HUGO_DOCS_BRANCH-master}" 4 | 5 | # We may extend this to also push changes in the other direction, but this is the most important step. 6 | git subtree pull --prefix=docs/ https://github.com/gohugoio/hugoDocs.git ${HUGO_DOCS_BRANCH} --squash 7 | 8 | -------------------------------------------------------------------------------- /docs/content/en/showcase/pace-revenue-management/bio.md: -------------------------------------------------------------------------------- 1 | 2 | Pace was started in 2016 to give hotels the super-power to always have the right price. 3 | 4 | We've been using **Hugo+Gulp** from the very beginning and the workflow is proving to scale incredibly well with us as we grow the team and business. 5 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.38-relnotes/featured-poster_hudf8012d38ef42d46a6cab1b31156bf3a_69978_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.38-relnotes/featured-poster_hudf8012d38ef42d46a6cab1b31156bf3a_69978_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.60.1-relnotes/featured-061_hu55b86d71cf1e6f4fec276be0fe0d3e6e_28841_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.60.1-relnotes/featured-061_hu55b86d71cf1e6f4fec276be0fe0d3e6e_28841_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.60.1-relnotes/featured-061_hu55b86d71cf1e6f4fec276be0fe0d3e6e_28841_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.60.1-relnotes/featured-061_hu55b86d71cf1e6f4fec276be0fe0d3e6e_28841_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.63.0-relnotes/featured-063_hu5954e4b26e8962f5849de8f2cf549c9d_212246_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.63.0-relnotes/featured-063_hu5954e4b26e8962f5849de8f2cf549c9d_212246_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.63.0-relnotes/featured-063_hu5954e4b26e8962f5849de8f2cf549c9d_212246_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.63.0-relnotes/featured-063_hu5954e4b26e8962f5849de8f2cf549c9d_212246_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/bypasscensorship/featured_hu3be69425780460f51f7c2367ed0f80c1_180903_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/bypasscensorship/featured_hu3be69425780460f51f7c2367ed0f80c1_180903_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/digitalgov/featured_hu45beff20946cd0e416030040cf926cad_65077_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/digitalgov/featured_hu45beff20946cd0e416030040cf926cad_65077_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/digitalgov/featured_hu45beff20946cd0e416030040cf926cad_65077_c8f48c1aff227b9372baf6b4f5592d6c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/digitalgov/featured_hu45beff20946cd0e416030040cf926cad_65077_c8f48c1aff227b9372baf6b4f5592d6c.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_9bf5371384e80c9f59e1f5e018440c34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/fireship/featured_hu3bba74627b7e233d29d5aecb29c8d0f1_136959_9bf5371384e80c9f59e1f5e018440c34.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_192a300d3ccaa4371c674791fb50a62c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/forestry/featured_hu77de7d99834fa13b854b7fc62e2912a7_227009_192a300d3ccaa4371c674791fb50a62c.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/hapticmedia/featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/hapticmedia/featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/over/featured-over_hu096cafb8a4c371f6c5d5431b68c2978f_194841_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/over/featured-over_hu096cafb8a4c371f6c5d5431b68c2978f_194841_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/over/featured-over_hu096cafb8a4c371f6c5d5431b68c2978f_194841_23c92e0762c3e5f3f1c3692cbd6884b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/over/featured-over_hu096cafb8a4c371f6c5d5431b68c2978f_194841_23c92e0762c3e5f3f1c3692cbd6884b1.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/tomango/featured_hu7e8dbbadbe427cdae3bd5ec313fc9f75_143336_7149ee3c86c905bd6c3bab1e343edd89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/tomango/featured_hu7e8dbbadbe427cdae3bd5ec313fc9f75_143336_7149ee3c86c905bd6c3bab1e343edd89.png -------------------------------------------------------------------------------- /docs/content/en/showcase/flesland-flis/bio.md: -------------------------------------------------------------------------------- 1 | 2 | A business page for Flesland Flis AS. A Norwegian Tiler located in Bergen. 3 | 4 | The page is designed and developed by Sindre Gusdal: 5 | 6 | * [Absoluttweb AS](https://www.absoluttweb.no) 7 | * [Sindre Gusdal](https://www.linkedin.com/in/sindregusdal/) 8 | 9 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.34-relnotes/featured-34-poster_hud8d73dc5df8d5a35383849a78eea35dd_78317_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.34-relnotes/featured-34-poster_hud8d73dc5df8d5a35383849a78eea35dd_78317_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.58.0-relnotes/hugo58-featured_hu773ef1300245c62235b6a2b3c71a3170_23413_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.58.0-relnotes/hugo58-featured_hu773ef1300245c62235b6a2b3c71a3170_23413_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.58.0-relnotes/hugo58-featured_hu773ef1300245c62235b6a2b3c71a3170_23413_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.58.0-relnotes/hugo58-featured_hu773ef1300245c62235b6a2b3c71a3170_23413_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.60.0-relnotes/poster-featured_hu88aba11293facef11feec48164ba6c3f_31907_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.60.0-relnotes/poster-featured_hu88aba11293facef11feec48164ba6c3f_31907_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.60.0-relnotes/poster-featured_hu88aba11293facef11feec48164ba6c3f_31907_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.60.0-relnotes/poster-featured_hu88aba11293facef11feec48164ba6c3f_31907_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.61.0-relnotes/hugo-61-featured_huc7cf44fd2ae7c41ccbb87bf5c4aa169c_79929_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.61.0-relnotes/hugo-61-featured_huc7cf44fd2ae7c41ccbb87bf5c4aa169c_79929_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.61.0-relnotes/hugo-61-featured_huc7cf44fd2ae7c41ccbb87bf5c4aa169c_79929_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.61.0-relnotes/hugo-61-featured_huc7cf44fd2ae7c41ccbb87bf5c4aa169c_79929_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.68.0-relnotes/hugo-68-featured_hubf411be7de0d7016f242fc7f0c46d71c_65337_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.68.0-relnotes/hugo-68-featured_hubf411be7de0d7016f242fc7f0c46d71c_65337_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.68.0-relnotes/hugo-68-featured_hubf411be7de0d7016f242fc7f0c46d71c_65337_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.68.0-relnotes/hugo-68-featured_hubf411be7de0d7016f242fc7f0c46d71c_65337_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.70.0-relnotes/hugo-70-featured_hu7e53232ad438751d3345bfcf581a92c2_65533_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.70.0-relnotes/hugo-70-featured_hu7e53232ad438751d3345bfcf581a92c2_65533_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.70.0-relnotes/hugo-70-featured_hu7e53232ad438751d3345bfcf581a92c2_65533_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.70.0-relnotes/hugo-70-featured_hu7e53232ad438751d3345bfcf581a92c2_65533_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_936b0175327b2cda5394b31da8e67a76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/digitalgov/featured_hua5ea856d726094072599a7230ece5977_439801_936b0175327b2cda5394b31da8e67a76.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/hapticmedia/featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_43a9cdd8a433ceeb8ba91f1801209927.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/hapticmedia/featured_hu4e9c0830eabb70b93572090b79da0c5d_543922_43a9cdd8a433ceeb8ba91f1801209927.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_825bc0f79626434a7ab711238e84984a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/letsencrypt/featured_hu51cfa254cfc1fb105704d2cdd6ae4737_147459_825bc0f79626434a7ab711238e84984a.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_671a5c232ffa27a2cf198d2c39f253eb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/stackimpact/featured_hu863cdba7b6e18bb95f64289a25912f5c_153794_671a5c232ffa27a2cf198d2c39f253eb.png -------------------------------------------------------------------------------- /examples/multilingual/content/news/_index.en.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "News" 3 | +++ 4 | 5 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, porro, doloribus ducimus reprehenderit nobis at voluptates ipsa dicta nostrum perferendis in vitae. Magnam, quia officia modi incidunt tenetur ratione cum. 6 | -------------------------------------------------------------------------------- /examples/multilingual/content/news/_index.et.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Uudised" 3 | +++ 4 | 5 | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione, porro, doloribus ducimus reprehenderit nobis at voluptates ipsa dicta nostrum perferendis in vitae. Magnam, quia officia modi incidunt tenetur ratione cum. 6 | -------------------------------------------------------------------------------- /examples/multilingual/layouts/_default/list.html: -------------------------------------------------------------------------------- 1 | {{ partial "head.html" . }} 2 | {{ partial "header.html" . }} 3 | {{ .Content }} 4 | 5 |
      6 | {{ range .Pages }} 7 |
    • 8 | {{.Title}} 9 |
    • 10 | {{ end }} 11 |
    12 | 13 | {{ partial "footer.html" . }} 14 | -------------------------------------------------------------------------------- /docs/content/en/showcase/digitalgov/bio.md: -------------------------------------------------------------------------------- 1 | 2 | **Digital.gov** helps people in the U.S. government deliver better, more accessible digital services through publishing essential guidance, resources, tools, and online events that make it easier for people to design, build, and deliver essential services for the public. 3 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.71.0-relnotes/hugo-71-featured_hu8a56287afe6ebd759706bbede29716ba_209832_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.71.0-relnotes/hugo-71-featured_hu8a56287afe6ebd759706bbede29716ba_209832_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.71.0-relnotes/hugo-71-featured_hu8a56287afe6ebd759706bbede29716ba_209832_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.71.0-relnotes/hugo-71-featured_hu8a56287afe6ebd759706bbede29716ba_209832_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.72.0-relnotes/hugo-72-featured_hu2851378649aa18f104ac3bb6a49cdd29_256988_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.72.0-relnotes/hugo-72-featured_hu2851378649aa18f104ac3bb6a49cdd29_256988_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.72.0-relnotes/hugo-72-featured_hu2851378649aa18f104ac3bb6a49cdd29_256988_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.72.0-relnotes/hugo-72-featured_hu2851378649aa18f104ac3bb6a49cdd29_256988_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/bypasscensorship/featured_hu3be69425780460f51f7c2367ed0f80c1_180903_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/bypasscensorship/featured_hu3be69425780460f51f7c2367ed0f80c1_180903_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_f66ed2dc2e475b0cb21d76296890c5a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/flesland-flis/featured_hue4fd3c0e7519777bd75019750a0f5391_309284_f66ed2dc2e475b0cb21d76296890c5a2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/archetypes/functions.md: -------------------------------------------------------------------------------- 1 | --- 2 | linktitle: "" 3 | description: "" 4 | godocref: "" 5 | publishdate: "" 6 | lastmod: "" 7 | categories: [functions] 8 | tags: [] 9 | ns: "" 10 | signature: [] 11 | workson: [] 12 | hugoversion: "" 13 | aliases: [] 14 | relatedfuncs: [] 15 | toc: false 16 | deprecated: false 17 | --- -------------------------------------------------------------------------------- /docs/layouts/shortcodes/readfile.html: -------------------------------------------------------------------------------- 1 | {{$file := .Get "file"}} 2 | {{- if eq (.Get "markdown") "true" -}} 3 | {{- $file | readFile | markdownify -}} 4 | {{- else if (.Get "highlight") -}} 5 | {{- highlight ($file | readFile) (.Get "highlight") "" -}} 6 | {{- else -}} 7 | {{ $file | readFile | safeHTML }} 8 | {{- end -}} -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x90_fit_q75_catmullrom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x90_fit_q75_catmullrom.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.33-relnotes/featured-hugo-33-poster_hu45ce9da1cdea6ca61c5f4f5baccdcad4_70230_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.33-relnotes/featured-hugo-33-poster_hu45ce9da1cdea6ca61c5f4f5baccdcad4_70230_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.35-relnotes/featured-hugo-35-poster_hua42b1310dd72f60a34e02851ebf2f82e_88519_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.35-relnotes/featured-hugo-35-poster_hua42b1310dd72f60a34e02851ebf2f82e_88519_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.36-relnotes/featured-hugo-36-poster_huf2fee368f65c75d3878561ed4225c39a_67640_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.36-relnotes/featured-hugo-36-poster_huf2fee368f65c75d3878561ed4225c39a_67640_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.40-relnotes/featured-hugo-40-poster_hu20c69e2a166f65e329d8fbabe8d2cc58_69238_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.40-relnotes/featured-hugo-40-poster_hu20c69e2a166f65e329d8fbabe8d2cc58_69238_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.41-relnotes/featured-hugo-41-poster_hud81cd208cb270af61610509ee199ae20_67955_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.41-relnotes/featured-hugo-41-poster_hud81cd208cb270af61610509ee199ae20_67955_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.42-relnotes/featured-hugo-42-poster_hue0604c0846526b6d2f8ba376edd013b6_74852_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.42-relnotes/featured-hugo-42-poster_hue0604c0846526b6d2f8ba376edd013b6_74852_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.43-relnotes/featured-hugo-43-poster_hu3948fe44e4a966d8149b4bf077395057_78299_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.43-relnotes/featured-hugo-43-poster_hu3948fe44e4a966d8149b4bf077395057_78299_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.44-relnotes/featured-hugo-44-poster_hu6505d1982bab71bfe9c6c7adcedfd7f7_77631_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.44-relnotes/featured-hugo-44-poster_hu6505d1982bab71bfe9c6c7adcedfd7f7_77631_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.45-relnotes/featured-hugo-45-poster_huea79995576e3b93a3041ae824a391758_66863_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.45-relnotes/featured-hugo-45-poster_huea79995576e3b93a3041ae824a391758_66863_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.46-relnotes/featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.46-relnotes/featured-hugo-46-poster_hue04c7655caa254a1835311c9409185d8_68614_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.47-relnotes/featured-hugo-47-poster_hud3879b84908b49d38ac2cd1416f654ff_88288_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.48-relnotes/featured-hugo-48-poster_hub95348423e80ff144dfee01d64fb9889_95358_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.49-relnotes/featured-hugo-49-poster_hud9cdb0f9aa2ec95d28fc3f49c81e7940_66352_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/bypasscensorship/featured_hu3be69425780460f51f7c2367ed0f80c1_180903_d94e4c803eac4491bc295665908df904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/bypasscensorship/featured_hu3be69425780460f51f7c2367ed0f80c1_180903_d94e4c803eac4491bc295665908df904.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_0be9b039f9029effab69b9239e224cf7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/template/featured-template_hu2f0d11388f944348b232a431caeb965b_41270_0be9b039f9029effab69b9239e224cf7.png -------------------------------------------------------------------------------- /tpl/internal/go_templates/testenv/testenv_cgo.go: -------------------------------------------------------------------------------- 1 | // Copyright 2017 The Go Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | // +build cgo 6 | 7 | package testenv 8 | 9 | func init() { 10 | haveCGO = true 11 | } 12 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q10_catmullrom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q10_catmullrom.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q75_catmullrom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_300x0_resize_q75_catmullrom.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.37-relnotes/featured-hugo-37-poster_hue9685d25c387d657b0640498bf6a10ee_186693_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.39-relnotes/featured-hugo-39-poster_hu3261e6e65defb4edf9f0fce20bf5f60d_217215_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.39-relnotes/featured-hugo-39-poster_hu3261e6e65defb4edf9f0fce20bf5f60d_217215_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.50-relnotes/featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.50-relnotes/featured-hugo-50-poster_hudcbbb9a5a0079d08447101e6cfae6e40_227240_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.51-relnotes/featured-hugo-51-poster_hu25ab021d1365edeedf46d92fdb888ccf_117678_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.52-relnotes/featured-hugo-52-poster_hu7f2ed09038efabda07872a275a935ada_336810_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.53-relnotes/featured-hugo-53-poster_hu3f68fc193ad172155ee35a0be89133bf_110427_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.57.0-relnotes/hugo-57-poster-featured_hua5036d4cd45a91afa541ffaa7522c907_45223_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.57.0-relnotes/hugo-57-poster-featured_hua5036d4cd45a91afa541ffaa7522c907_45223_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.57.0-relnotes/hugo-57-poster-featured_hua5036d4cd45a91afa541ffaa7522c907_45223_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.57.0-relnotes/hugo-57-poster-featured_hua5036d4cd45a91afa541ffaa7522c907_45223_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.59.0-relnotes/hugo-59-poster-featured_hu0512b47f4576de23e973436cd11d5f9b_78054_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.59.0-relnotes/hugo-59-poster-featured_hu0512b47f4576de23e973436cd11d5f9b_78054_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.59.0-relnotes/hugo-59-poster-featured_hu0512b47f4576de23e973436cd11d5f9b_78054_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.59.0-relnotes/hugo-59-poster-featured_hu0512b47f4576de23e973436cd11d5f9b_78054_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.62.0-relnotes/hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.62.0-relnotes/hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.62.0-relnotes/hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.62.0-relnotes/hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.64.0-relnotes/hugo-64-poster-featured_hub9938cc6c413edc5157bada64ca77fbc_69464_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.64.0-relnotes/hugo-64-poster-featured_hub9938cc6c413edc5157bada64ca77fbc_69464_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.64.0-relnotes/hugo-64-poster-featured_hub9938cc6c413edc5157bada64ca77fbc_69464_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.64.0-relnotes/hugo-64-poster-featured_hub9938cc6c413edc5157bada64ca77fbc_69464_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.65.0-relnotes/hugo-65-poster-featured_hu2a74c431783b3f7931799f8c38dbf3fd_115945_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.65.0-relnotes/hugo-65-poster-featured_hu2a74c431783b3f7931799f8c38dbf3fd_115945_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.65.0-relnotes/hugo-65-poster-featured_hu2a74c431783b3f7931799f8c38dbf3fd_115945_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.65.0-relnotes/hugo-65-poster-featured_hu2a74c431783b3f7931799f8c38dbf3fd_115945_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.66.0-relnotes/hugo-66-poster-featured_hu4d3a62a6d2ad42dd03e2a3723d4914a5_75588_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.66.0-relnotes/hugo-66-poster-featured_hu4d3a62a6d2ad42dd03e2a3723d4914a5_75588_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.66.0-relnotes/hugo-66-poster-featured_hu4d3a62a6d2ad42dd03e2a3723d4914a5_75588_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.66.0-relnotes/hugo-66-poster-featured_hu4d3a62a6d2ad42dd03e2a3723d4914a5_75588_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.67.0-relnotes/hugo-67-poster-featured_hub9adb3c2f94f651d39a760315e4e42f9_79436_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.67.0-relnotes/hugo-67-poster-featured_hub9adb3c2f94f651d39a760315e4e42f9_79436_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.67.0-relnotes/hugo-67-poster-featured_hub9adb3c2f94f651d39a760315e4e42f9_79436_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.67.0-relnotes/hugo-67-poster-featured_hub9adb3c2f94f651d39a760315e4e42f9_79436_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.69.0-relnotes/hugo-69-easter-featured_hu1e6bcfa5c2c3547379b657838d335c52_398560_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_8714c8c914d32c12c7eb833a42713319.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/1password-support/featured_hu870838c23243880857c2e418dd7ac099_165718_8714c8c914d32c12c7eb833a42713319.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_a6f43693b7589a8d91c844654967eb51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/hartwell-insurance/featured_hu642e730c6f819b15fc6ebbaa25b0243f_446603_a6f43693b7589a8d91c844654967eb51.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/content/en/maintenance/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Maintenance 3 | description: Some lists useful for the maintenance of the Hugo docs site. 4 | date: 2018-02-09 5 | categories: [maintenance] 6 | keywords: [maintenance] 7 | menu: 8 | docs: 9 | weight: 200 10 | slug: 11 | aliases: [] 12 | toc: true 13 | --- 14 | 15 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.54.0-relnotes/featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.54.0-relnotes/featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/0.54.0-relnotes/featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_640x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/0.54.0-relnotes/featured-hugo-54.0-poster_hufa0b7b755124a76fe71c5c70a25724c2_59805_640x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_5cb129a25fe20b8aece4ac55f51a1035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/pharmaseal/featured-pharmaseal_hu0bb31f1d675c2396ecc2e224b6f519a6_769739_5cb129a25fe20b8aece4ac55f51a1035.png -------------------------------------------------------------------------------- /docs/content/en/hugo-pipes/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Hugo Pipes Overview 3 | date: 2018-07-14 4 | publishdate: 2018-07-14 5 | lastmod: 2018-07-14 6 | categories: [asset management] 7 | keywords: [] 8 | menu: 9 | docs: 10 | parent: "pipes" 11 | weight: 10 12 | weight: 10 13 | sections_weight: 10 14 | draft: false 15 | --- -------------------------------------------------------------------------------- /docs/layouts/shortcodes/output.html: -------------------------------------------------------------------------------- 1 | {{$file := .Get "file"}} 2 | {{$icon := index (split $file ".") 1 }} 3 |
    4 |
    {{$file}}
    5 |
    6 |
    {{- .Inner | string -}}
    7 |
    8 |
    -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x120_fill_q75_catmullrom_left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x120_fill_q75_catmullrom_left.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x120_fill_q75_catmullrom_right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_90x120_fill_q75_catmullrom_right.jpg -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/featured_hu30cb938a182ebd06b50ed15d006d8f64_179291_480x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-stars_hu169ba15a8bcaf4ddd6a5a1aa8505c448_15599_600x400_fit_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-themes_hu25707bee0ec3007199f71bb29226f30c_16956_600x400_fit_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/graph-themes_hu25707bee0ec3007199f71bb29226f30c_16956_600x400_fit_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_ea485187288cde4b679b149346aca832.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/arolla-cocoon/featured-template_hu22aab819ab27e4f878d1ff0b7cf78050_451984_ea485187288cde4b679b149346aca832.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_7e3f008d047fb3522bf02df4e9229522.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/pace-revenue-management/featured_hu143b6afebcd8780a08aa0a9f8e95dd02_298908_7e3f008d047fb3522bf02df4e9229522.png -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_chevron_left_black_24px.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/content/en/showcase/hartwell-insurance/bio.md: -------------------------------------------------------------------------------- 1 | 2 | Hartwell Insurance is an insurance company set up solely to service the Broker community. 3 | 4 | By combining **Hugo**, **Service Worker** and **Netlify**, we were able to achieve incredible global site performance. 5 | 6 | The site was built by [Tomango](https://www.tomango.co.uk) 7 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_200x200_fill_q75_catmullrom_smart1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/image-processing/sunset_hu875bbbed66c1db46c12ef98a97f76229_34584_200x200_fill_q75_catmullrom_smart1.jpg -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/docsearch.js: -------------------------------------------------------------------------------- 1 | var docsearch = require('docsearch.js/dist/cdn/docsearch.js'); 2 | docsearch({ 3 | apiKey: '167e7998590aebda7f9fedcf86bc4a55', 4 | indexName: 'hugodocs', 5 | inputSelector: '#search-input', 6 | debug: true // Set debug to true if you want to inspect the dropdown 7 | }); 8 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/ic_chevron_right_black_24px.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/sunset-get_hud0ada96a3532fb27dcd0de96bcce0679_358844_600x300_fill_catmullrom_smart1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/news/lets-celebrate-hugos-5th-birthday/sunset-get_hud0ada96a3532fb27dcd0de96bcce0679_358844_600x300_fill_catmullrom_smart1_2.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /hugo 2 | docs/public* 3 | /.idea 4 | hugo.exe 5 | *.test 6 | *.prof 7 | nohup.out 8 | cover.out 9 | *.swp 10 | *.swo 11 | .DS_Store 12 | *~ 13 | vendor/*/ 14 | *.bench 15 | *.debug 16 | coverage*.out 17 | 18 | dock.sh 19 | 20 | GoBuilds 21 | dist 22 | 23 | hugolib/hugo_stats.json 24 | resources/sunset.jpg 25 | 26 | vendor 27 | 28 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_stickyheader.css: -------------------------------------------------------------------------------- 1 | 2 | @media (min-width: 75em) { 3 | 4 | [data-scrolldir="down"] .sticky { 5 | position: fixed; 6 | top:100px; 7 | right:0; 8 | } 9 | 10 | [data-scrolldir="up"] .sticky { 11 | position: fixed; 12 | top:100px; 13 | right:0; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /docs/content/en/showcase/forestry/bio.md: -------------------------------------------------------------------------------- 1 | 2 | Forestry.io is a Git-backed CMS (content management system) for websites and web products built using static site generators such as Hugo. 3 | 4 | Forestry bridges the gap between developers and their teams, by making development fun and easy, while providing powerful content management for their teams. 5 | 6 | -------------------------------------------------------------------------------- /docs/resources/_gen/images/content-management/organization/1-featured-content-bundles_hu911524202ff4753624ea0b303cf97415_34394_300x0_resize_catmullrom_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/content-management/organization/1-featured-content-bundles_hu911524202ff4753624ea0b303cf97415_34394_300x0_resize_catmullrom_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_1024x512_fill_catmullrom_top_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_1024x512_fill_catmullrom_top_2.png -------------------------------------------------------------------------------- /docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_3b6053b86d6afebe8262ece1955ed6cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirzaf/hugo/HEAD/docs/resources/_gen/images/showcase/quiply-employee-communications-app/featured_hua0e0d1ed0f0bc15921e78476b0c86c95_631206_3b6053b86d6afebe8262ece1955ed6cf.png -------------------------------------------------------------------------------- /tpl/internal/go_templates/fmtsort/export_test.go: -------------------------------------------------------------------------------- 1 | // Copyright 2018 The Go Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | package fmtsort 6 | 7 | import "reflect" 8 | 9 | func Compare(a, b reflect.Value) int { 10 | return compare(a, b) 11 | } 12 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_hljs.css: -------------------------------------------------------------------------------- 1 | /* modified from:*/ 2 | @import 'highlight.js/styles/atom-one-light.css'; 3 | 4 | /* hljs-template-variable covers the handlebars templating*/ 5 | .hljs-template-variable { 6 | color: var(--primary-color); 7 | } 8 | 9 | .hljs-attr { 10 | color: var(--accent-color-light); 11 | } 12 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/documentation-home.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | {{ $section_to_display := (.Site.Taxonomies.categories.fundamentals).Pages | lang.Merge (.Sites.First.Taxonomies.categories.fundamentals).Pages }} 3 | {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} 4 | {{ end }} 5 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.headers: -------------------------------------------------------------------------------- 1 | /* 2 | X-Frame-Options: DENY 3 | X-XSS-Protection: 1; mode=block 4 | X-Content-Type-Options: nosniff 5 | Referrer-Policy: origin-when-cross-origin 6 | /* 7 | Link: <{{ "dist/app.bundle.js" | relURL }}>; rel=preload; as=script 8 | Link: <{{ "dist/main.css" | relURL }}>; rel=preload; as=style 9 | -------------------------------------------------------------------------------- /docs/.editorconfig: -------------------------------------------------------------------------------- 1 | # https://editorconfig.org 2 | 3 | root = true 4 | 5 | [*] 6 | charset = utf-8 7 | end_of_line = lf 8 | indent_size = 2 9 | indent_style = space 10 | trim_trailing_whitespace = true 11 | 12 | [*.go] 13 | indent_size = 8 14 | indent_style = tab 15 | 16 | [*.js] 17 | insert_final_newline = true 18 | 19 | [*.md] 20 | trim_trailing_whitespace = false 21 | -------------------------------------------------------------------------------- /docs/content/en/showcase/aether/bio.md: -------------------------------------------------------------------------------- 1 | 2 | [**Aether**](https://getaether.net) is an open-source peer-to-peer network that hosts self-moderating online-communities. 3 | 4 | [**Aether Pro**](https://aether.app), based on Aether, is a collaboration tool for remote-friendly companies. 5 | 6 | The site is built by: 7 | 8 | * [Burak Nehbit](https://twitter.com/nehbit) 9 | 10 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/list.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | {{ $paginator := .Paginate (.Pages | lang.Merge (where .Sites.First.RegularPages "Section" .Section)) }} 3 | {{ $section_to_display := .Sections | default $paginator.Pages }} 4 | {{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }} 5 | {{ end }} 6 | -------------------------------------------------------------------------------- /examples/multilingual/layouts/partials/head.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{ if .Title }} 6 | {{ i18n "head_title" }} - {{ .Title }} 7 | {{ end }} 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/support.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Support (Do not use) 3 | about: Please do not use Github for support requests. Visit https://discourse.gohugo.io for support 4 | title: '' 5 | labels: support 6 | assignees: '' 7 | 8 | --- 9 | 10 | Issues created with this template will be automatically closed. Please visit https://discourse.gohugo.io for the support you really, really, want! -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/md.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /docs/content/en/showcase/keycdn/bio.md: -------------------------------------------------------------------------------- 1 | [KeyCDN](https://www.keycdn.com) is a high performance content delivery network (CDN) offering many powerful features, including image processing that can transform and optimize images in real time. Our network offers global coverage to speed up content delivery and is capable of delivering entire static websites, like those built with Hugo, at the edge. 2 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/gh.html: -------------------------------------------------------------------------------- 1 | {{ range .Params }} 2 | {{ if eq (substr . 0 1) "@" }} 3 | {{ . }} 4 | {{ else if eq (substr . 0 2) "0x" }} 5 | {{ substr . 2 6 }} 6 | {{ else }} 7 | #{{ . }} 8 | {{ end }} 9 | {{ end }} 10 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_columns.css: -------------------------------------------------------------------------------- 1 | .column-count-2 {column-count: 1} 2 | .column-gap-1 {column-gap: 0} 3 | .break-inside-avoid {break-inside: auto} 4 | 5 | 6 | @media (--breakpoint-large) { 7 | .column-count-3-l {column-count: 3} 8 | .column-count-2-l {column-count: 2} 9 | .column-gap-1-l {column-gap: 1} 10 | .break-inside-avoid-l {break-inside: avoid} 11 | } 12 | -------------------------------------------------------------------------------- /docs/content/en/news/0.20.5-relnotes/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | date: 2017-04-25T17:53:58-04:00 3 | categories: ["Releases"] 4 | description: "" 5 | link: "" 6 | title: "Hugo 0.20.5" 7 | draft: false 8 | author: bep 9 | aliases: [/0-20-5/] 10 | --- 11 | 12 | This is a bug-fix release which fixes the version number of `0.20.4` (which wrongly shows up as `0.21-DEV`) ([#3388](https://github.com/gohugoio/hugo/issues/3388)). -------------------------------------------------------------------------------- /docs/content/zh/about/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 关于 Hugo 3 | linktitle: 概览 4 | description: Hugo 的特色、规划、许可和动力。 5 | date: 2018-04-26 6 | publishdate: 2018-04-26 7 | lastmod: 2018-04-26 8 | categories: [] 9 | keywords: [] 10 | menu: 11 | docs: 12 | parent: "about" 13 | weight: 1 14 | weight: 1 15 | draft: false 16 | aliases: [/about-hugo/,/docs/] 17 | toc: false 18 | --- 19 | 20 | Hugo 不是一般的静态网站生成器。 21 | -------------------------------------------------------------------------------- /examples/blog/layouts/partials/meta.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /media/docshelper.go: -------------------------------------------------------------------------------- 1 | package media 2 | 3 | import ( 4 | "github.com/gohugoio/hugo/docshelper" 5 | ) 6 | 7 | // This is is just some helpers used to create some JSON used in the Hugo docs. 8 | func init() { 9 | docsProvider := func() docshelper.DocProvider { 10 | return docshelper.DocProvider{"media": map[string]interface{}{"types": DefaultTypes}} 11 | } 12 | docshelper.AddDocProviderFunc(docsProvider) 13 | } 14 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_social-icons.css: -------------------------------------------------------------------------------- 1 | .facebook, .twitter, .instagram, .youtube { 2 | fill: #BABABA; 3 | } 4 | .facebook:hover { 5 | fill: #3b5998; 6 | } 7 | 8 | .twitter { 9 | fill: #55acee; 10 | } 11 | 12 | .twitter:hover { 13 | fill: #BABABA; 14 | } 15 | 16 | 17 | .instagram:hover { 18 | fill: #e95950; 19 | } 20 | 21 | .youtube:hover { 22 | fill: #bb0000; 23 | } 24 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/gh.html: -------------------------------------------------------------------------------- 1 | {{ range .Params }} 2 | {{ if eq (substr . 0 1) "@" }} 3 | {{ . }} 4 | {{ else if eq (substr . 0 2) "0x" }} 5 | {{ substr . 2 6 }} 6 | {{ else }} 7 | #{{ . }} 8 | {{ end }} 9 | {{ end }} -------------------------------------------------------------------------------- /docs/layouts/shortcodes/tip.html: -------------------------------------------------------------------------------- 1 | {{ $_hugo_config := `{ "version": 1 }` }} 2 | 10 | -------------------------------------------------------------------------------- /.github/workflows/auto_close_support.yml: -------------------------------------------------------------------------------- 1 | on: 2 | schedule: 3 | - cron: 0 5 * * 3 4 | name: Weekly Issue Closure 5 | jobs: 6 | cycle-weekly-close: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/checkout@master 10 | - name: weekly-issue-closure 11 | uses: bdougie/close-issues-based-on-label@master 12 | env: 13 | LABEL: support 14 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -------------------------------------------------------------------------------- /docs/layouts/shortcodes/directoryindex.html: -------------------------------------------------------------------------------- 1 | {{- $pathURL := .Get "pathURL" -}} 2 | {{- $path := .Get "path" -}} 3 | {{- $files := readDir $path -}} 4 | 5 | 6 | 7 | {{- range $files }} 8 | 9 | 10 | 11 | 12 | {{- end }} 13 |
    Size in bytesName
    {{ .Size }} {{ .Name }}
    14 | -------------------------------------------------------------------------------- /examples/blog/layouts/partials/footer.copyright.html: -------------------------------------------------------------------------------- 1 |
    2 |
    3 |
    4 |
    5 |

    © Enthusiastic Hugo User {{ now.Format "2006" }} · 6 | Built with Hugo

    7 |
    8 |
    9 |
    10 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: 'Bug report' 3 | labels: '' 4 | assignees: '' 5 | about: Create a report to help us improve 6 | --- 7 | 8 | 9 | 10 | 11 | ### What version of Hugo are you using (`hugo version`)? 12 | 13 |
    14 | $ hugo version
    15 | 
    16 | 
    17 | 18 | ### Does this issue reproduce with the latest release? 19 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/index.js: -------------------------------------------------------------------------------- 1 | require("typeface-muli") 2 | import styles from './css/main.css'; 3 | import './js/clipboardjs.js' 4 | import './js/codeblocks.js' 5 | import './js/docsearch.js' 6 | import './js/hljs.js' 7 | import './js/lazysizes.js' 8 | import './js/menutoggle.js' 9 | import './js/scrolldir.js' 10 | import './js/smoothscroll.js' 11 | import './js/tabs.js' 12 | import './js/nojs.js' 13 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/js/codeblocks.js: -------------------------------------------------------------------------------- 1 | let article = document.getElementById('prose') 2 | 3 | if (article) { 4 | let codeBlocks = article.getElementsByTagName('code') 5 | for (let [key, codeBlock] of Object.entries(codeBlocks)){ 6 | var widthDif = codeBlock.scrollWidth - codeBlock.clientWidth 7 | if (widthDif > 0) 8 | codeBlock.parentNode.classList.add('expand') 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/404.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 |
    3 |

    The page you're looking for doesn't exist. Perhaps you'd like to gopher something else? Sorry.

    4 |
    5 | 6 |
    7 | 8 | {{ .Content }} 9 |
    10 | {{ end }} 11 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/output.html: -------------------------------------------------------------------------------- 1 | {{$file := .Get "file"}} 2 | {{$icon := index (split $file ".") 1 }} 3 |
    4 |
    {{$file}}
    5 | 8 |
    9 | {{- .Inner -}} 10 |
    11 |
    -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/static/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | #2d89ef 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /examples/blog/layouts/post/summary.html: -------------------------------------------------------------------------------- 1 |
    2 |

    3 | {{ .Title }} Posted on {{ .Date.Format "Jan 2, 2006" }}
    4 | {{ .Description }} 5 |

    6 |
    7 |

    {{ .Summary }}

    8 | Read More 9 |
    -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_animation.css: -------------------------------------------------------------------------------- 1 | .animated { 2 | animation-duration: .5s; 3 | animation-fill-mode: forwards; 4 | animation-timing-function: ease-in-out; 5 | } 6 | 7 | @keyframes fadeIn { 8 | from { 9 | opacity: 0; 10 | } 11 | 12 | to { 13 | opacity: 1; 14 | } 15 | } 16 | .fadeIn { 17 | animation-name: fadeIn; 18 | } 19 | .animated-delay-1 { 20 | animation-delay: 0.5s; 21 | } 22 | -------------------------------------------------------------------------------- /docs/content/en/showcase/pharmaseal/bio.md: -------------------------------------------------------------------------------- 1 | PHARMASEAL began in 2016 with the purpose of disrupting the Clinical Trials Management market through continuous validation and integration 2 | 3 | We've been using **Hugo + Webpack + Netlify** to provide a scalable, modular design for the website, complete with Forestry building blocks to quickly be able to generate engagement pages. 4 | 5 | The site is built by: 6 | 7 | - [Roboto Studio](https://roboto.studio) 8 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/note.html: -------------------------------------------------------------------------------- 1 | {{ $_hugo_config := `{ "version": 1 }` }} 2 | 10 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/warning.html: -------------------------------------------------------------------------------- 1 | {{ $_hugo_config := `{ "version": 1 }` }} 2 | 10 | -------------------------------------------------------------------------------- /examples/multilingual/layouts/partials/header.html: -------------------------------------------------------------------------------- 1 |
    2 | 6 | 7 |

    {{ .Site.Title }}

    8 | 9 | 15 |
    16 | 17 |

    {{ .Title }}

    18 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/shortcodes/twitter.html: -------------------------------------------------------------------------------- 1 | {{- $pc := .Page.Site.Config.Privacy.Twitter -}} 2 | {{- if not $pc.Disable -}} 3 | {{- if $pc.Simple -}} 4 | {{ template "_internal/shortcodes/twitter_simple.html" . }} 5 | {{- else -}} 6 | {{- $url := printf "https://api.twitter.com/1/statuses/oembed.json?id=%v&dnt=%t" (index .Params 0) $pc.EnableDNT -}} 7 | {{- $json := getJSON $url -}} 8 | {{ $json.html | safeHTML }} 9 | {{- end -}} 10 | {{- end -}} -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_header-link.css: -------------------------------------------------------------------------------- 1 | .header-link:after { 2 | position: relative; 3 | left: 0.5em; 4 | opacity: 0; 5 | font-size: 0.8em; 6 | -moz-transition: opacity 0.2s ease-in-out 0.1s; 7 | -ms-transition: opacity 0.2s ease-in-out 0.1s; 8 | } 9 | h2:hover .header-link, 10 | h3:hover .header-link, 11 | h4:hover .header-link, 12 | h5:hover .header-link, 13 | h6:hover .header-link { 14 | opacity: 1; 15 | } 16 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/new-in.html: -------------------------------------------------------------------------------- 1 | {{ $version := .Get 0 }} 2 | {{ if not $version }} 3 | {{ errorf "Missing version in new-in shortcode "}} 4 | {{ end }} 5 | {{ $version = $version | strings.TrimPrefix "v" }} 6 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/directoryindex.html: -------------------------------------------------------------------------------- 1 | {{- $pathURL := .Get "pathURL" -}} 2 | {{- $path := .Get "path" -}} 3 | {{- $files := readDir $path -}} 4 | 5 | 6 | 7 | {{- range $files }} 8 | 9 | 10 | 11 | 12 | {{- end }} 13 |
    Size in bytesName
    {{ .Size }} {{ .Name }}
    14 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/tip.html: -------------------------------------------------------------------------------- 1 | {{ $_hugo_config := `{ "version": 1 }` }} 2 | 10 | -------------------------------------------------------------------------------- /docs/content/en/showcase/1password-support/bio.md: -------------------------------------------------------------------------------- 1 | 2 | **1Password** is a password manager that keeps you safe online. It protects your secure information behind the one password only you know. 3 | 4 | 5 | The [1Password Support](https://support.1password.com/) website was built from scratch with **Hugo** and enhanced with **React** and **Elasticsearch** to give us the best of both worlds: The simplicity and performance of a static site, with the richness of a hosted web app. 6 | -------------------------------------------------------------------------------- /docs/layouts/shortcodes/content-tree.html: -------------------------------------------------------------------------------- 1 |
    2 |
    
     3 |         ├── blog
     4 |         │   ├── _index.md [section]
     5 |         │   ├── first-post.md [page]
     6 |         │   └── second-post
     7 |         │       ├── index.md [page bundle]
     8 |         │       └── photo.jpg [page resource]
     9 |         └── tags
    10 |             ├── _index.md [taxonomy]
    11 |             └── funny
    12 |                 └── _index.md [term]
    13 |     
    14 |
    -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/site-manifest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/link-permalink.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/content/en/about/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: About Hugo 3 | linktitle: Overview 4 | description: Hugo's features, roadmap, license, and motivation. 5 | date: 2017-02-01 6 | publishdate: 2017-02-01 7 | lastmod: 2017-02-01 8 | categories: [] 9 | keywords: [] 10 | menu: 11 | docs: 12 | parent: "about" 13 | weight: 1 14 | weight: 1 15 | draft: false 16 | aliases: [/about-hugo/,/docs/] 17 | toc: false 18 | --- 19 | 20 | Hugo is not your average static site generator. 21 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/icon-link.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tpl/tplimpl/embedded/templates/_default/sitemapindex.xml: -------------------------------------------------------------------------------- 1 | {{ printf "" | safeHTML }} 2 | 3 | {{ range . }} 4 | 5 | {{ .SitemapAbsURL }} 6 | {{ if not .LastChange.IsZero }} 7 | {{ .LastChange.Format "2006-01-02T15:04:05-07:00" | safeHTML }} 8 | {{ end }} 9 | 10 | {{ end }} 11 | 12 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/note.html: -------------------------------------------------------------------------------- 1 | {{ $_hugo_config := `{ "version": 1 }` }} 2 | 10 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/shortcodes/warning.html: -------------------------------------------------------------------------------- 1 | {{ $_hugo_config := `{ "version": 1 }` }} 2 | 10 | -------------------------------------------------------------------------------- /examples/blog/layouts/partials/header.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {{ partial "meta.html" . }} 6 | 7 | {{ .Title }} - {{ .Site.BaseURL }} 8 | 9 | {{ partial "header.includes.html" . }} 10 | {{ with .OutputFormats.Get "RSS" -}} 11 | {{ printf "" .Permalink .MediaType $.Site.Title | safeHTML }} 12 | {{- end }} 13 | -------------------------------------------------------------------------------- /tpl/internal/go_templates/testenv/testenv_notwin.go: -------------------------------------------------------------------------------- 1 | // Copyright 2016 The Go Authors. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | // +build !windows 6 | 7 | package testenv 8 | 9 | import ( 10 | "runtime" 11 | ) 12 | 13 | func hasSymlink() (ok bool, reason string) { 14 | switch runtime.GOOS { 15 | case "android", "plan9": 16 | return false, "" 17 | } 18 | 19 | return true, "" 20 | } 21 | -------------------------------------------------------------------------------- /docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/functions-signature.html: -------------------------------------------------------------------------------- 1 | {{ if isset .Params "signature" -}} 2 | {{- with .Params.signature }} 3 |

    Syntax

    4 | {{- range . }} 5 |
     6 |         {{- . -}}
     7 |       
    8 | {{- end }} 9 | {{- end -}} 10 | {{ end }} 11 | {{/* The inline style overrides `pre` styling defaults */}} 12 | -------------------------------------------------------------------------------- /docs/content/zh/templates/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: 模板 Templates 3 | linktitle: 模板概览 4 | description: Go templating, template types and lookup order, shortcodes, and data. 5 | date: 2017-02-01 6 | publishdate: 2017-02-01 7 | lastmod: 2017-02-01 8 | menu: 9 | docs: 10 | parent: "templates" 11 | weight: 01 12 | weight: 01 #rem 13 | categories: [templates] 14 | keywords: [] 15 | draft: false 16 | aliases: [/templates/overview/,/templates/content] 17 | toc: false 18 | notesforauthors: 19 | --- 20 | --------------------------------------------------------------------------------