diff --git a/content/_index.md b/content/_index.md index 560ccfc..b7f959f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,8 +1,11 @@ --- -title: "" +title: "EFNet News" date: 2023-08-15T10:14:18-06:00 draft: false --- +{{< raw >}} +
+{{< /raw >}} Welcome to the official home of EFNet News! diff --git a/hugo.toml b/hugo.toml index 3899fb4..7ad0272 100644 --- a/hugo.toml +++ b/hugo.toml @@ -9,7 +9,7 @@ paginate = "10" # Number of elements per page in pagination [Author] # Used in authorbox name = "John Doe" bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer." - avatar = "img/avatar.png" + avatar = "img/avatar.jpg" [Params] description = "Home of EFNet News" # Site Description. Used in meta description @@ -47,18 +47,18 @@ paginate = "10" # Number of elements per page in pagination [Params.Social] email = "enn@efnot.org" - facebook = "username" + #facebook = "username" twitter = "username" telegram = "username" - instagram = "username" - pinterest = "username" - vk = "username" - linkedin = "username" - github = "username" - gitlab = "username" - stackoverflow = "numberid" + #instagram = "username" + #pinterest = "username" + #vk = "username" + #linkedin = "username" + #github = "username" + #gitlab = "username" + #stackoverflow = "numberid" mastodon = "https://some.instance/@username" - medium = "username" + #medium = "username" [Params.Share] # Entry Share block facebook = true diff --git a/layouts/shortcodes/raw.html b/layouts/shortcodes/raw.html new file mode 100644 index 0000000..b90bea2 --- /dev/null +++ b/layouts/shortcodes/raw.html @@ -0,0 +1,2 @@ + +{{.Inner}} diff --git a/public/404.html b/public/404.html index 5e87689..19f2262 100644 --- a/public/404.html +++ b/public/404.html @@ -35,42 +35,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/categories/index.html b/public/categories/index.html index 8b00914..4e58f0d 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -49,42 +49,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/img/avatar.jpg b/public/img/avatar.jpg new file mode 100644 index 0000000..8cd1008 Binary files /dev/null and b/public/img/avatar.jpg differ diff --git a/public/img/enn.png b/public/img/enn.png new file mode 100644 index 0000000..5816197 Binary files /dev/null and b/public/img/enn.png differ diff --git a/public/index.html b/public/index.html index a23a3b6..0c356ba 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,12 @@
-

Welcome to the official home of EFNet News!

+
+ +
+ + +

Welcome to the official home of EFNet News!

ENN has been away for too long and the people long for its return.

@@ -60,42 +65,15 @@ The following is a list of all client servers seen connected as of 11 June 2021< - - - - - - - - -
diff --git a/public/post/channels/index.html b/public/post/channels/index.html index 9e41c18..a55a929 100644 --- a/public/post/channels/index.html +++ b/public/post/channels/index.html @@ -97,7 +97,7 @@
- John Doe avatar + John Doe avatar
diff --git a/public/post/index.html b/public/post/index.html index 21d55e7..e8ac229 100644 --- a/public/post/index.html +++ b/public/post/index.html @@ -71,42 +71,15 @@ The following is a list of all client servers seen connected as of 11 June 2021< - - - - - - - - -
diff --git a/public/post/servers/index.html b/public/post/servers/index.html index 9e34951..7229789 100644 --- a/public/post/servers/index.html +++ b/public/post/servers/index.html @@ -98,7 +98,7 @@
- John Doe avatar + John Doe avatar
diff --git a/public/tags/index.html b/public/tags/index.html index 3405eb9..4b39655 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -49,42 +49,15 @@ - - - - - - - - -
diff --git a/static/img/avatar.jpg b/static/img/avatar.jpg new file mode 100644 index 0000000..8cd1008 Binary files /dev/null and b/static/img/avatar.jpg differ diff --git a/static/img/enn.png b/static/img/enn.png new file mode 100644 index 0000000..5816197 Binary files /dev/null and b/static/img/enn.png differ