mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Merge branch 'master' into feat/eleventy-tv
This commit is contained in:
commit
6fb4babe9e
3 changed files with 41 additions and 4 deletions
26
.eleventy.js
26
.eleventy.js
|
|
@ -1,3 +1,29 @@
|
|||
/**
|
||||
*
|
||||
* Eleventy command line debugging codes
|
||||
*
|
||||
*
|
||||
* Eleventy:Config
|
||||
* Eleventy:UserConfig
|
||||
* Eleventy:TemplateConfig
|
||||
*
|
||||
* Eleventy:CommandCheck
|
||||
*
|
||||
* Eleventy:EleventyFiles
|
||||
* Eleventy:TemplateWriter
|
||||
* Eleventy:TemplatePassthroughManager
|
||||
* Eleventy:TemplatePassthrough
|
||||
* Eleventy:TemplateData
|
||||
* Eleventy:Template
|
||||
*
|
||||
* Eleventy:ComputedData
|
||||
*
|
||||
* Eleventy:Benchmark
|
||||
*
|
||||
* EleventyAssets
|
||||
*/
|
||||
|
||||
|
||||
import fs from 'fs'
|
||||
import replace_css_url from 'replace-css-url'
|
||||
import dotenv from 'dotenv'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue