提交 564b13a9 编写于 作者: L lucperkins

Create baseline Hugo/Netlify setup

上级 ed502d12
# Hugo-generated assets
public/
resources/
# Asset pipeline
node_modules/
serve:
hugo server \
--buildDrafts \
--buildFuture \
--disableFastRender \
--ignoreCache
production-build:
hugo
preview-build:
hugo \
--baseURL $(DEPLOY_PRIME_URL) \
--buildDrafts \
--buildFuture
title = "Tekton Pipelines"
baseURL = "https://tekton-dev.netlify.com"
disableKinds = ["taxonomy", "taxonomyTerm"]
<!DOCTYPE html>
<html>
<body>
<h1>{{ site.Title }}</h1>
</body>
</html>
\ No newline at end of file
[build]
publish = "public"
command = "make production-build"
[build.environment]
HUGO_VERSION = "0.53"
[context.deploy-preview]
command = "make preview-build"
[context.branch-deploy]
command = "make preview-build"
{
"private": true,
"devDependencies": {
"bulma": "^0.7.2"
}
}
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
bulma@^0.7.2:
version "0.7.4"
resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.7.4.tgz#7e74512e9118d9799021339e67e365ee0ac4f3f9"
integrity sha512-krG2rP6eAX1WE0sf6O0SC/FUVSOBX4m1PBC2+GKLpb2pX0qanaDqcv9U2nu75egFrsHkI0zdWYuk/oGwoszVWg==
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册