A mixin for writing @font-face rules in SASS.
Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.
@include font-face(Samplino, fonts/Samplino);| /** | |
| * Get content from wordpress via REST Api | |
| */ | |
| const config = require('../nuxt.config.js') | |
| const axios = require('axios') | |
| // always call the proxy here : | |
| const endpoint = config.env.proxyApiBaseUrl | |
| /** | |
| * @param {int} perPage : number of post to return per page |
| // Kilka fajnych checklist | |
| https://www.testing-web-sites.co.uk/testing-plans-checklists/download-checklists/ | |
| // Zbiory porad | |
| https://www.slideshare.net/precisetestingsolution/ecommerce-website-testing-checklist | |
| http://www.softwaretestinghelp.com/ecommerce-testing/ | |
| https://www.testing-web-sites.co.uk/testing-plans-checklists/testing-plan-for-an-ecommerce-site/ | |
| https://www.linkedin.com/pulse/20140715120218-53574772-e-commerce-website-testing-checklist | |
| https://www.guru99.com/testing-e-commerce-applications.html | |
| http://www.practicalecommerce.com/What-to-Test-on-an-Ecommerce-Site |
| { | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "es6": true | |
| }, | |
| "plugins": ["react"], | |
| "ecmaFeatures": { |
| this worked very nice for a single page site | |
| ``` | |
| wget \ | |
| --recursive \ | |
| --page-requisites \ | |
| --convert-links \ | |
| [website] | |
| ``` | |
| wget options |