Skip to content

codeshow/github-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-style

Install the theme

mkdir themes
git submodule add [email protected]: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 = "[email protected]"
  utterances = "example/example.github.io"

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%