|
You are here |
egghead.io | ||
| | | | |
11ty.rocks
|
|
| | | | | Begin from a blank directory and build up your first Eleventy site. Includes gotchas along the way, why they happen, and how to resolve them. You'll create essential layouts while learn the basics of using Nunjucks and Markdown for templating. And you'll learn to work with local data and external API data. As a bonus, get setup to deploy your final site to Netlify. | |
| | | | |
jkc.codes
|
|
| | | | | Eleventy (11ty) is a super customisable static site generator that at its core transforms template language into HTML. However, template languages li... | |
| | | | |
helloyes.dev
|
|
| | | | | A post about setting up SASS with eleventy without additional tools | |
| | | | |
wittchen.io
|
|
| | | Recently GitHub introduced really interesting feature to their service called Actions. Actions can be used for automating various tasks related to the repositories like CI, CD, testing, deployment and whatnot. The general concept is as follows: We can create so called action, which can be based on a JavaScript project or a Docker container. We can also use existing actions in the Marketplace. Next, we can create workflow in the yml file, where we define our workflow. Workflow can consist of on a job with many steps using different actions. We can also define multiple jobs, where one depends on another. Workflows can be triggered in many ways. E.g. by push, pull request, creating issue, publishing release, scheduled event or external event. | ||