woonjjang / hugo-marketing

휴고 마케팅 테마를 시도해봅니다.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo tailwind base theme

Based on bep/hugo-starter-tailwind-basic

development

hugo mod init github.com/team-durumi/hugo-theme-tw
hugo new site exampleSite

npm -g i google-font-downloader
cd exampleSite/static/
google-font-downloader https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300&display=swap
google-font-downloader https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500&display=swap

- flesler.url-encode
- Tyriar.lorem-ipsum
- yzhang.markdown-all-in-one
- bradlc.vscode-tailwindcss
- csstools.postcss

# Run server.

$ git clone https://github.com/team-durumi/hugo-theme-tw.git
$ cd hugo-theme-tw/exampleSite
$ npm i && hugo serve
# open http://localhost:1313

About

휴고 마케팅 테마를 시도해봅니다.

License:MIT License


Languages

Language:CSS 95.2%Language:HTML 2.7%Language:JavaScript 2.1%