Skip to content

Commit

Permalink
🔧 chore: Update config in hugo.yaml and try remove custom script.
Browse files Browse the repository at this point in the history
Update the baseURL and title in the hugo.yaml configuration file to reflect the new domain and blog name. Also, change the defaultContentLanguage to Indonesian.

Signed-off-by: Kareem <[email protected]>
  • Loading branch information
kareemlukitomo committed Aug 2, 2024
1 parent d3a6e93 commit 16a9425
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
baseURL: https://insights.ditatompel.com/
title: ditatompel Insights
baseURL: https://kareem.lukitomo.com/
title: Kareem's Blog
# Copyright, the {year} is the placeholder of this year.
copyright: "Copyright © 2022-{year} [insights.ditatompel.com](https://insights.ditatompel.com/). All Rights Reserved."
defaultContentLanguage: en
copyright: "Copyright © 2024-{year} [kareem.lukitomo.com](https://kareem.lukitomo.com/). All Rights Reserved."
defaultContentLanguage: id
defaultContentLanguageInSubdir: true # disable this to remove the default language code from URL, i.e. /en/docs -> /docs.
enableRobotsTXT: true
timeout: 120s # images processing takes a long time, it's recommended to commit the resources folder for improve the build performance.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{{/* Put custom HTML markup before the end of <head>. */}}
<script defer data-domain="insights.ditatompel.com" src="https://st.ditatompel.com/js/script.js"></script>
<!-- <script defer data-domain="insights.ditatompel.com" src="https://st.ditatompel.com/js/script.js"></script> -->

0 comments on commit 16a9425

Please sign in to comment.