From 957e2ca65a968a46f94f4ebd3976f4c9d288be59 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 10 Jan 2023 00:15:35 +0100 Subject: [PATCH] Remove about, not needed --- docs/about.markdown | 18 ------------------ docs/index.markdown | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 docs/about.markdown diff --git a/docs/about.markdown b/docs/about.markdown deleted file mode 100644 index 8b4e0b2..0000000 --- a/docs/about.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) - -You can find the source code for Minima at GitHub: -[jekyll][jekyll-organization] / -[minima](https://github.com/jekyll/minima) - -You can find the source code for Jekyll at GitHub: -[jekyll][jekyll-organization] / -[jekyll](https://github.com/jekyll/jekyll) - - -[jekyll-organization]: https://github.com/jekyll diff --git a/docs/index.markdown b/docs/index.markdown index 59e4da8..10cda1b 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -15,7 +15,7 @@ Pottery is a build system for Java designed to be simple, fast and easy to use. * **Easy to use**: Just a YAML file, no XMLs, no DSLs, no complex configuration. * **Fast**: Parallel downloads and incremental compilation by default. -* **Lightweight**: The pottery fat-jar is less than 2MB, the pottery wrapper is 1KB. +* **Lightweight**: The pottery fatJar is less than 2MB, the pottery wrapper is 1KB. * **Ready to use**: Can compile to a library, a fatJar, a container or a native image by default. ## Getting Started