소스 검색

save before hardlink

Your Name 8 달 전
부모
커밋
aaafbc2d1e
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md
  2. 4 0
      inception.md

+ 6 - 0
README.md

@@ -1,3 +1,9 @@
++++
+date = '2025-04-13T13:14:28-07:00'
+draft = True
+title = 'Kyleguy Inception'
++++
+
 # kyleguy
 There are a few things that need to be setup to have a website.  One needs a domain.  This is just a name that people use to identify something.  Google owns many domains, for example: `www.google.com`, `google.com`, `gmail.com`.  These domains have various meanings to different people, but to you `google.com` probably means a website where one can find other websites, products, services, etc on the Internet.  We need a domain.  We need a place for our website to exist, we are going to host our website at `pebbleguy.com`.  We also need a way to edit our site.  These three things are really all that we need, each might abstract some difficulties, but nothing is too complex.  For example to have a domain we need to manage the Domain Name System, it is easy albeit esoteric.
 

+ 4 - 0
inception.md

@@ -0,0 +1,4 @@
+# to incept
+```
+git submodule update --init --recursive
+```