From 33a5751258ffda79f65ff341c5265728977cc05a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 30 Apr 2022 13:16:42 +0200 Subject: Content organization using Page Bundles --- exampleSite/content/documentation/index.md | 2 +- exampleSite/content/documentation/screenshot-home.png | Bin 0 -> 236930 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 exampleSite/content/documentation/screenshot-home.png (limited to 'exampleSite') diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md index f7d0e4b..f956b63 100644 --- a/exampleSite/content/documentation/index.md +++ b/exampleSite/content/documentation/index.md @@ -57,7 +57,7 @@ $ hugo server Copy the url from your terminal log and paste it into your browser of choice. This url usually looks something like this `http://localhost:1313`. At this point you should be looking at your very own working version of Ed: -![Your very own Ed](/img/screenshot-home.png) +![Your very own Ed](screenshot-home.png) --- diff --git a/exampleSite/content/documentation/screenshot-home.png b/exampleSite/content/documentation/screenshot-home.png new file mode 100644 index 0000000..c1c1057 Binary files /dev/null and b/exampleSite/content/documentation/screenshot-home.png differ -- cgit v1.2.3