瀏覽代碼

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…
取消
儲存