Skip to content

Commit

Permalink
Merge pull request #10 from andy840119/change-theme
Browse files Browse the repository at this point in the history
Change theme
  • Loading branch information
andy840119 authored May 23, 2020
2 parents 358a3ce + 36f94b7 commit 180065f
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
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
15 changes: 15 additions & 0 deletions .vscode/launch.json
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",
},
]
}
4 changes: 4 additions & 0 deletions Developer.md
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.
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
18 changes: 13 additions & 5 deletions _config.yml
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 &copy; 2019-2020 andy840119. Distributed by an <a href=\"https://github.com/osu-karaoke/\">GPL V3 license.</a>"
7 changes: 7 additions & 0 deletions changelog/2020.0401/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: 2020.0401
parent: ChangeLog
nav_order: -1
---

## Achievement

- Thanks jetbrain to give me free all-pack license for open source using.
Expand Down
7 changes: 7 additions & 0 deletions changelog/2020.0412/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: 2020.0412
parent: ChangeLog
nav_order: -2
---

## Code

- Add [code factor](https://www.codefactor.io/dashboard) into github for code quality checking(but it does not working ;_;)
Expand Down
7 changes: 7 additions & 0 deletions changelog/2020.0426/README.md
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/
Expand Down
7 changes: 7 additions & 0 deletions changelog/2020.0501/README.md
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`
Expand Down
7 changes: 7 additions & 0 deletions changelog/2020.0508/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
layout: default
title: 2020.0508
parent: ChangeLog
nav_order: -5
---

## Achievement

- Now user can select microphone device in ruleset.
Expand Down
8 changes: 8 additions & 0 deletions changelog/README.md
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
10 changes: 7 additions & 3 deletions index.md
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.

0 comments on commit 180065f

Please sign in to comment.