From ee75d4185684f8c3efa68a3dd4b13b97e85a3d16 Mon Sep 17 00:00:00 2001 From: madrilene Date: Fri, 16 Feb 2024 15:50:49 +0100 Subject: [PATCH] deleted copy --- src/docs/what-delete.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/docs/what-delete.md b/src/docs/what-delete.md index 5b55cd0..def9b85 100644 --- a/src/docs/what-delete.md +++ b/src/docs/what-delete.md @@ -2,14 +2,17 @@ title: What can be deleted --- -You can delete the following files and archives (the theme may break though, if there are still references to them): +**Everything, of course** +This is still meant to be a starter, even though it grew to be more like a template I fear. +If you want to keep most of my defaults, but get rid of the example content, you can delete the following files and archives: - `github.js` in `src/_data/` - `builtwith.json` in `src/_data/` -- all the blog posts, as these serve only as an example +- all the blog posts - the directory and all files in `src/docs` - all pages in `src/pages`, though you might want to keep `index.njk` as a starting point - You can delete `screenshots`, `blog` and `gallery` in `src/assets/images`. Keep the `favicon` and `template` folders though. If you don't want to feature any code examples, you may delete the whole stylesheet for syntax highlighting: `src/assets/css/blocks/code.css`. +In general, any CSS block in there is optional.