Compare commits

...

2 Commits

Author SHA1 Message Date
Nexan aa0bab1cc3 Minor Update
Attributed myself because apparently I never did that before
Minor update to the Readme because I don't know why it wasn't crossed out
Update to the Package and Package-lock files for an update to Eleventy version 3.0.0
2025-01-21 01:43:09 -06:00
Nexan a3e05579fb Test commit, please ignore
files from Jetbrains Webstorm, an IDE. mostly just my configs for things on this
2025-01-21 01:41:32 -06:00
10 changed files with 1942 additions and 1908 deletions

8
.idea/.gitignore vendored 100644
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -0,0 +1,12 @@
<?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>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxBlameSettings">
<option name="version" value="2" />
</component>
</project>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Ashes-of-Amethyst-site.iml" filepath="$PROJECT_DIR$/.idea/Ashes-of-Amethyst-site.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml 100644
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -1 +1,3 @@
for information on the deploy.js file, check here: https://github.com/simonh1000/ftp-deploy
Currently, Deploy.js does not work
~~for information on the deploy.js file, check here: https://github.com/simonh1000/ftp-deploy~~

3797
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@
"npm": "^10.2.4"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy": "^3.0.0",
"eslint": "^8.56.0",
"ftp-deploy": "^2.4.5"
},

View File

@ -43,4 +43,5 @@ permalink: resources.html
<ul>
<li><a href="https://sadgrl.online/">sadgrl.online</a> - site template and "simple" web design</li>
<li><a href="https://eposvox.com/">EposVox</a> for the retro web design</li>
<li><a href="https://nexxy.co/">My Website</a> because I, Nexan, made this site</li>
</ul>