diff --git a/website/_config.yml b/website/_config.yml index ecf4cf9..0d1d7ac 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -14,10 +14,10 @@ collections_dir: articles collections: news: output: true - permalink: /news/:path + permalink: /news:path announce: output: true - permalink: /announcements/:path + permalink: /announcements:path # Exclude from processing. # The following items will not be processed, by default. diff --git a/website/_data/anyat.yml b/website/_data/anyat.yml index 5aef554..337dcdd 100644 --- a/website/_data/anyat.yml +++ b/website/_data/anyat.yml @@ -22,7 +22,7 @@ settings: # implicit platform. # For example, if default_platform was twitter, then @user would be # equivalent to twitter@user. -#default_platform: email +default_platform: email # Linkers configuration # Each linker defines how to format and link a specific platform or service. @@ -104,4 +104,4 @@ linkers: reddit: badge: "\U000f044d" # nf-md-reddit format: "u/^u" - link: "https://reddit.com/u/^u" \ No newline at end of file + link: "https://reddit.com/u/^u" diff --git a/website/_data/nav.yml b/website/_data/nav.yml index 078d6d2..98769e6 100644 --- a/website/_data/nav.yml +++ b/website/_data/nav.yml @@ -13,13 +13,13 @@ main: url: / idn: 'home' - title: About - url: /about/ + url: /about idn: 'about' - title: Linuxposting News - url: /news/ + url: /news idn: 'new' - title: Announcements - url: /announcements/ + url: /announcements idn: 'ann' - title: Molly's Page url: https://molly.linuxposting.xyz/ @@ -27,14 +27,14 @@ main: target: '_blank' sub: - title: Register - url: /register/ + url: /register idn: 'reg' - title: Contact Us - url: "/contact/" + url: "/contact" idn: 'msg' # - title: Theme Selection # url: "#" # idn: 'theme' - title: Get a prize url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" - target: _blank \ No newline at end of file + target: _blank