diff --git a/_config.yml b/_config.yml index c56452b..1f3a898 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: Wiki description: > # this means to ignore newlines Jekyll to build a static Wiki baseurl: "" # the subpath of your site, e.g. /blog -url: "htpps://jek4wik.github.io" +url: "htpps://wiki.clockworkpi.com" # Build settings markdown: kramdown diff --git a/_data/i18n/en.yml b/_data/i18n/en.yml index d7fd7ad..3debb84 100644 --- a/_data/i18n/en.yml +++ b/_data/i18n/en.yml @@ -10,7 +10,7 @@ label: redirect: "Redirect to" tag_pages: "Pages with tag" main_page: "Main page" - global_pages: "Special pages" + global_pages: "" prefix: tag: "Tag:" user: "User:" @@ -27,7 +27,5 @@ global_pages: text: Long pages - url: /Special:ShortPages text: Short pages - - url: /Special:ListUsers - text: All the users - url: /Special:ListRedirects text: Redirects diff --git a/_data/users.yml b/_data/users.yml index 5c3afb1..e3e4216 100644 --- a/_data/users.yml +++ b/_data/users.yml @@ -1,3 +1,3 @@ -Alexis: - name: Alexis Hassler - logo: img/sewatech.png +Cuu: + name: Cuu + logo: img/wiki.png diff --git a/_special/User:Alexis.html b/_special/User:Alexis.html deleted file mode 100644 index 54e37b4..0000000 --- a/_special/User:Alexis.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: user -title: Alexis -created: 2019-04-12 -modified: 2019-04-12 -revisions: -- author: Alexis - date: 2019-04-12 - comment: First version ---- -
- I'm a developer. -
-
- I've written {{ page.author_full.contributions_count }} pages -
diff --git a/img/wiki.png b/img/wiki.png index a19b8ef..e8ce015 100644 Binary files a/img/wiki.png and b/img/wiki.png differ