aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-09 15:45:48 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-09 15:45:48 -0500
commite92bad1fca8a2b6290af5dc73746f1acc72cfaf0 (patch)
tree216e4b3756ff4cf74c1c3b69c7246447c1b512a7 /.idea
parent7e6bb45d42517833be78a058dfd803f90cc7bd19 (diff)
downloadalp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.gz
alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.bz2
alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.zip
Porting the website to jekyll....
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore3
-rw-r--r--.idea/Alee Productions Website.iml12
-rw-r--r--.idea/dictionaries/andrew.xml7
-rw-r--r--.idea/discord.xml9
-rw-r--r--.idea/fileTemplates/EJS - Alee Productions.ejs20
-rw-r--r--.idea/fileTemplates/JS - Alee Productions Routes.js27
-rw-r--r--.idea/jsLibraryMappings.xml6
-rw-r--r--.idea/misc.xml6
-rw-r--r--.idea/modules.xml8
-rw-r--r--.idea/vcs.xml6
-rw-r--r--.idea/watcherTasks.xml4
11 files changed, 0 insertions, 108 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 0e40fe8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-
-# Default ignored files
-/workspace.xml \ No newline at end of file
diff --git a/.idea/Alee Productions Website.iml b/.idea/Alee Productions Website.iml
deleted file mode 100644
index 24643cc..0000000
--- a/.idea/Alee Productions Website.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="WEB_MODULE" version="4">
- <component name="NewModuleRootManager">
- <content url="file://$MODULE_DIR$">
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
- <excludeFolder url="file://$MODULE_DIR$/temp" />
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module> \ No newline at end of file
diff --git a/.idea/dictionaries/andrew.xml b/.idea/dictionaries/andrew.xml
deleted file mode 100644
index 4e64781..0000000
--- a/.idea/dictionaries/andrew.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<component name="ProjectDictionaryState">
- <dictionary name="andrew">
- <words>
- <w>alee</w>
- </words>
- </dictionary>
-</component> \ No newline at end of file
diff --git a/.idea/discord.xml b/.idea/discord.xml
deleted file mode 100644
index 59b11d1..0000000
--- a/.idea/discord.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="DiscordProjectSettings">
- <option name="show" value="true" />
- </component>
- <component name="ProjectNotificationSettings">
- <option name="askShowProject" value="false" />
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/fileTemplates/EJS - Alee Productions.ejs b/.idea/fileTemplates/EJS - Alee Productions.ejs
deleted file mode 100644
index 8bb745c..0000000
--- a/.idea/fileTemplates/EJS - Alee Productions.ejs
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
- <% include ./includes/header %>
-</head>
-
-<body class="dark">
- <% include ./includes/navbar %>
- <div class="animsition">
- <div class="jumbotron special-color">
- <h2 class="display-4">Title</h2>
- <p class="lead">Description.</p>
- </div>
- <% include ./includes/scripts %>
- <% include ./includes/footer %>
- </div>
-</body>
-
-</html> \ No newline at end of file
diff --git a/.idea/fileTemplates/JS - Alee Productions Routes.js b/.idea/fileTemplates/JS - Alee Productions Routes.js
deleted file mode 100644
index f73f82d..0000000
--- a/.idea/fileTemplates/JS - Alee Productions Routes.js
+++ /dev/null
@@ -1,27 +0,0 @@
-/*********************************
-
- Alee Productions Website: Website for Alee Productions
- Copyright (C) 2019 Alee
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-**************************************/
-const express = require("express");
-const router = express.Router();
-
-router.get('/', (req, res) => {
- res.render('title', {title: 'title | Alee Productions'});
- });
-
-module.exports = router; \ No newline at end of file
diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml
deleted file mode 100644
index d23208f..0000000
--- a/.idea/jsLibraryMappings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="JavaScriptLibraryMappings">
- <includedPredefinedLibrary name="Node.js Core" />
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 28a804d..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="JavaScriptSettings">
- <option name="languageLevel" value="ES6" />
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 26c8816..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/Alee Productions Website.iml" filepath="$PROJECT_DIR$/.idea/Alee Productions Website.iml" />
- </modules>
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
- </component>
-</project> \ No newline at end of file
diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml
deleted file mode 100644
index fb0d65a..0000000
--- a/.idea/watcherTasks.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectTasksOptions" suppressed-tasks="SCSS" />
-</project> \ No newline at end of file