terminal hugo theme
1.1.2
ธีมสำหรับ Hugo ที่สร้างโดยใช้ไลบรารี CSS ของ tailwind และตระกูลฟอนต์โมโน
https://nayanseth.com
tailwind.css
ที่มีอยู่จะถูกใช้ในธีม แต่ถ้าคุณต้องการเล่นกับ tailwind ให้ทำตามขั้นตอนด้านล่างassets/csss/tailwind
npm run dev
-> สิ่งนี้จะสร้างคลาส CSS ที่เป็นไปได้ทั้งหมดจาก tailwind บางส่วนอาจจะยังถูกทิ้งอยู่npm run prod
-> สิ่งนี้จะสร้างเฉพาะคลาส CSS จาก tailwind ที่คุณใช้ในธีมhugo new site <SITE_NAME>
cd <SITE_NAME>
git submodule add [email protected]:techbarrack/terminal-hugo-theme.git themes/terminal
<SITE_NAME>/hugo.yaml
ด้วย <SITE_NAME>/themes/terminal/hugo.yaml
mkdir -p layouts/partials/third_party_js
ไดเร็กทอรีนี้ใช้สำหรับจัดเก็บจาวาสคริปต์ของบุคคลที่สามทุกประเภท เช่น Google Analytics, Disqus ฯลฯhugo server --buildDrafts --disableFastRender --gc --ignoreCache --noHTTPCache --forceSyncStatic --verbose -w
<SITE_NAME>/hugo.yaml
<SITE_NAME>/content
โดยจำลองสิ่งที่มีอยู่ใน <SITE_NAME>/themes/terminal/content
head.html
<SITE_NAME>/layouts/partials/third_party_js/<FILE>.html
third_party_js
จะถูกรวมไว้หน้าแท็ก </body>
{{< svg logo="blah" >}}
-> ใช้โค้ดต่อไปนี้เพื่อเพิ่ม svg ในไฟล์ markdownlayouts/content/svg
{{< rawhtml >}}
<div>This is raw HTML content</div>
{{< /rawhtml >}}
ลิงก์อ้างอิงบางส่วนสำหรับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการทำสิ่งต่างๆ ใน Hugo: