diff --git a/.gitignore b/.gitignore index 2a8645f..f9be552 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .hugo_build.lock + diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..560ccfc --- /dev/null +++ b/content/_index.md @@ -0,0 +1,9 @@ +--- +title: "" +date: 2023-08-15T10:14:18-06:00 +draft: false +--- + +Welcome to the official home of EFNet News! + +ENN has been away for too long and the people long for its return. diff --git a/content/post/channels.md b/content/post/channels.md new file mode 100644 index 0000000..f48780c --- /dev/null +++ b/content/post/channels.md @@ -0,0 +1,22 @@ +--- +title: "Channels" +date: 2023-08-15T10:22:21-06:00 +draft: false +--- + +Here is a list of the best channels on EFNet (in no particular order): + +- #efnetnews +- #LRH +- #Chases +- #happiness +- #birdnest +- #dnsk +- #blcknd +- #political +- #bubbles +- #wyyzrds-tower +- #stress +- #fightclub +- #political +- #philosophy diff --git a/content/post/servers.md b/content/post/servers.md new file mode 100644 index 0000000..75d088f --- /dev/null +++ b/content/post/servers.md @@ -0,0 +1,26 @@ +--- +title: "Servers" +date: 2023-08-15T10:08:55-06:00 +draft: false +--- + +EFNet has two round robin’s which are accessable via irc.efnet.org (ipv4 & ipv6). For those of you who wish to use ipv6 only, irc.ipv6.efnet.org. Further, each server on the network sets it’s own policies for access and for acceptable user conduct, so it’s likely that not all servers will permit access, or even be reachable. + +The following is a list of all client servers seen connected as of 11 June 2021 + + - irc.mzima.net + - irc.servercentral.net + - irc.colosolutions.net + - irc.Prison.NET + - irc.underworld.no + - efnet.port80.se + - irc.homelien.no + - irc.du.se + - irc.choopa.net + - efnet.deic.eu + - irc.efnet.nl + - irc.swepipe.se + - http://chat.efnet.org (webchat server) + +Another, semi-official server list can be found at http://www.efnet.org/?module=servers, which may be more or less current than this listing. + diff --git a/hugo.toml b/hugo.toml index 525c7c3..3899fb4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,94 @@ baseURL = 'https://enn.efnot.org/' languageCode = 'en-us' title = 'EFNet News' theme = "binario" +paginate = "10" # Number of elements per page in pagination +#disqusShortname = "" # Enable comments by entering your Disqus shortname +#googleAnalytics = "" # Enable Google Analytics by entering your tracking id + +[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" + +[Params] + description = "Home of EFNet News" # Site Description. Used in meta description + #copyright = "Binario" # Copyright holder, otherwise will use .Site.Title + #opengraph = true # Enable OpenGraph if true + #schema = true # Enable Schema + #twitter_cards = true # Enable Twitter Cards if true + columns = 1 # Set the number of cards columns. Possible values: 1, 2, 3 + mainSections = ["post"] # Set main page sections + dateFormat = "January 02, 2006" # Change the format of dates + #colorTheme = "" # dark-green, dark-blue, dark-red, dark-violet + #customCSS = ["css/custom.css"] # Include custom CSS files + #customJS = ["js/custom.js"] # Include custom JS files + mainMenuAlignment = "right" # Align main menu (desktop version) to the right side + authorbox = true # Show authorbox at bottom of single pages if true + comments = true # Enable comments for all site pages + related = true # Enable Related content for single pages + relatedMax = 5 # Set the maximum number of elements that can be displayed in related block. Optional + #mathjax = true # Enable MathJax for all site pages + #mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path. Optional + #mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config. Optional + hideNoPostsWarning = false # Don't show no posts empty state warning in main page, if true + +[Params.Entry] + meta = ["date", "categories", "tags"] # Enable meta fields in given order + toc = false # Enable Table of Contents + tocOpen = true # Open Table of Contents block. Optional + +[Params.Featured] + previewOnly = false # Show only preview featured image + +[Params.Breadcrumb] + enable = true # Enable breadcrumb block globally + homeText = "ENN" # Home node text + +[Params.Social] + email = "enn@efnot.org" + facebook = "username" + twitter = "username" + telegram = "username" + instagram = "username" + pinterest = "username" + vk = "username" + linkedin = "username" + github = "username" + gitlab = "username" + stackoverflow = "numberid" + mastodon = "https://some.instance/@username" + medium = "username" + +[Params.Share] # Entry Share block + facebook = true + twitter = true + reddit = true + telegram = true + linkedin = true + vk = true + pocket = true + pinterest = true + +# Web App Manifest settings +# https://www.w3.org/TR/appmanifest/ +# https://developers.google.com/web/fundamentals/web-app-manifest/ +#[Params.Manifest] +# name = "Binario" +# shortName = "Binario" +# display = "browser" +# startUrl = "/" +# backgroundColor = "#2a2a2a" +# themeColor = "#1b1b1b" +# description = "Responsive card-based & code-light Hugo theme" +# orientation = "portrait" +# scope = "/" + +[outputFormats] + [outputFormats.MANIFEST] + mediaType = "application/json" + baseName = "manifest" + isPlainText = true + notAlternative = true + +[outputs] + home = ["HTML", "RSS", "MANIFEST"] diff --git a/public/.placeholder b/public/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/public/404.html b/public/404.html index a736b19..5e87689 100644 --- a/public/404.html +++ b/public/404.html @@ -11,6 +11,7 @@ + @@ -30,6 +31,47 @@ diff --git a/public/categories/index.html b/public/categories/index.html index 92ad956..8b00914 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -12,6 +12,7 @@ + @@ -23,6 +24,15 @@
+

