diff --git a/app.js b/index.js similarity index 72% rename from app.js rename to index.js index 8140b11..a2de631 100644 --- a/app.js +++ b/index.js @@ -1,5 +1,5 @@ const express = require('express') -const app = express() +const webserver = express() const port = 3003 const serveIndex = require('./src/utils/serve_index') const {engine} = require('express-handlebars') @@ -9,7 +9,7 @@ const { handlebars } = require('hbs') const publicPath = "/public" const inUrlPath = "public" -app.engine('.hbs', engine({extname: '.hbs', helpers: { +webserver.engine('.hbs', engine({extname: '.hbs', helpers: { ifDivisibleBy: function (index, divisor, options) { if (index % divisor === 0) { return options.fn(this); @@ -22,19 +22,19 @@ app.engine('.hbs', engine({extname: '.hbs', helpers: { return (new handlebars.SafeString(string)) } }})); -app.set('view engine', '.hbs'); +webserver.set('view engine', '.hbs'); -app.use(publicPath, express.static(inUrlPath), serveIndex(inUrlPath, { +webserver.use(publicPath, express.static(inUrlPath), serveIndex(inUrlPath, { })) -app.listen(port, () => { +webserver.listen(port, () => { console.log(`Listening on port ${port}`) }) -app.use('/', indexRouter) +webserver.use('/', indexRouter) -app.use((err, _req, res, next) =>{ +webserver.use((err, _req, res, next) =>{ if (err){ console.error(err) res.send("It was terrible. Check the logs for more details.") @@ -42,7 +42,7 @@ app.use((err, _req, res, next) =>{ else next() }) -app.use((_req, res, _next) => { +webserver.use((_req, res, _next) => { res.status(404).render('404', { stylesheet: '/public/styles/404/index.css', title: "404!" diff --git a/package.json b/package.json index 30ab3ac..9f6308c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "start": "nodemon app.js", + "start": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", diff --git a/process.json b/process.json index 3543312..e71eab6 100644 --- a/process.json +++ b/process.json @@ -1,5 +1,5 @@ { - "script": "app.js", + "script": "index.js", "name": "lyrical-tokarev", "watch": true, "ignore_watch": ["public", "node_modules", "package.json", "package-lock.json", ".git"] diff --git a/public/styles/home/index.css b/public/styles/home/index.css index fe207d6..5c0e590 100644 --- a/public/styles/home/index.css +++ b/public/styles/home/index.css @@ -40,4 +40,10 @@ background-image: url("/public/images/backgrounds/index.png"); background-size: contain; background-repeat: no-repeat; -} */ \ No newline at end of file +} */ + +.matsurigoto_div{ + height: 800px; + overflow-y: scroll; + border: 1px solid var(--celeste) +} \ No newline at end of file diff --git a/views/home.hbs b/views/home.hbs index d6bb02b..1e62436 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -1,27 +1,175 @@ -
-

Lyrical Tokarev ~ Tabidachi Edition

- Flower Tank -

- There are things to do. The World's Last Day is just around the corner!
- If you find yourself in dire need of establishing a communication channel, details are following below.
-

-

- E-mail: gor@lyricaltokarev.com - PGP Key (03E152196B44F1493A40DD422BC14FE04B476C38)
- If possible, encrypt your communications. -

- +
+
+
+
- + +
- Kiki + +
+ + + + +
+
+

LYRICAL TOKAREVの政

+

While visiting this site, it's strictly forbidden to act or think in the following terms:

+
+
    +
  • Content
  • +
  • Audience
  • +
  • Consume
  • +
  • Identity
  • +
  • Policy
  • +
  • Term
  • +
  • Deserve
  • +
  • Creator
  • +
  • Opinion
  • +
  • Art
  • +
  • Motivation
  • +
  • Views
  • +
  • Preference
  • +
  • Feed
  • +
  • Browse
  • +
  • Saturated
  • +
  • Right
  • +
  • Life
  • +
  • Obscure
  • +
  • Vibe
  • +
  • Aesthetic
  • +
  • Deprecated
  • +
  • Obsolete
  • +
  • Dream
  • +
  • Outdated
  • +
  • Course
  • +
  • Consent
  • +
  • Oppresion
  • +
  • Y'all
  • +
  • Yikes
  • +
  • Project
  • +
  • Idea
  • +
  • Global
  • +
  • Emotional
  • +
  • Planning
  • +
  • Modern
  • +
  • Urban
  • +
  • Matrix
  • +
  • Artist
  • +
  • Retention
  • +
  • Personality
  • +
  • Discrimination
  • +
  • Smart
  • +
  • App
  • +
  • Youtuber
  • +
  • Institutional
  • +
  • Power
  • +
  • Privilege
  • +
  • Streamer
  • +
  • People
  • +
  • Resource
  • +
  • Unequality
  • +
  • Equality
  • +
  • System
  • +
  • Design
  • +
  • Cloud
  • +
  • Personal
  • +
  • Sexuality
  • +
  • Fact
  • +
  • Checked
  • +
  • Debunk
  • +
  • Social
  • +
  • License
  • +
  • Credit
  • +
  • Attraction
  • +
  • Numbers
  • +
  • Media
  • +
  • Medium
  • +
  • Amount
  • +
  • Reader
  • +
  • Collective
  • +
  • Rational
  • +
  • Mental
  • +
  • Tolerant
  • +
  • Goods
  • +
  • Service
  • +
  • Advocate
  • +
  • Diverse
  • +
  • Fame
  • +
  • Piracy
  • +
  • Take
  • +
  • Dogma
  • +
  • Market
  • +
  • Followers
  • +
  • Activism
  • +
  • Activist
  • +
  • Privacy
  • +
  • Subscribers
  • +
  • Likes
  • +
  • Material
  • +
  • Responsive
  • +
  • Free
  • +
  • Achievement
  • +
  • Pride
  • +
  • Democratic
  • +
  • Strategic
  • +
  • Talent
  • +
  • Success
  • +
  • Platform
  • +
  • Public
  • +
  • Passion
  • +
  • Gender
  • +
  • Popularity
  • +
  • Production
  • +
  • Product
  • +
  • Productive
  • +
+
+
+
+ + + + +
+

Index

+ +
+
+

Lyrical Tokarev ~ Tabidachi Edition

+ Flower Tank +

+ There are things to do. The World's Last Day is just around the corner!
+ If you find yourself in dire need of establishing a communication channel, details are following below.
+

+

+ E-mail: gor@lyricaltokarev.com - PGP Key (03E152196B44F1493A40DD422BC14FE04B476C38)
+ If possible, encrypt your communications. +

+ + + + + + +
+ Kiki +
+ Tambien se suele estar aca

+
+
- - Tambien se suele estar aca

-
@@ -98,20 +246,20 @@

-

Comic Chat

+

Comic Chat

Cut the umbilical cord.

Discord? No Way

Back to the holy land.

Kiki threatens to shoot Kurogami in case her demands aren't met.

Folder
CC files

-

YuugenMagan

+

YuugenMagan

YuugenMagan

YuugenMagan


-

Propaganda

+

Propaganda

The Cidoku Network @@ -182,6 +330,29 @@


+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shadow In The Dark

@@ -190,5 +361,10 @@

- + + + + + +
lyricaltokarev.com ~ Hologram Sumer Again, Tri Hermes Black Land
diff --git a/views/lists/sites.hbs b/views/lists/sites.hbs index f789102..a0143a9 100644 --- a/views/lists/sites.hbs +++ b/views/lists/sites.hbs @@ -2,7 +2,7 @@

- >>> Absolutely all of the views and opinions expressed by the authors and contributors of the following websites are shared and therefore brutally endorsed with an iron fist. <<< + >>> Absolutely all of the views, thoughts and opinions expressed by the authors and contributors of the following websites are agreed, promoted, shared and therefore brutally endorsed with an iron fist. <<<

{{#each categoriesAndSites}}