2019-11-21 14:24:33 +00:00
2019-10-21 12:09:18 +08:00
2019-10-23 19:59:46 +08:00
2019-11-04 09:59:43 +08:00
2019-10-21 12:09:18 +08:00
2019-10-21 12:09:18 +08:00
2019-11-05 10:01:32 +08: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"
Description
No description provided
Readme MIT 3.2 MiB
Languages
CSS 54.8%
HTML 34.6%
JavaScript 10.6%