diff --git a/config.toml b/config.toml index 2370b45..1cd7ca6 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ # Site Settings baseURL = "https://example.com/" -title = "Hugo Theme MemE" +title = "Logic's box" languageCode = "en" hasCJKLanguage = false # Copyright information (Markdown supported) @@ -98,9 +98,9 @@ uglyURLs = false # Author’s information [author] # Name - name = "reuixiy" + name = "Logic" # Email - email = "reuixiy@gmail.com" + email = "ggwqqo@163.com" # Motto or introduction motto = "Viva La Vida" # Avatar diff --git a/content/posts/first.org b/content/posts/first.org index 8c3ba90..b5c2a19 100644 --- a/content/posts/first.org +++ b/content/posts/first.org @@ -3,7 +3,6 @@ title: "New Task" date: 2022-03-03T20:37:24+08:00 --- #+TITLE: New Task -#+HTML_HEAD: ** 思路 利用libbpf库构造一个C库(bpf程序),暴露接口可供用户调用,将该库编译进内核中,利用接口构造一个用户态程序从而实现对相应硬件的监控。 *** 问题