diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d8171b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/ircdchan diff --git a/README.md b/README.md index 661935a..b4c7c0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -# ircd.chat website - - correct. we are online. \ No newline at end of file +ircd.chat website diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/config.toml b/config.toml deleted file mode 100644 index ad9afb7..0000000 --- a/config.toml +++ /dev/null @@ -1,18 +0,0 @@ -baseURL = "https://ircd.chat/" -title = "ircd.chat" -languageCode = "en-us" -theme = "hugo-dusk" - -[params.meta] - keywords = "irc, ircd, chat, internet, online, tcpdirect, tcp, direct, vxunderground, vxug, privy, vx-underground" - description = "ircd.chat - It's chatting, online." - -[params] - twitter = "ircdchat" - theme_colors = "default-dark" - -[markup] - [markup.highlight] - style = "rrt" # dark themes: monokai, api, fruity, native, rrt, swapoff - - diff --git a/connect.html b/connect.html new file mode 100644 index 0000000..5cad7a3 --- /dev/null +++ b/connect.html @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + ircd.chat - connect + + + +
+ +
+ +
+ + + + ## ircd.chat +
+ + + +
+ + +
+

Addresses

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AddressType
ircd.chat/[6667, 6697]PLAIN, SSL
ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/[6667, 6697]PLAIN, SSL
unwfzxog4zi6crfjcxwbgrxkdde2halgzrft6gbhkzhlgo7onuzlecyd.onion/[6667, 6697]PLAIN, SSL
+ + +

Clients

+ +
+
+ + + + + diff --git a/content/posts/0001-Online/Online.md b/content/posts/0001-Online/Online.md deleted file mode 100644 index d924b49..0000000 --- a/content/posts/0001-Online/Online.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Online" -date: 2020-11-29 -draft: false ---- - -### You already know we're on [IRC](https://www.w3.org/wiki/IRC). -#### Now we're on the [World Wide Web](https://www.w3.org/2007/02/dd-internet.htm), too. - ---- - - -##### IRC Connection Points: -+ `ircd.chat/6697 -ssl` -+ `br3ircdrchatmfsk.onion/6667` -+ `ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/6667` - -##### IRC Clients: -+ [Irssi](https://irssi.org/) -+ [WeeChat](https://weechat.org/) -+ [HexChat](https://hexchat.github.io/) -+ [Quassel](https://quassel-irc.org/) - diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..20673ab --- /dev/null +++ b/faq.html @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + ircd.chat - faq + + + +
+ +
+ +
+ + + + ## ircd.chat +
+ + + +
+ + +
+ +

Navigation

+ + + +

Answers

+ + +

What is your logging policy?

+

We do not allow logging in channels (That'll not stop other people or the feds though).

+ + +

Is Tor supported?

+

Yes, Tor is supported. We have 2 onion domains which are onion v3.

+ + +

Are VPNs allowed?

+

Yes, VPNs are allowed.

+ + +

Is cloaking supported?

+

Yes, cloaking is supported. Cloaking is enabled by default. To opt out, run /mode yournick -x and to return back /mode yournick +x.

+ + +

Are there any bridges?

+

Yes, there is a Matrix bridge for the main channel #tcpdirect.

+ + +

What bots are there?

+ + + + +
+
+
Maple
+
+
+ placeholder +
+
+
+
+ + +
+
+
Van
+
+
+ placeholder +
+
+
+
+ + +
+
+
Professor 0ak
+
+
+ placeholder +
+
+
+
+ + +
+
+
Drunkb0t
+
+
+ placeholder +
+
+
+
+ + +
+
+
Plug
+
+
+ placeholder +
+
+
+
+
+
+ + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..670b6f6 --- /dev/null +++ b/index.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + ircd.chat + + + +
+ +
+ +
+ + + + ## ircd.chat +
+ + + +
+ + +
+ +
+

Welcome to ircd.chat

+

+ placeholder +

+
+ + +
+

News

+

SASL only (1st August 2022)

+

+ Due to an ongoing ingress of malicious bots, the server has been in an out of lockdown mode requiring SASL for all connections. We are working on solutions, in the meantime, a valid SASL login will work every time :^) +

+
+ + +
+

Donate

+ + + + + + + + + + + + + + + + + + + + + + + +
AddressType
placeholderXMR
placeholderBTC
+
+
+
+ + + + + diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 02984b2..0000000 --- a/public/404.html +++ /dev/null @@ -1 +0,0 @@ -404 Page not found

