Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-08-13 11:11:33 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-08-13 11:11:33 +0300
commit50d64488a85da930d5c7bca564c0e2801f7c48a3 (patch)
tree69fda3bf6f91c232ebc7b1ad54b44900af9d6ffd
parentae0591ece0c3e7687f390c40a09da2acde57685b (diff)
Add GitIgnore and Vercel config
-rw-r--r--.gitignore1
-rw-r--r--exampleSite/vercel.json8
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0ab93cb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+exampleSite/public
diff --git a/exampleSite/vercel.json b/exampleSite/vercel.json
new file mode 100644
index 0000000..7d9b7af
--- /dev/null
+++ b/exampleSite/vercel.json
@@ -0,0 +1,8 @@
+{
+ "build": {
+ "env": {
+ "HUGO_VERSION": "0.71.0"
+ }
+ }
+}
+