diff options
author | Bryan Brattlof <bryanbrattlof@gmail.com> | 2018-10-25 20:04:20 -0500 |
---|---|---|
committer | Bryan Brattlof <bryanbrattlof@gmail.com> | 2018-10-25 20:11:04 -0500 |
commit | 4ea16ae3437114dc0c15d07628c54ea0ef746928 (patch) | |
tree | 7c08612de764c947f86db4213f2f23968ce7ef46 | |
parent | 011e6c93c462e9e1bd1e8cfbe179ac322d60c551 (diff) | |
download | bryanbrattlof.com-4ea16ae3437114dc0c15d07628c54ea0ef746928.tar.gz bryanbrattlof.com-4ea16ae3437114dc0c15d07628c54ea0ef746928.tar.bz2 |
Add pelican-assets into plugins
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | plugins/assets | 0 | ||||
-rw-r--r-- | requirements.txt | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f2aa160 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/assets"] + path = plugins/assets + url = git@gitlab.com:bryanbrattlof/pelican-assets.git diff --git a/plugins/assets b/plugins/assets new file mode 160000 +Subproject da0e59d09d838bbdca05a6940388313ab65a50c diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..512c7d3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +webassets +cssmin |