delete Terminal

This commit is contained in:
kankys 2025-02-23 13:36:18 +01:00
parent a08339a739
commit a0ca01e0c4
6 changed files with 45 additions and 11 deletions

8
.idea/.gitignore generated vendored Normal file
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

12
.idea/NewLukasBlog.iml generated Normal file
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 @@
<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>

8
.idea/modules.xml generated Normal file
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/NewLukasBlog.iml" filepath="$PROJECT_DIR$/.idea/NewLukasBlog.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
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

@ -90,30 +90,24 @@
</nav>
<nav>
<a
href="https://terminal-space.codeberg.page"
class="btn"
target="_blank"
><i class="fa fa-vim"></i>🛸 Terminal-Space</a
>
<a
href="https://apollonvim.codeberg.page"
class="btn"
target="_blank"
><i class="fa fa-vim"></i>🚀 ApolloNvim</a
>
</nav>
<nav>
<a
<a
href="https://endeavouros.cz/index.php"
class="btn"
target="_blank"
><i class="fa fa-vim"></i>🇨🇿 Česká komunita EndeavourOS
🇨🇿</a
>
</nav>
</div>
</div>
<footer>Copyright &copy; Lukáš Kaňka 2024 - 2025</footer>
</body>
</html>