Initial commit

This commit is contained in:
2024-11-04 17:41:42 +01:00
commit edb63316be
7 changed files with 23 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
services:
gopher:
image: joshkaiju/gophernicus:v1
ports:
- "70:70"
volumes:
- ./gopher_content:/var/gopher

8
gopher.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="GENERAL_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

1
gopher_content/about.txt Normal file
View File

@ -0,0 +1 @@
Hello, it's me

View File

@ -0,0 +1 @@
0[2024-11-04] Hello /blog/hello.txt 0

View File

@ -0,0 +1 @@
This is my first blog post!

4
gopher_content/gophermap Normal file
View File

@ -0,0 +1,4 @@
0about about.txt 0
1blog blog 0
Tales about my life