team-durumi / tailwind-aa

tailwind 기반의 AA theme를 만듭니다.
http://aa.durumi.io
1 stars 0 forks source link

[exmapleSite] 테마에서 example Site에 표현한게 별도 설정을 하지 않아도 초기 build에 포함되어 보이도록 한다. #21

Closed woonjjang closed 3 years ago

woonjjang commented 3 years ago

content

data

static

"아직 정확한 방법은 모르겠음" 초기 빌드되는 url 시작 시점을 theme쪽으로 잡는 뭔가를 본 것 같긴 한데...

woonjjang commented 3 years ago
 [module]

  [[module.mounts]]
    source = "themes/tailwind-aa-theme/exampleSite/content"
    target = "content"

  [[module.mounts]]
    source = "themes/tailwind-aa-theme/exampleSite/static"
    target = "static"

  [[module.mounts]]
    source = "themes/tailwind-aa-theme/exampleSite/data"
    target = "data"
woonjjang commented 3 years ago
cd themes/introduction/exampleSite/
hugo serve  --themesDir ../..
https://themes.gohugo.io/hugo-theme-introduction/