Skip to content

suihan74/github-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-style

Customized points by suihan74

Hugoテーマのカスタマイズ箇所メモ - すいはんぶろぐ.io


Requirements

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"
copyright = "© 2019. Theme by <a href=\"https://github.com/MeiK2333/github-style\"><span>github-style</span></a>"

[params]
  author = "example"
  description = "example"
  github = "example"
  facebook = "example"
  twitter = "example"
  misskey = "user profile url"
  mastodon = "user profile url"
  email = "example@domain.com"
  utterances = "example/example.github.io"
  avatar = "https://example.com/images/avatar.png"
  url = "https://example.com"
  keywords = "blog, google analytics"

# this section is needed to escape minifying inline SVG!!
[minify]
  disableSVG = true

Assets

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.8%
  • HTML 15.6%
  • CSS 5.6%