From 1684d82d58f5030f691dc02373e1f777fd13f8db Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 30 Apr 2022 12:27:39 +0200 Subject: Update documentation --- exampleSite/content/about/index.md | 2 +- exampleSite/content/credits/index.md | 2 +- exampleSite/content/documentation/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'exampleSite/content') diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md index d4d1d8d..0584941 100644 --- a/exampleSite/content/about/index.md +++ b/exampleSite/content/about/index.md @@ -55,4 +55,4 @@ for you, Kindle! ## Installing and using Ed To learn how to install and begin using Ed, please visit our -[documentation page](https://sergeyklay.github.io/gohugo-theme-ed/documentation/). +[documentation page](documentation). diff --git a/exampleSite/content/credits/index.md b/exampleSite/content/credits/index.md index 333ee34..276889e 100644 --- a/exampleSite/content/credits/index.md +++ b/exampleSite/content/credits/index.md @@ -4,7 +4,7 @@ title: Credits ### [Serghei Iakovlev](https://www.linkedin.com/in/egrep/) | Software Engineer -Serghei Iakovlev is a software engineer with 20 years of experience in IT who enjoys finding elegant solutions to non‐trivial problems. Serghei focused on the goal and driven by visual sophistication and laser‐sharp precision, he take pride in every finished project, and never stop learning along the way. Seghei work as the Head Of Development with 20 teams of 90+ engineers to develop [airSlate](https://airslate.com) ‐ better nocode workflow automation platform. +Serghei Iakovlev is a software engineer with 20 years of experience in IT who enjoys finding elegant solutions to non‐trivial problems. Serghei focused on the goal and driven by visual sophistication and laser‐sharp precision, he take pride in every finished project, and never stop learning along the way. Seghei work as the Head Of Development with 20 teams of 90+ engineers to develop [airSlate](https://airslate.com) --- better nocode workflow automation platform. ### [Susanna Allés Torrent](http://susannalles.github.io/) | Hyper philologist diff --git a/exampleSite/content/documentation/index.md b/exampleSite/content/documentation/index.md index 713d296..767eaff 100644 --- a/exampleSite/content/documentation/index.md +++ b/exampleSite/content/documentation/index.md @@ -67,7 +67,7 @@ Ed is a Hugo theme. That means you will need some familiarity with Hugo to take Once you have gone through these tutorials, you can get started using Ed. Remember to always and only edit content files for your site using [a plain text editor](https://en.wikipedia.org/wiki/Text_editor), and *not* a word processor. I'm composing this file using a plain text editor called [Visual Studio Code](https://code.visualstudio.com/). -Remember to always use the Hugo convention for naming files: `your-title.md`. You should also make sure that all your texts have the YAML front matter (the information at the top of the file). YAML stands for "YAML Ain't Markup Language"---no disrespect to XML---and it's the main way that Hugo handles named data. Here's an example of YAML front matter: +Remember to always use the Hugo convention for naming files: `your-title.md`. You should also make sure that all your texts have the YAML front matter (the information at the top of the file). YAML stands for "YAML Ain't Markup Language" --- no disrespect to XML --- and it's the main way that Hugo handles named data. Here's an example of YAML front matter: ~~~ yaml --- -- cgit v1.2.3