aboutsummaryrefslogtreecommitdiffstats
path: root/templates (unfollow)
Commit message (Collapse)Author
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