micro site
? Initial release
ไมโครฟรอนต์เอนด์ที่มีความคิดเห็นซึ่งสามารถใช้เพื่อ สร้างเพจเจอร์แบบหน้าเดียว เหมาะสำหรับหน้า Landing Page หรือหน้าลงทะเบียน ใช้ตัวสร้างไซต์คงที่ Eleventy (11ty) ภายใต้ประทุนและตั้ง ค่าเริ่มต้นทั่วไป 11ty
clean-css
terser
metadata.json
base.njk
assets folder
สำหรับไฟล์คงที่ (รูปภาพ แบบอักษร ฯลฯ)นี่คือ โปรเจ็กต์ *Skeleton ดังนั้นจึงไม่มีส่วนประกอบหรือสไตล์พื้นฐานใดๆ มันเป็น * นำส่วนหน้าของคุณเอง
metadata.json
ด้วยรายละเอียดเว็บไซต์ของคุณเองindex.njk
และเริ่มเขียนโค้ดเว็บไซต์ของคุณ!ต้องใช้ node.js และ npm
ทำตามขั้นตอนเหล่านี้เพื่อเริ่มต้น:
$ git clone https://github.com/systemdes/micro-site.git
npm i
npm run dev
เพื่อเริ่ม live-reloadzz บนเซิร์ฟเวอร์การพัฒนาในเครื่อง
micro-site/
├── _site/ // output folder of 11ty
├── _data/
│ └── metadata.json // metadata for the website
├── _includes/
│ ├── style.css // minified and inlined
│ ├── script.js // minified and inlined
│ └── base.njk // base layout
├── assets/ // passtrough copy
├── index.njk/ // landing page
└── .eleventy.js // 11ty configurations
eleventy-image
eleventy-cache-assets
eleventy-plugin-syntaxhiglight
MIT © แดนนี่ เดอ วรีส์