mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
62bf817a4a07be47c79ec77efa2eb2a51a4b76d2
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"
Description
Languages
CSS
54.8%
HTML
34.6%
JavaScript
10.6%