diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..38fc11845 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "editor.tabSize": 2, + "editor.insertSpaces": true, + "editor.detectIndentation": false +} \ No newline at end of file diff --git a/_config.yml b/_config.yml index 7be47c6e5..eaf937c3b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,6 @@ +title: 2009scape encoding: UTF-8 exclude: [serve.bat, serve.sh, parse.py, README.md] -include: [".well-known"] \ No newline at end of file +include: [".well-known"] + +permalink: /:categories/:year-:month-:day-:title:output_ext \ No newline at end of file diff --git a/_includes/active-menu.html b/_includes/active-menu.html index 1ad742c0d..a81ca3fa8 100644 --- a/_includes/active-menu.html +++ b/_includes/active-menu.html @@ -4,7 +4,7 @@ {% endif %} -{% elsif include.content == "news" and crumbs[2] == "m=news"%} +{% elsif include.content == "updates" and crumbs[1] == "updates"%} {% elsif include.content == "guide" and crumbs[2] == "game_guide" or crumbs[2] == "rules" %} diff --git a/_includes/menu.html b/_includes/menu.html index 6e4e56b8f..7bd54c247 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -7,7 +7,7 @@ -
  • {% include active-menu.html content="news" %}Updates +
  • {% include active-menu.html content="updates" %}Updates
  • diff --git a/_layouts/default.html b/_layouts/default.html index 44dc26c93..1d86d5713 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,8 @@ - 2009Scape - {{ page.title }} + {{ site.title }} - {{ page.title }} + @@ -40,8 +41,7 @@
    -
    2009Scape: a free & open-source remake of 2009 era - RuneScape
    +
    2009Scape: a free & open-source remake of 2009 era RuneScape
    @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/_layouts/guide.html b/_layouts/guide.html index a5d8d6a1b..af55e9ae0 100644 --- a/_layouts/guide.html +++ b/_layouts/guide.html @@ -36,7 +36,7 @@ - 2009Scape - {{ page.title }} + {{ site.title }} - {{ page.title }} diff --git a/_layouts/hiscore.html b/_layouts/hiscore.html index c289b4298..b35fe21d0 100644 --- a/_layouts/hiscore.html +++ b/_layouts/hiscore.html @@ -30,7 +30,7 @@ - 2009Scape - {{ page.title }} + {{ site.title }} - {{ page.title }} diff --git a/_layouts/newspost.html b/_layouts/newspost.html index 843130c12..10cc44f4d 100644 --- a/_layouts/newspost.html +++ b/_layouts/newspost.html @@ -23,7 +23,8 @@ - 2009Scape - {{ page.title }} + {{ site.title }} - {{ page.title }} + @@ -59,17 +60,117 @@ - {{content}} - -