Categories

@@ -35,6 +45,47 @@
diff --git a/public/index.html b/public/index.html index 246b5b8..a23a3b6 100644 --- a/public/index.html +++ b/public/index.html @@ -8,11 +8,12 @@ EFNet News - + + @@ -23,17 +24,79 @@
-
-
¯\_(ツ)_/¯
-

You don't have any posts yet!

-

As posts are added in your mainSections folders (), they'll appear here.

-

Tip: You could change mainSections folders in site config file.

+
+

Welcome to the official home of EFNet News!

+

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

+
+
+
+
+
+

Channels

+
Here is a list of the best channels on EFNet (in no particular order): +#efnetnews #LRH #Chases #happiness #birdnest #dnsk #blcknd #political #bubbles #wyyzrds-tower #stress #fightclub #political #philosophy
+ +
+
+
+
+

Servers

+
EFNet has two round robin’s which are accessable via irc.efnet.org (ipv4 & ipv6). For those of you who wish to use ipv6 only, irc.ipv6.efnet.org. Further, each server on the network sets it’s own policies for access and for acceptable user conduct, so it’s likely that not all servers will permit access, or even be reachable. +The following is a list of all client servers seen connected as of 11 June 2021
+ +
+
diff --git a/public/index.xml b/public/index.xml index 3faa4e8..5017984 100644 --- a/public/index.xml +++ b/public/index.xml @@ -5,6 +5,27 @@ https://enn.efnot.org/ Recent content on EFNet News Hugo -- gohugo.io - en-us + en-us + Tue, 15 Aug 2023 10:14:18 -0600 + + Channels + https://enn.efnot.org/post/channels/ + Tue, 15 Aug 2023 10:22:21 -0600 + + https://enn.efnot.org/post/channels/ + Here is a list of the best channels on EFNet (in no particular order): +#efnetnews #LRH #Chases #happiness #birdnest #dnsk #blcknd #political #bubbles #wyyzrds-tower #stress #fightclub #political #philosophy + + + + Servers + https://enn.efnot.org/post/servers/ + Tue, 15 Aug 2023 10:08:55 -0600 + + https://enn.efnot.org/post/servers/ + EFNet has two round robin’s which are accessable via irc.efnet.org (ipv4 & ipv6). For those of you who wish to use ipv6 only, irc.ipv6.efnet.org. Further, each server on the network sets it’s own policies for access and for acceptable user conduct, so it’s likely that not all servers will permit access, or even be reachable. +The following is a list of all client servers seen connected as of 11 June 2021 + + diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..39860a9 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "EFNet News", + "short_name": "EFNet News", + "display": "browser", + "start_url": "/", + "background_color": "#2a2a2a", + "theme_color": "#1b1b1b", + "icons": [ + { + "src": "icons/192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} diff --git a/public/post/channels/index.html b/public/post/channels/index.html new file mode 100644 index 0000000..037484d --- /dev/null +++ b/public/post/channels/index.html @@ -0,0 +1,163 @@ + + + + + + + + Channels | EFNet News + + + + + + + + + +
+ + +
+
+ +
+ + +
+
+ +

Channels

+

Here is a list of the best channels on EFNet (in no particular order):

+
    +
  • #efnetnews
  • +
  • #LRH
  • +
  • #Chases
  • +
  • #happiness
  • +
  • #birdnest
  • +
  • #dnsk
  • +
  • #blcknd
  • +
  • #political
  • +
  • #bubbles
  • +
  • #wyyzrds-tower
  • +
  • #stress
  • +
  • #fightclub
  • +
  • #political
  • +
  • #philosophy
  • +
+
+ + + +
+
+
+ +
+
+
+ John Doe avatar +
+
+
+ John Doe +
+
John Doe's true identity is unknown. Maybe he is a successful blogger or writer.
+
+
+
+ + + + + + +
+ + + \ No newline at end of file diff --git a/public/post/index.html b/public/post/index.html new file mode 100644 index 0000000..21d55e7 --- /dev/null +++ b/public/post/index.html @@ -0,0 +1,114 @@ + + + + + + + + Posts | EFNet News + + + + + + + + + + +
+ + +
+
+ +
+ + +
+

Posts

+ +
+
+ +
+
+

Channels

