-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from andy840119/change-theme
Change theme
- Loading branch information
Showing
12 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# this folder will be created if runs bundle exec jekyll serve commend | ||
_site/ | ||
|
||
# ignore gemfile | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "chrome", | ||
"request": "launch", | ||
"name": "Debug Jekyll", | ||
"url": "http://localhost:4000/", | ||
"webRoot": "${workspaceFolder}/_site", | ||
}, | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
nav_exclude: true | ||
--- | ||
|
||
# Developer | ||
|
||
This article is written in internal, just for convenience. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# theme | ||
remote_theme: andy840119/jekyll-tameowder-theme | ||
remote_theme: andy840119/tameowder-theme | ||
|
||
# header | ||
title: Karaoke ruleset develop progress | ||
description: it's time to write progress in github | ||
show_downloads: false | ||
title: osu!Karaoke | ||
description: Offical site for karaoke ruleset | ||
baseurl: "/" | ||
url: "https://osu-karaoke.github.io" | ||
|
||
# Aux links for the upper right navigation | ||
aux_links: | ||
"osu!karaoke on GitHub": | ||
- "//github.com/osu-karaoke/" | ||
|
||
# navigation | ||
facebook_url: https://www.facebook.com/OAQaa | ||
discord_id: 299006062323826688 | ||
|
||
# Footer content appears at the bottom of every page's main content | ||
footer_content: "Copyright © 2019-2020 andy840119. Distributed by an <a href=\"https://github.com/osu-karaoke/\">GPL V3 license.</a>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
layout: default | ||
title: 2020.0426 | ||
parent: ChangeLog | ||
nav_order: -3 | ||
--- | ||
|
||
## Achievement | ||
|
||
- \First post/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
--- | ||
layout: default | ||
title: 2020.0501 | ||
parent: ChangeLog | ||
nav_order: -4 | ||
--- | ||
|
||
## Achievement | ||
|
||
- `Holiday in Taiwan` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default | ||
title: ChangeLog | ||
has_children: true | ||
nav_order: 1 | ||
--- | ||
|
||
# Change logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# karaoke develop progress | ||
--- | ||
layout: default | ||
title: Hello karaoke! | ||
nav_order: 0 | ||
--- | ||
|
||
The latest `progress/idea/bug fixed` will be written in here. | ||
# Hello karaoke! | ||
|
||
see what's [changelog](https://osu-karaoke.github.io/changelog) goes on. | ||
This website record most of change about karaoke ruleset. |