mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add list of debugging codes
This commit is contained in:
parent
ddba2fa9c8
commit
b91ec32adf
1 changed files with 26 additions and 0 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