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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeshal Jain <seshaljain11@gmail.com>2019-11-25 22:49:01 +0300
committerCurtis Timson <curt@live.co.uk>2019-11-25 22:49:01 +0300
commitb486b3d83b9ff134944c6f1e9ad6a9ba0aee4806 (patch)
treeb7c9646611fb58b947fdcc98c4a602919202d4bc /.gitignore
parent8b5823791d55cd219c8c13d94b37aff20b60fe42 (diff)
Add asset handling using Hugo Pipes (#80)6.0.0
* HUGO PIPES: move css/scss to assets * HUGO PIPES: move js to assets * Update partial htmlhead to reflect hugo pipes usage * Check in `resources` folder as temporary fix for Pipes to work on Netlify * Add exampleSite/resources * Update version and change log * Remove commented code
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 705aacc..ca463f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
node_modules
exampleSite/public
-.publish \ No newline at end of file
+.publish