diff --git a/README.md b/README.md index feb90f7..f859872 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ build branch: configs/layouts/themes of hugo 資料逐步轉移 master 到 main branch 比如想要改 首頁 (_index.md) +with github action + 在content頁面上 加上 {{< edit_me >}} 就可以產生 Edit me的button 連結github讓大家比較好編輯 可以直接透過 github的edit 功能直接修改 diff --git a/astro.config.mjs b/astro.config.mjs index fa94c13..ef5d46a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,7 +8,9 @@ import rehypeExternalLinks from 'rehype-external-links' // https://astro.build/config export default defineConfig({ - site: 'https://astro-blog-template.netlify.app', + site: { + href: 'https://kalug.tw', + } integrations: [mdx(), svelte()], markdown: { shikiConfig: {