You are here |
www.aleksandrhovhannisyan.com | ||
| | | |
11ty.rocks
|
|
| | | | Create a single-page site that composites working code examples by leveraging Nunjucks templating abilities and custom collections and shortcodes. | |
| | | |
bryanlrobinson.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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... |