You must replace the baseURL in hugo.toml file when deploying, you can manage this announcement from the params.toml file.
网站的开发日志

网站的开发日志

一篇详细记录了一个网站项目迭代更新的全过程。展示了项目的发展历程,提供给读者相关的开发经验。

待迭代更新的功能

  • h1,h2,h3标题样式修改
  • 代码块上添加复制功能

【20231205】接入谷歌分析

在网站head后加入如下js代码

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=xxxxxx"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'xxxxxx');
</script>

登录 google analytics 后台进行数据查看

https://analytics.google.com/analytics/web


【20231201】banner图制作

Generate a jpg image with 1024*1024 pixels, the text in the middle of the image is clickhouse , and the background is a random color.

  • 对图片进行调整

    裁剪图片大小为 1024/480


【20231130】使用图床网站

  • 【国外】https://imgur.com
  • 【国内】https://sm.ms/
Tags :
comments powered by Disqus

Related Posts

自由职业的思考

自由职业的思考

自由职业是指个体选择不依赖于传统雇佣关系,而是通过提供独立服务、项目或产品来获取收入。

Read More
centos 服务器操作系统

centos 服务器操作系统

CentOS是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定发布所编译而成。

Read More
clickhouse 列式数据库

clickhouse 列式数据库

ClickHouse 是用于实时应用程序和分析的速度最快、资源效率最高的开源数据库。

Read More