青鸟 e9fcce8be9 fix typo
某群友浏览我博客时提出 `Modifyd` 应该是` Modifyed`
2019-12-05 00:51:36 +08:00
2019-10-21 12:09:18 +08:00
2019-10-23 19:59:46 +08:00
2019-12-05 00:51:36 +08:00
2019-11-26 20:58:29 +08:00
2019-10-21 12:09:18 +08:00
2019-10-21 12:09:18 +08:00
2019-11-25 13:04:33 +00:00
2019-11-04 18:14:21 +08:00

github-style

Install the theme

mkdir themes
git submodule add git@github.com:MeiK2333/github-style.git themes/github-style

Update the theme

cd themes/github-style
git pull

Setup About page

hugo new about.md

add layout = "about" to content/about.md

---
title: "About"
date: 2019-10-22T18:46:47+08:00
layout: "about"
---

about me

config.toml example

baseURL = "https://example.com/"
title = "GitHub Style"
googleAnalytics = "UA-123-456-789"
theme = "github-style"

[params]
  author = "example"
  description = "example"
  github = "example"
  twitter = "example"
  email = "example@domain.com"
  utterances = "example/example.github.io"
  avatar = "https://example.com/images/avatar.png"
  url = "https://example.com"
Description
No description provided
Readme MIT 3.2 MiB
Languages
CSS 54.8%
HTML 34.6%
JavaScript 10.6%