소스 검색

first commit

master
Roxie Gibson 5 년 전
커밋
64bdc57c1f
5개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      .gitmodules
  2. +6
    -0
      archetypes/default.md
  3. +3
    -0
      config.toml
  4. +1
    -0
      themes/themes/vncnt-hugo
  5. +1
    -0
      themes/vncnt-hugo

+ 3
- 0
.gitmodules 파일 보기

@@ -0,0 +1,3 @@
[submodule "themes/vncnt-hugo"]
path = themes/vncnt-hugo
url = https://github.com/fncnt/vncnt-hugo

+ 6
- 0
archetypes/default.md 파일 보기

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---


+ 3
- 0
config.toml 파일 보기

@@ -0,0 +1,3 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"

+ 1
- 0
themes/themes/vncnt-hugo

@@ -0,0 +1 @@
Subproject commit 6bb9890ce8bc52cda2ab55079cda6649a37db9f0

+ 1
- 0
themes/vncnt-hugo

@@ -0,0 +1 @@
Subproject commit 6bb9890ce8bc52cda2ab55079cda6649a37db9f0

Loading…
취소
저장