+
Here is a list of the best channels on EFNet (in no particular order): +#efnetnews #LRH #Chases #happiness #birdnest #dnsk #blcknd #political #bubbles #wyyzrds-tower #stress #fightclub #political #philosophy
+ +
+
+ +
+
+

Servers

+
EFNet has two round robin’s which are accessable via irc.efnet.org (ipv4 & ipv6). For those of you who wish to use ipv6 only, irc.ipv6.efnet.org. Further, each server on the network sets it’s own policies for access and for acceptable user conduct, so it’s likely that not all servers will permit access, or even be reachable. +The following is a list of all client servers seen connected as of 11 June 2021
+ +
+
+ +
+
+ + +
+ + + \ No newline at end of file diff --git a/public/post/index.xml b/public/post/index.xml new file mode 100644 index 0000000..9148c53 --- /dev/null +++ b/public/post/index.xml @@ -0,0 +1,31 @@ + + + + Posts on EFNet News + https://enn.efnot.org/post/ + Recent content in Posts on EFNet News + Hugo -- gohugo.io + en-us + Tue, 15 Aug 2023 10:22:21 -0600 + + Channels + https://enn.efnot.org/post/channels/ + Tue, 15 Aug 2023 10:22:21 -0600 + + https://enn.efnot.org/post/channels/ + Here is a list of the best channels on EFNet (in no particular order): +#efnetnews #LRH #Chases #happiness #birdnest #dnsk #blcknd #political #bubbles #wyyzrds-tower #stress #fightclub #political #philosophy + + + + Servers + https://enn.efnot.org/post/servers/ + Tue, 15 Aug 2023 10:08:55 -0600 + + https://enn.efnot.org/post/servers/ + EFNet has two round robin’s which are accessable via irc.efnet.org (ipv4 & ipv6). For those of you who wish to use ipv6 only, irc.ipv6.efnet.org. Further, each server on the network sets it’s own policies for access and for acceptable user conduct, so it’s likely that not all servers will permit access, or even be reachable. +The following is a list of all client servers seen connected as of 11 June 2021 + + + + diff --git a/public/post/page/1/index.html b/public/post/page/1/index.html new file mode 100644 index 0000000..57b011e --- /dev/null +++ b/public/post/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://enn.efnot.org/post/ + + + + + + diff --git a/public/post/servers/index.html b/public/post/servers/index.html new file mode 100644 index 0000000..72b7295 --- /dev/null +++ b/public/post/servers/index.html @@ -0,0 +1,163 @@ + + + + + + + + Servers | EFNet News + + + + + + + + + +
+ + +
+
+ +
+ + +
+
+ +

Servers

+

EFNet has two round robin’s which are accessable via irc.efnet.org (ipv4 & ipv6). For those of you who wish to use ipv6 only, irc.ipv6.efnet.org. Further, each server on the network sets it’s own policies for access and for acceptable user conduct, so it’s likely that not all servers will permit access, or even be reachable.

+

The following is a list of all client servers seen connected as of 11 June 2021

+
- irc.mzima.net
+- irc.servercentral.net
+- irc.colosolutions.net
+- irc.Prison.NET
+- irc.underworld.no
+- efnet.port80.se
+- irc.homelien.no
+- irc.du.se
+- irc.choopa.net
+- efnet.deic.eu
+- irc.efnet.nl
+- irc.swepipe.se
+- http://chat.efnet.org (webchat server)
+
+

Another, semi-official server list can be found at http://www.efnet.org/?module=servers, which may be more or less current than this listing.

+
+ + + +
+
+
+ +
+
+
+ John Doe avatar +
+
+
+ John Doe +
+
John Doe's true identity is unknown. Maybe he is a successful blogger or writer.
+
+
+
+ + + + + + +
+ + + \ No newline at end of file diff --git a/public/servers/index.html b/public/servers/index.html new file mode 100644 index 0000000..e845803 --- /dev/null +++ b/public/servers/index.html @@ -0,0 +1,49 @@ + + + + + + + + Servers | EFNet News + + + + + + + + +
+ + +
+
+ +
+ +
+
+

Servers

+
    +
  • lrh.efnet.org
  • +
  • efnet.portlane.se
  • +
+
+ +
+
+
+ + + + + + + +
+
+ +
+ + \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index d9d2da3..361aed1 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,9 +2,19 @@ - https://enn.efnot.org/categories/ + https://enn.efnot.org/post/channels/ + 2023-08-15T10:22:21-06:00 + + https://enn.efnot.org/post/ + 2023-08-15T10:22:21-06:00 https://enn.efnot.org/ + 2023-08-15T10:14:18-06:00 + + https://enn.efnot.org/post/servers/ + 2023-08-15T10:08:55-06:00 + + https://enn.efnot.org/categories/ https://enn.efnot.org/tags/ diff --git a/public/tags/index.html b/public/tags/index.html index 06d7784..3405eb9 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -12,6 +12,7 @@ + @@ -23,6 +24,15 @@
+

Tags

@@ -35,6 +45,47 @@