Explorar el Código

inception done

Your Name hace 8 meses
padre
commit
7e8c98f857
Se han modificado 3 ficheros con 16 adiciones y 2 borrados
  1. 1 1
      README.md
  2. 2 1
      web/content/posts/my-first-post.md
  3. 13 0
      web/hugo.toml

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 +++
 date = '2025-04-13T13:14:28-07:00'
-draft = True
+draft = false
 title = 'Kyleguy Inception'
 +++
 

+ 2 - 1
web/content/posts/my-first-post.md

@@ -1,6 +1,6 @@
 +++
 date = '2025-04-11T17:55:20-05:00'
-draft = true
+draft = false
 title = 'My First Post'
 +++
 ## Introduction
@@ -8,3 +8,4 @@ title = 'My First Post'
 This is **bold** text, and this is *emphasized* text.
 
 I like pebbles.  And I like nonsense.
+![a-gargoyle](/images/gohugo-default-sample-hero-image.jpg)

+ 13 - 0
web/hugo.toml

@@ -2,3 +2,16 @@ baseURL = 'https://kyleguy.rome7.com/'
 languageCode = 'en-us'
 title = 'kyleguy'
 theme = 'ananke'
+
+[module]
+  [[module.mounts]]
+    source = "content"
+    target = "content"
+  [[module.mounts]]
+    source = "/mnt/external/projects/kyleguy/README.md"
+    target = "content/posts/kyleguy-inception.md"
+    lang = "en"
+  [[module.mounts]]
+    source = "/mnt/external/projects/kyleguy/images"
+    target = "content/posts/kyleguy-inception/images"
+    lang = "en"