aboutsummaryrefslogtreecommitdiffstats
path: root/templates (unfollow)
Commit message (Collapse)Author
2024-09-30style(treewide): Re-formatBenedikt Peetz
2024-09-30fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml`Benedikt Peetz
2024-09-30fix(templates/rust/cog.toml): Update to perform new `reuse lint`Benedikt Peetz
2024-09-30fix(common/scripts/cprh.sh): RemoveBenedikt Peetz
There was just no way to actually use this script in a useful manner.
2024-09-30chore(templates): Add the new `git_template` directoryBenedikt Peetz
2024-08-04fix(templates/latex/letter): Improve standard latex settingsBenedikt Peetz
2024-08-03fix(templates/latex/letter): Also expose `init.local`Benedikt Peetz
2024-08-03feat(templates/latex/letter): InitBenedikt Peetz
2024-08-03fix(templates/latex/academia): Also use the init variables in the titleBenedikt Peetz
2024-08-03fix(templates): Replace licensure by reuseBenedikt Peetz
2024-08-03fix(templates): Remove now unneeded licensesBenedikt Peetz
These should be generated by `reuse`
2024-08-03refactor(templates/latex/academia): Use more common filesBenedikt Peetz
2024-08-03feat(templates/latex/academia): Support changing the languageBenedikt Peetz
2024-08-03chore(templates): Use new common filesBenedikt Peetz
2024-08-03feat(templates/latex): Add a `watch.sh` scriptBenedikt Peetz
2024-08-03refactor(templates/latex): Declare as an academia templateBenedikt Peetz
2024-07-13fix(templates/latex): Switch to lpm's new upstreamBenedikt Peetz
2024-07-13fix(templates/latex): Change the `lpm.toml` to use new featuresBenedikt Peetz
2024-07-13fix(templates/c): Support multiple input files in makefileBenedikt Peetz
2024-06-11refactor(common/): Remove the `files` subdirectoryBenedikt Peetz
2024-06-11feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io`Benedikt Peetz
2024-06-11refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`Benedikt Peetz
2024-06-11fix(templates/rust/update.sh): Frist `upgrade` then `update`Benedikt Peetz
`cargo upgrade` raises the update boundaries in `Cargo.toml`, whilst `cargo update` just fetches the newest version (that conform to the boundaries) for `Cargo.lock`.
2024-06-11feat(templates/latex): Name the `main.tex` file after the projectBenedikt Peetz
This results in a reasonable name for the resulting PDF, instead of the generic `main.pdf`.
2024-06-11refactor(common): Use symlinks to state, which files should be replacedBenedikt Peetz
Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
2024-05-03chore(templates/rust): Quickly Update [THIS WILL BE REBASED]Benedikt Peetz
2024-04-02chore(version): v0.6.2Benedikt Peetz
2024-04-02chore(version): v0.6.1Benedikt Peetz
2024-04-02fix(templates/latex/flake.nix): Keep the PDF file extensions when buildingBenedikt Peetz
2024-04-02chore(templates): Update common filesBenedikt Peetz
2024-04-02feat(common/init): Add support for replacing the variables in file namesBenedikt Peetz
2024-04-02feat(treewide): Also remove hard-coded values in the `templates/` dirBenedikt Peetz
2024-04-02chore(treewide): Update and format filesBenedikt Peetz
2024-04-02feat(treewide): Use new `%INIT_` variablesBenedikt Peetz
2024-04-02fix(templates/c): Make the `makefile` more standards complyingBenedikt Peetz
2024-04-01chore(version): v0.4.2Benedikt Peetz
2024-04-01chore(version): v0.4.1Benedikt Peetz
2024-04-01refactor(templates): Instantiate all symlinksBenedikt Peetz
Symlinks are copied verbatim, when nix initializes a template, thus symlinking common files does not work.
2024-04-01refactor(templates/unmaintained): Move out of the templates dirBenedikt Peetz
Otherwise, the `update_common_files` script will try to instantiate files in there, which is just useless noise.
2024-04-01style(treewide): ReformatBenedikt Peetz
2024-04-01fix(templates): Update already done templates with improvements from new onesBenedikt Peetz
2024-04-01refactor({python,markdown}): Also move them to the templates diretoryBenedikt Peetz
2024-04-01feat(shell): Update to my new SOTABenedikt Peetz
2024-04-01refactor(shell): Move to the new `templates` directoryBenedikt Peetz
2024-04-01feat(latex): Update to my current SOTABenedikt Peetz
2024-03-31feat(rust): Update to my SOTABenedikt Peetz
2024-03-31refactor(rust): Move to template dirBenedikt Peetz
2024-03-31feat(awk): Update to my current SOTABenedikt Peetz
2024-03-31feat(c): Update to be in line with the my SOTABenedikt Peetz