8000 GitHub - pitkley/pitkley.dev
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pitkley/pitkley.dev

Repository files navigation

pitkley.dev

Pulling upstream changes into the vendored theme

This repository vendors the Zola theme papaya, as a git subtree. It was initially added using this command, executed from the root of the repository:

git subtree add --prefix themes/papaya https://github.com/justint/papaya.git main --squash

If future changes should be pulled, the following command can be used:

git subtree pull --prefix themes/papaya https://github.com/justint/papaya.git main --squash

The advantages of vendoring the theme using git subtrees include being able to modify the theme without maintaining a fork while still being able to pull upstream changes, all while not having to fiddle around with git submodules (which also makes the initial project checkout and build easier).

License

All blog content in the content/ folder, excluding code snippets, is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license (LICENSE-CC-BY-SA-4.0). The remainder of the repository, including the code snippets in the content/ folder, are licensed under the MIT license (LICENSE-MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you, shall be licensed as indicated above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

CC-BY-SA-4.0, MIT licenses found

Licenses found

CC-BY-SA-4.0
LICENSE-CC-BY-SA-4.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0