Explore >> Select a destination


You are here

www.aleksandrhovhannisyan.com
| | 11ty.rocks
8.2 parsecs away

Travel
| | Create a single-page site that composites working code examples by leveraging Nunjucks templating abilities and custom collections and shortcodes.
| | bryanlrobinson.com
5.5 parsecs away

Travel
| | The Render plugin is comprised of two shortcodes for use in your Nunjucks, Liquid or JS templates. It's a plugin that is bundled with the main 11ty NPM package and ready to use as soon as you nom install 11ty.
| | keepinguptodate.com
7.5 parsecs away

Travel
| | This article covers creating a blog from scratch using the static site generator Eleventy (aka 11ty). Eleventy keeps things simple and as you'll see, enables you to very quickly create a fully functional site.
| | www.thedroneely.com
86.5 parsecs away

Travel
| Archive Page In the absence of a search engine - an page is a simple way to find older articles quickly. Here is a quick and dirty way to create multiple archive pages with Hugo. There are a few requirements. The archive pages should be a bit modular. We should be able to just drop an archive.md file into any folder within the content directory and generate a single archive page for that topic. hugo |__ content |__ posts |__ archive.md projects |__ archive.md We should be able to generate clean slugs. Hu...