Compare commits
2 Commits
38f7056ddd
...
aa0bab1cc3
Author | SHA1 | Date |
---|---|---|
|
aa0bab1cc3 | |
|
a3e05579fb |
|
@ -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
|
|
@ -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>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GitToolBoxBlameSettings">
|
||||
<option name="version" value="2" />
|
||||
</component>
|
||||
</project>
|
|
@ -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>
|
|
@ -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>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -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~~
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue