├── .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 |