diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3e3a83a..a7908e0 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: true - name: Build run: hugo --minify diff --git a/hugo.toml b/hugo.toml index 6f499a1..9fcc118 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,11 @@ baseURL = 'https://caio.wakamatsu.cc' languageCode = 'en-us' title = 'My New Hugo Site' theme = "PaperMod" + +defaultContentLanguage = "en" + +[languages] + [languages.en] + weight = 1 + languageName = "English" + contentDir = "content/en"