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
-
-
- 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.
-
-
+
+
+
+
-
-
+ |
+
+ |
+
+
+
+ Lyrical Tokarev ~ Tabidachi Edition
+
+
+ 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.
+
+
+
+
+
+
+ |
+
+
+
+ Tambien se suele estar aca
+ |
+
+
|
-
- Tambien se suele estar aca
-
Navigation
@@ -98,20 +246,20 @@
- Comic Chat
+ Comic Chat
Cut the umbilical cord.
Back to the holy land.
CC files
- YuugenMagan
+ YuugenMagan
YuugenMagan
-
Propaganda
+ Propaganda
@@ -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}}