404 Page not found :(

\ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index ab3b248..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1 +0,0 @@ -Categories

Categories

\ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 3d7b90d..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1 +0,0 @@ -Categories on ircd.chathttps://ircd.chat/categories/Recent content in Categories on ircd.chatHugo -- gohugo.ioen-us \ No newline at end of file diff --git a/public/css/default-dark.css b/public/css/default-dark.css deleted file mode 100644 index 08abb2e..0000000 --- a/public/css/default-dark.css +++ /dev/null @@ -1,175 +0,0 @@ - -/* - * main green: #99cc66 - * */ - -:root { - --main-bg-color: #101010; - --main-text: #ffffff; - --main-sec: #99cc66; /* main secondary color for the site */ - --alt-sec: #75bdf4; - --code-quote-bg: #1D1F21; /* background color for quotes and code blocks */ - --copyright: #808080; /* copyright text color */ -} - -body { - background: var(--main-bg-color); - color: var(--main-text); -} - -a { - color: var(--alt-sec); - text-decoration: none; -} - -.__h_instagram.card { - border: 1px solid #303030 !important; -} - -.__h_instagram .card-text { - color: var(--main-text); -} - -.__h_instagram .card-header { - color: var(--main-bg-color); - background-color: #101010; -} - -.__h_instagram .card-body { - color: var(--main-bg-color); - background-color: #101010; -} - -pre { - background: var(--main-bg-color); - border: 1px solid #303030; - border-radius: 5px; -} - -code { - background-color: transparent; -} - -/* - * syntax highlight code block table backround - * looks better if overwritten. - * */ -.post .content .highlight table { - background-color: #202020 !important; -} - -blockquote { - background: var(--main-bg-color); - border-left: 3px solid var(--main-sec); -} - -table { margin: 1em auto; border-collapse: collapse; } -table, th, td { border: 1px solid #5C5C5C; } -tr:hover { background: #1D1F21; } -th { background: #101010; } -.siteTitle a { - color: var(--main-sec); -} - -.post { - background: #202020; - border-left: 1px solid #303030; - border-right: 1px solid #303030; - border-top: 1px solid #303030; - border-radius: 0.2em; - box-shadow: 0 1px 2px 0 #000000, 0 2px 5px 0 #000000; -} - -.post .content h1{ color: var(--main-sec); } -.post .content h2{ color: var(--main-sec); } -.post .content h3{ color: var(--main-sec); } -.post .content h4{ color: var(--main-sec); } -.post .content h5{ color: var(--main-text); } -.post .content h6{ color: var(--main-sec); } -.post .content a:hover { color: var(--main-sec); } -.social-link:hover { color: var(--main-sec); } -.nav-item-title:hover { color: var(--main-sec); } -.tag a:hover { color: var(--main-sec); } -.copyright { color: var(--copyright); } -.poweredby { color: var(--copyright); } -.poweredby a { color: var(--copyright); } - -.post-preview { - border: 1px solid #303030; - border-radius: 0.2em; - box-shadow: 0 1px 2px 0 #000000, 0 2px 5px 0 #000000; - background: #202020; -} - -.post-preview .meta { - border-bottom: 1px solid #303030; -} - -.post-preview .title a { - color: var(--main-sec); -} - -.post-footer-data { - background-color: #101010; - border-bottom: 1px solid #303030; -} - -.post-footer hr { - color: #303030; -} - -.content-item { - background: #202020; - border: 1px solid #303030; - border-radius: 0.2em; - box-shadow: 0 1px 2px 0 #000000, 0 2px 5px 0 #000000; -} - -.content-item .meta { - border-top: 1px dotted #303030; -} - -.content-item a:hover{ - text-decoration: underline; - color: var(--main-sec); -} - -.post-list .title { - color: var(--main-sec); -} - -.rmore { - color: var(--main-text); -} - -.rmore a { - background: var(--main-bg-color); - border: 1px solid #303030; -} - -.rmore a:hover { - background: #202020; - color: var(--main-text); -} - -.terms { - background: #202020; - border: 1px solid #303030; - box-shadow: 0 1px 2px 0 #000000, 0 2px 5px 0 #000000; -} - -.terms .term { - border-bottom: 1px dotted #303030; -} - -.term a:hover { - text-decoration: underline; - color: var(--main-sec); -} - -.err-404 { - border: 1px solid #303030; - border-radius: 0.2em; - background: #202020; - box-shadow: 0 1px 2px 0 #000000, 0 2px 5px 0 #000000; -} diff --git a/public/css/layout.css b/public/css/layout.css deleted file mode 100644 index 4310385..0000000 --- a/public/css/layout.css +++ /dev/null @@ -1,602 +0,0 @@ -body { - font-family: "Arial", Gadget, sans-serif; - counter-reset: heading; - margin: 0; -} - -footer { - font-size: 0.8em; -} - -.main { - margin: auto; - max-width: 42em; -} - -.main .header-bar { - padding: 1em 0.2em 0.3em 0.2em; -} - -img { - max-width: 100%; - display: block; - margin-left: auto; - margin-right: auto; -} - -figure { - margin: 0em; -} - -figcaption { - text-align: center; - font-size: 0.9em; - font-weight: bold; -} - -iframe { - max-width: 42em; - display: block; - margin-left: auto; - margin-right: auto; -} - -li { - margin-top: 0.5em; -} - -p { - line-height: 1.5em; -} - -h1 { font-size: 2em; - font-weight: normal; -} -h2 { font-size: 1.5em; - font-weight: normal; -} -h3 { font-size: 1.17em; - font-weight: normal; -} -h4 { font-size: 1.12em; - font-weight: normal; -} -h5 { font-size: .90em; - font-weight: bold; -} -h6 { font-size: .75em; - font-weight: normal; -} - -a:active, a:focus { - outline-style: solid; - outline-width: thin; -} - -header { - justify-content: space-around; - flex-direction: column; -} - -/* navigation */ -nav { - text-align: center; - display: -webkit-flex; - -webkit-justify-content: space-between; - -webkit-flex-flow: column; - display: flex; - justify-content: space-between; - flex-flow: column; -} - -.nav-item { - font-size: 1.2em; - text-decoration: none; - font-weight: bold; -} - -.nav-item-title { - padding: 0.2em; -} - -.nav-item-title:hover { - text-decoration: underline; -} - -pre { - margin: 1em 0em 1em; - padding: 0.5em 0.5em 0.5em; -} - -code { - white-space: pre-wrap; /* Since CSS 2.1 */ - white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ - white-space: -pre-wrap; /* Opera 4-6 */ - white-space: -o-pre-wrap; /* Opera 7 */ - word-wrap: break-word; /* Internet Explorer 5.5+ */ - line-height: 1.5em; -} - -blockquote { - padding: 0.5em; - padding-left: 1em; -} - -th, td { - padding: 0.5em; -} - - -/* site title */ -.siteTitle { - font-size: 2.5em; - margin-bottom: 0.2em; - font-family: "Lucida Console", Monaco, monospace; -} - -.siteTitle a { - text-decoration: none; -} - -.articleheader_data { - display: -webkit-flex; - -webkit-justify-content: space-between; - -webkit-flex-flow: row wrap; - display: flex; - justify-content: space-between; - flex-flow: row wrap; -} - -.post .title { - text-align: center; -} - -.post .content{ - padding-left : 1em; - padding-right : 1em; -} - -.post .date { - text-align: center; -} - -.post { - margin-top : 1.5em; - margin-bottom : 1.5em; -} - -.post .content h1{ - margin: 1em 0em; -} - -.post .content h2{ - margin: 1em 0em; -} - -.post .content h3{ - margin: 1em 0em; - text-align: center; -} - -.post .content h4{ - margin: 1em 0em; - text-align: center; -} - -.post .content h5{ - margin: 1em 0em; -} - -.post .content p{ -} - -.post-footer-data { -/* display: -webkit-flex; - -webkit-flex-direction: column; - -webkit-align-items: flex-start; - display: flex; - flex-direction: column; - align-items: flex-start; */ - font-size: 0.7em; - padding: 1em; -} - -.post-footer hr { - width: 100%; -} - -.post-footer-data .date { - font-weight: bold; - text-align: right; - padding-top: 0.2em; - padding-bottom: 0.2em; -} - -.post-footer-data .tag { - font-weight: bold; -} - -.post-footer-data .categories { - padding-top: 0.5em; -} - -.post-footer-data .category { - font-weight: bold; -} - -.post-footer-data .series { - padding-top: 0.5em; - padding-bottom: 0.5em; -} - -.content-item { - margin-top: 0.5em; - padding: 0.1em 0.3em 0.5em 0.3em -} - -.content-item .meta{ - margin-top: 0.5em; - padding-top: 0.5em; - display: -webkit-flex; - display:flex; - flex-wrap: wrap; - flex-direction: column; - font-size: 0.7em; -} - -.content-item .tags { - margin-bottom: 0.3em; - font-weight: bold; -} - -.content-item .categories { - margin-top: 0.3em; - margin-bottom: 0.3em; -} - -.content-item .category { - font-weight: bold; - display: inline-block; -} - -.content-item .series { - margin-top: 0.3em; - margin-bottom: 0.3em; -} - -.content-item .series-name { - font-weight: bold; - display: inline-block; -} - -.content-item .date { - font-size: 0.7em; - font-weight: bold; - white-space: nowrap; - text-align: right; -} - -.post-footer-menu { - display: -webkit-flex; - -webkit-justify-content: space-between; - display: flex; - justify-content: space-between; - - font-size: 0.8em; - margin: 0.5em 4em; -} - -.post-prev a { - text-decoration: none; - font-weight: bold; -} - -.post-next a { - text-decoration: none; - font-weight: bold; -} - -.post-home a { - text-decoration: none; - font-weight: bold; -} - -.copyright { - font-size: smaller; - text-align: center; - margin-top: 1em; -} - -.poweredby { - font-size: smaller; - text-align: center; -} - -.poweredby a { - text-decoration: none; - text-decoration: underline; -} - -.err-404 { - margin: 3em; - text-align: center; -} - -.social-links-header { - display: -webkit-flex; - -webkit-justify-content: center; - -webkit-flex-flow: row wrap; - display: flex; - justify-content: center; - flex-flow: row wrap; -} - -.social-links-header a { - text-decoration: none; -} - -.social-links-footer { - text-align: center; - display: -webkit-flex; - -webkit-justify-content: center; - -webkit-flex-flow: row wrap; - display: flex; - justify-content: center; - flex-flow: row wrap; - - margin-top: 0.5em; -} - -.social-links-footer a { - text-decoration: none; -} - -.social-link { - margin: 0.2em; - font-size: 1.2em; -} - -.social-link:hover { - text-decoration: underline; -} - -.content-list { - font-size: 1.2em; -} - -.content-item a { - text-decoration: none; -} - -.content-list-date { - font-size: 1.2em; - margin-top: 0.5em; - text-align: center; -} - -.post-list { - display: -webkit-flex; - -webkit-justify-content: center; - display: flex; - justify-content: space-between; - margin-top: 0.5em; - margin-bottom: 0.5em; -} - -.post-list .title { - margin: 0em; -} - -.post-list .date { - margin: 0em; - font-size: 0.9em; -} - -.post-footer-data .category { - font-weight: bold; - display: inline-block; -} - -.post-footer-data .category a { - text-decoration: none; -} - -.post-footer-data .series-name { - display: inline-block; -} - -.post-footer-data .series-name a { - font-weight: bold; - text-decoration: none; -} - -.tag { - display: inline-block; -} - -.tag a { - text-decoration: none; -} - -/* summary list on main page */ - -.post-preview { - text-decoration: none; - padding: 0.5em 0.5em 1em 0.5em; - margin-top: 1.5em; - margin-bottom: 1.5em; -} - -.post-preview .title { - margin-top: 0.3em; - margin-bottom: 0.3em; -} - -.post-preview a { - text-decoration: none; -} - -.post-preview .summary { - padding-left: 0.5em; - padding-right: 0.5em; - padding-top: 0.5em; - line-height: 1.5em; -} - -.post-preview .summary p { - margin-block-start: 0.5em; - margin-block-end: 0.5em; - margin-inline-start: 0.em; - margin-inline-end: 0em; - line-height: 1.5em; -} - -.post-preview .meta { - font-size: 0.8em; - font-weight: bold; - padding: 0.3em 1em 0.5em 1em; - text-align: left; - display: flex; - flex-wrap: wrap; - justify-content: space-between; -} - -.post-preview .date { - font-weight: bold; - text-align: left; -} - -.post-preview .tags { - font-weight: bold; - text-align: left; -} - -.post-preview .categories { - font-weight: bold; - text-align: left; - display: inline-block; -} - -.rmore { - margin-top: 0.5em; - white-space:nowrap; - text-align: right; -} - -.rmore a { - border-radius: 0.2em; - padding: 0.3em; -} - -/* terms list */ -.terms { - border-radius: 0.2em; - width: 50%; - margin: auto; - margin-bottom: 1em; -} - -.terms a { - font-size: 1.2em; - text-decoration: none; -} - -.terms .term { - padding: 0.5em; -} - -.page-nav { - display: -webkit-flex; - -webkit-justify-content: center; - -webkit-flex-flow: row wrap; - display: flex; - justify-content: center; - flex-flow: row wrap; - - padding: 1em; - font-weight: bold; -} - -.page-nav a { - text-decoration: none; -} - -.page-num { - text-align: center; - margin-left: 1em; - margin-right: 1em; -} - -.content-list-title { - text-align: center; - margin-bottom: 0em; -} - -.content-list-title a { - text-decoration: none; -} - -.term-list-title { - text-align: center; -} - -.term-list-title a { - text-decoration: none; -} - -.sitemap { - margin: auto; - width: 50%; - font-size: 1.4em; -} - -.__h_instagram .card-header { - font-weight: bold; - padding: 0.5em; - text-align: center; -} - -.__h_instagram .card-body { - padding: 0.5em; -} - -@media only screen and (min-width: 400px) { - - nav { - flex-flow: row wrap; - } - - .siteTitle { - flex-grow: 2; - text-align: left; - flex-basis: 0; - } - - .nav-item-title { - font-size: 0.85em; - font-weight: bold; - } - - .social-links-header { - font-size: 0.75em; - -webkit-justify-content: left; - -webkit-flex-flow: row wrap; - justify-content: left; - flex-flow: row wrap; - } - - .social-link { - font-weight: bold; - } - - .social-links-footer { - text-align: center; - -webkit-justify-content: center; - -webkit-flex-flow: row wrap; - justify-content: center; - flex-flow: row wrap; - - font-size: 0.75em; - } -} - diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 4bfc8eb..0000000 --- a/public/index.html +++ /dev/null @@ -1 +0,0 @@ -ircd.chat

Online

You already know we’re on IRC.

Now we’re on the World Wide Web, too.


IRC Connection Points:
  • ircd.chat/6697 -ssl
  • br3ircdrchatmfsk.onion/6667
  • ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/6667
IRC Clients:
\ No newline at end of file diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 8d1198e..0000000 --- a/public/index.xml +++ /dev/null @@ -1 +0,0 @@ -ircd.chathttps://ircd.chat/Recent content on ircd.chatHugo -- gohugo.ioen-usSun, 29 Nov 2020 00:00:00 +0000Onlinehttps://ircd.chat/posts/0001-online/online/Sun, 29 Nov 2020 00:00:00 +0000https://ircd.chat/posts/0001-online/online/You already know we’re on IRC. Now we’re on the World Wide Web, too. IRC Connection Points: ircd.chat/6697 -ssl br3ircdrchatmfsk.onion/6667 ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/6667 IRC Clients: Irssi WeeChat HexChat Quassel \ No newline at end of file diff --git a/public/page/1/index.html b/public/page/1/index.html deleted file mode 100644 index d03648a..0000000 --- a/public/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https://ircd.chat/ \ No newline at end of file diff --git a/public/posts/0001-online/online/index.html b/public/posts/0001-online/online/index.html deleted file mode 100644 index b0a954b..0000000 --- a/public/posts/0001-online/online/index.html +++ /dev/null @@ -1 +0,0 @@ -Online

Online

You already know we’re on IRC.

Now we’re on the World Wide Web, too.


IRC Connection Points:
  • ircd.chat/6697 -ssl
  • br3ircdrchatmfsk.onion/6667
  • ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/6667
IRC Clients:
\ No newline at end of file diff --git a/public/posts/index.html b/public/posts/index.html deleted file mode 100644 index faf5a7f..0000000 --- a/public/posts/index.html +++ /dev/null @@ -1 +0,0 @@ -Posts

Posts

\ No newline at end of file diff --git a/public/posts/index.xml b/public/posts/index.xml deleted file mode 100644 index 353a837..0000000 --- a/public/posts/index.xml +++ /dev/null @@ -1 +0,0 @@ -Posts on ircd.chathttps://ircd.chat/posts/Recent content in Posts on ircd.chatHugo -- gohugo.ioen-usSun, 29 Nov 2020 00:00:00 +0000Onlinehttps://ircd.chat/posts/0001-online/online/Sun, 29 Nov 2020 00:00:00 +0000https://ircd.chat/posts/0001-online/online/You already know we’re on IRC. Now we’re on the World Wide Web, too. IRC Connection Points: ircd.chat/6697 -ssl br3ircdrchatmfsk.onion/6667 ljxozsuo3rkfhdedxxy5hr7vanxix5rhx7agvplsht5libgqeov3qfid.onion/6667 IRC Clients: Irssi WeeChat HexChat Quassel \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 8a53f9a..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1 +0,0 @@ -https://ircd.chat/2020-11-29T00:00:00+00:00https://ircd.chat/posts/0001-online/online/2020-11-29T00:00:00+00:00https://ircd.chat/posts/2020-11-29T00:00:00+00:00https://ircd.chat/categories/https://ircd.chat/tags/ \ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index 131763c..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1 +0,0 @@ -Tags

Tags

\ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index a953cf8..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1 +0,0 @@ -Tags on ircd.chathttps://ircd.chat/tags/Recent content in Tags on ircd.chatHugo -- gohugo.ioen-us \ No newline at end of file diff --git a/static/css/hack.css b/static/css/hack.css new file mode 100644 index 0000000..d11469b --- /dev/null +++ b/static/css/hack.css @@ -0,0 +1 @@ +html{font-size:12px}*{box-sizing:border-box;text-rendering:geometricPrecision}body{font-size:1rem;line-height:1.5rem;margin:0;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;word-wrap:break-word}h1,h2,h3,h4,h5,h6{line-height:1.3em}fieldset{border:none;padding:0;margin:0}pre{padding:2rem;margin:1.75rem 0;background-color:#fff;border:1px solid #ccc;overflow:auto}code[class*=language-],pre[class*=language-],pre code{font-weight:100;text-shadow:none;margin:1.75rem 0}a{cursor:pointer;color:#ff2e88;text-decoration:none;border-bottom:1px solid #ff2e88}a:hover{background-color:#ff2e88;color:#fff}.grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid.\-top{-ms-flex-align:start;align-items:flex-start}.grid.\-middle{-ms-flex-align:center;align-items:center}.grid.\-bottom{-ms-flex-align:end;align-items:flex-end}.grid.\-stretch{-ms-flex-align:stretch;align-items:stretch}.grid.\-baseline{-ms-flex-align:baseline;align-items:baseline}.grid.\-left{-ms-flex-pack:start;justify-content:flex-start}.grid.\-center{-ms-flex-pack:center;justify-content:center}.grid.\-right{-ms-flex-pack:end;justify-content:flex-end}.grid.\-between{-ms-flex-pack:justify;justify-content:space-between}.grid.\-around{-ms-flex-pack:distribute;justify-content:space-around}.cell{-ms-flex:1;flex:1;box-sizing:border-box}@media screen and (min-width:768px){.cell.\-1of12{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.cell.\-2of12{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.cell.\-3of12{-ms-flex:0 0 25%;flex:0 0 25%}.cell.\-4of12{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.cell.\-5of12{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%}.cell.\-6of12{-ms-flex:0 0 50%;flex:0 0 50%}.cell.\-7of12{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%}.cell.\-8of12{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.cell.\-9of12{-ms-flex:0 0 75%;flex:0 0 75%}.cell.\-10of12{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.cell.\-11of12{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%}}@media screen and (max-width:768px){.grid{-ms-flex-direction:column;flex-direction:column}.cell{-ms-flex:0 0 auto;flex:0 0 auto}}.hack,.hack blockquote,.hack code,.hack em,.hack h1,.hack h2,.hack h3,.hack h4,.hack h5,.hack h6,.hack strong{font-size:1rem;font-style:normal;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif}.hack blockquote,.hack code,.hack em,.hack strong{line-height:20px}.hack blockquote,.hack code,.hack footer,.hack h1,.hack h2,.hack h3,.hack h4,.hack h5,.hack h6,.hack header,.hack li,.hack ol,.hack p,.hack section,.hack ul{float:none;margin:0;padding:0}.hack blockquote,.hack h1,.hack ol,.hack p,.hack ul{margin-top:20px;margin-bottom:20px}.hack h1{position:relative;display:inline-block;display:table-cell;padding:20px 0 30px;margin:0;overflow:hidden}.hack h1:after{content:"====================================================================================================";position:absolute;bottom:10px;left:0}.hack h1+*{margin-top:0}.hack h2,.hack h3,.hack h4,.hack h5,.hack h6{position:relative;margin-bottom:1.75rem}.hack h2:before,.hack h3:before,.hack h4:before,.hack h5:before,.hack h6:before{display:inline}.hack h2:before{content:"## "}.hack h3:before{content:"### "}.hack h4:before{content:"#### "}.hack h5:before{content:"##### "}.hack h6:before{content:"###### "}.hack li{position:relative;display:block;padding-left:20px}.hack li:after{position:absolute;top:0;left:0}.hack ul>li:after{content:"-"}.hack ol{counter-reset:a}.hack ol>li:after{content:counter(a) ".";counter-increment:a}.hack ol li:nth-child(n+10):after{left:-7px}.hack blockquote{position:relative;padding-left:17px;padding-left:2ch;overflow:hidden}.hack blockquote:after{content:">\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>\A>";white-space:pre;position:absolute;top:0;left:0;line-height:20px}.hack em:after,.hack em:before{content:"*";display:inline}.hack pre code:after,.hack pre code:before{content:""}.hack code{font-weight:700}.hack code:after,.hack code:before{content:"`";display:inline}.hack hr{position:relative;height:20px;overflow:hidden;border:0;margin:20px 0}.hack hr:after{content:"----------------------------------------------------------------------------------------------------";position:absolute;top:0;left:0;line-height:20px;width:100%;word-wrap:break-word}@-moz-document url-prefix(){.hack h1{display:block}}.hack-ones ol>li:after{content:"1."}p{margin:0 0 1.75rem}.container{max-width:70rem}.container,.container-fluid{margin:0 auto;padding:0 1rem}.inner{padding:1rem}.inner2x{padding:2rem}.pull-left{float:left}.pull-right{float:right}.progress-bar{height:8px;opacity:.8;background-color:#ccc;margin-top:12px}.progress-bar.progress-bar-show-percent{margin-top:38px}.progress-bar-filled{background-color:gray;height:100%;transition:width .3s ease;position:relative;width:0}.progress-bar-filled:before{content:"";border:6px solid transparent;border-top-color:gray;position:absolute;top:-12px;right:-6px}.progress-bar-filled:after{color:gray;content:attr(data-filled);display:block;font-size:12px;white-space:nowrap;position:absolute;border:6px solid transparent;top:-38px;right:0;-ms-transform:translateX(50%);transform:translateX(50%)}table{width:100%;border-collapse:collapse;margin:1.75rem 0;color:#778087}table td,table th{vertical-align:top;border:1px solid #ccc;line-height:15px;padding:10px}table thead th{font-size:10px}table tbody td:first-child{font-weight:700;color:#333}.form{width:30rem}.form-group{margin-bottom:1.75rem;overflow:auto}.form-group label{border-bottom:2px solid #ccc;color:#333;width:10rem;display:inline-block;height:38px;line-height:38px;padding:0;float:left;position:relative}.form-group.form-success label{color:#4caf50!important;border-color:#4caf50!important}.form-group.form-warning label{color:#ff9800!important;border-color:#ff9800!important}.form-group.form-error label{color:#f44336!important;border-color:#f44336!important}.form-control{outline:none;border:none;border-bottom:2px solid #ccc;padding:.5rem 0;width:20rem;height:38px;background-color:transparent}.form-control:focus{border-color:#555}.form-group.form-textarea label:after{position:absolute;content:"";width:2px;background-color:#fff;right:-2px;top:0;bottom:0}textarea.form-control{height:auto;resize:none;padding:1rem 0;border-bottom:2px solid #ccc;border-left:2px solid #ccc;padding:.5rem}select.form-control{border-radius:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}.help-block{color:#999;margin-top:.5rem}.form-actions{margin-bottom:1.75rem}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;outline:none;padding:.65rem 2rem;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;z-index:1}.btn:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.12)}.btn.btn-ghost{border-color:#757575;color:#757575;background-color:transparent}.btn.btn-ghost:focus,.btn.btn-ghost:hover{border-color:#424242;color:#424242;z-index:2}.btn.btn-ghost:hover{background-color:transparent}.btn-block{width:100%;display:-ms-flexbox;display:flex}.btn-default{color:#fff;background-color:#e0e0e0;border:1px solid #e0e0e0;color:#333}.btn-default:focus:not(.btn-ghost),.btn-default:hover{background-color:#dcdcdc;border-color:#dcdcdc}.btn-success{color:#fff;background-color:#4caf50;border:1px solid #4caf50}.btn-success:focus:not(.btn-ghost),.btn-success:hover{background-color:#43a047;border-color:#43a047}.btn-success.btn-ghost{border-color:#4caf50;color:#4caf50}.btn-success.btn-ghost:focus,.btn-success.btn-ghost:hover{border-color:#388e3c;color:#388e3c;z-index:2}.btn-error{color:#fff;background-color:#f44336;border:1px solid #f44336}.btn-error:focus:not(.btn-ghost),.btn-error:hover{background-color:#e53935;border-color:#e53935}.btn-error.btn-ghost{border-color:#f44336;color:#f44336}.btn-error.btn-ghost:focus,.btn-error.btn-ghost:hover{border-color:#d32f2f;color:#d32f2f;z-index:2}.btn-warning{color:#fff;background-color:#ff9800;border:1px solid #ff9800}.btn-warning:focus:not(.btn-ghost),.btn-warning:hover{background-color:#fb8c00;border-color:#fb8c00}.btn-warning.btn-ghost{border-color:#ff9800;color:#ff9800}.btn-warning.btn-ghost:focus,.btn-warning.btn-ghost:hover{border-color:#f57c00;color:#f57c00;z-index:2}.btn-info{color:#fff;background-color:#00bcd4;border:1px solid #00bcd4}.btn-info:focus:not(.btn-ghost),.btn-info:hover{background-color:#00acc1;border-color:#00acc1}.btn-info.btn-ghost{border-color:#00bcd4;color:#00bcd4}.btn-info.btn-ghost:focus,.btn-info.btn-ghost:hover{border-color:#0097a7;color:#0097a7;z-index:2}.btn-primary{color:#fff;background-color:#2196f3;border:1px solid #2196f3}.btn-primary:focus:not(.btn-ghost),.btn-primary:hover{background-color:#1e88e5;border-color:#1e88e5}.btn-primary.btn-ghost{border-color:#2196f3;color:#2196f3}.btn-primary.btn-ghost:focus,.btn-primary.btn-ghost:hover{border-color:#1976d2;color:#1976d2;z-index:2}.btn-group{overflow:auto}.btn-group .btn{float:left}.btn-group .btn-ghost:not(:first-child){margin-left:-1px}.card{border:1px solid #ccc}.card .card-header{color:#333;text-align:center;background-color:#ddd;padding:.5rem 0}.alert{color:#ccc;padding:1rem;border:1px solid #ccc;margin-bottom:1.75rem}.alert-success{color:#4caf50;border-color:#4caf50}.alert-error{color:#f44336;border-color:#f44336}.alert-info{color:#00bcd4;border-color:#00bcd4}.alert-warning{color:#ff9800;border-color:#ff9800}.media:not(:last-child){margin-bottom:1.25rem}.media-left{padding-right:1rem}.media-left,.media-right{display:table-cell;vertical-align:top}.media-right{padding-left:1rem}.media-body{display:table-cell;vertical-align:top}.media-heading{font-size:1.16667rem;font-weight:700}.media-content{margin-top:.3rem}.avatarholder,.placeholder{background-color:#f0f0f0;text-align:center;color:#b9b9b9;font-size:1rem;border:1px solid #f0f0f0}.avatarholder{width:48px;height:48px;line-height:46px;font-size:2rem;background-size:cover;background-position:50%;background-repeat:no-repeat}.avatarholder.rounded{border-radius:33px}.loading{display:inline-block;content:" ";height:20px;width:20px;margin:0 .5rem;animation:a .6s infinite linear;border:2px solid #e91e63;border-right-color:transparent;border-radius:50%}.btn .loading{margin-bottom:0;width:14px;height:14px}.btn div.loading{float:left}.alert .loading{margin-bottom:-5px}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu{width:100%}.menu .menu-item{display:block;color:#616161;border-color:#616161}.menu .menu-item.active,.menu .menu-item:hover{color:#000;border-color:#000;background-color:transparent}@media screen and (max-width:768px){.form-group label{display:block;border-bottom:none;width:100%}.form-group.form-textarea label:after{display:none}.form-control{width:100%}textarea.form-control{border-left:none;padding:.5rem 0}pre::-webkit-scrollbar{height:3px}}@media screen and (max-width:480px){.form{width:100%}} diff --git a/static/css/ircd.css b/static/css/ircd.css new file mode 100644 index 0000000..8c9980e --- /dev/null +++ b/static/css/ircd.css @@ -0,0 +1 @@ +.ircd{color:#597a81}.ircd,.ircd pre{font-size:1.2rem;background-color:#000f1b}.ircd pre{padding:0;border:none}.ircd pre code{color:#00bcd4}.ircd .alert{font-size:1.2rem;color:#a9bed7;border-color:#a9bed7}.ircd .card,.ircd .form-control,.ircd .form-group label{border-color:rgba(95,95,95,.78);font-size:1.2rem}.ircd h1,.ircd h2,.ircd h3,.ircd h4,.ircd h5{font-size:1.2rem}.ircd code,.ircd h1 a,.ircd h2 a,.ircd h3 a,.ircd h4 a,.ircd h5 a,.ircd strong,.ircd table,.ircd table tbody td:first-child,.ircd textarea.form-control{font-size:1.2rem;color:#a9bed7}.ircd code{font-size:1.2rem;font-weight:100}.ircd table td,.ircd table th{font-size:1.2rem;border-color:#444}.ircd .form-control,.ircd .form-group label{color:#a9bed7}.ircd .form-group.form-textarea label:after{font-size:1.2rem;background-color:#000}.ircd .btn.btn-ghost.btn-default,.ircd .form-control:focus{font-size:1.2rem;border-color:#a9bed7;color:#a9bed7}.ircd .card .card-header{font-size:1.2rem;background-color:transparent;color:#a9bed7;border-bottom:1px solid rgba(95,95,95,.78)}.ircd .btn.btn-ghost.btn-default:focus,.ircd .btn.btn-ghost.btn-default:hover{border-color:#87b8f2;z-index:1;font-size:1.2rem;color:#a9bed7} diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..4ce1e06 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,15 @@ +/* ircdchan image */ +#ircdchan { + width: 18%; + margin-top: 2%; +} + +/* Navigation buttons */ +#button { + border-bottom: none; +} + +/* Footer */ +#footer { + text-align: center; +} diff --git a/static/images/ircdchan.png b/static/images/ircdchan.png new file mode 100644 index 0000000..92063b4 Binary files /dev/null and b/static/images/ircdchan.png differ diff --git a/themes/hugo-dusk b/themes/hugo-dusk deleted file mode 160000 index 0e15715..0000000 --- a/themes/hugo-dusk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0e157150a086f4f384b8ee2fce3ee907955f1023 diff --git a/tutorials.html b/tutorials.html new file mode 100644 index 0000000..691a718 --- /dev/null +++ b/tutorials.html @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + ircd.chat - tutorials + + + +
+ +
+ +
+ + + + ## ircd.chat +
+ + + +
+ + +
+ +

Navigation

+ + + +

Answers

+

How to connect?

+ + + + +

How to register a nickname?

+

/query NickServ help (Email is not required)

+ +

How to register a channel?

+

/query ChanServ help (Advertise your channel in #tcpdirect)

+ + +

How to change my vhost?

+

If you want a custom vhost /query kayos or /query moony. Or buy a domain

+
+
+ + + + +