From f78e80851f8047bef80d660dbdf09703901013de Mon Sep 17 00:00:00 2001 From: Baptiste Jacquemet Date: Mon, 6 May 2019 20:01:54 +0200 Subject: fix links --- exampleSite/content/post/getting-started.md | 16 +++++++++++----- exampleSite/content/post/portfolio-definition.md | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/exampleSite/content/post/getting-started.md b/exampleSite/content/post/getting-started.md index 3f74623..79e3937 100644 --- a/exampleSite/content/post/getting-started.md +++ b/exampleSite/content/post/getting-started.md @@ -1,18 +1,24 @@ --- title: Getting started -description: Getting started with personal-web +description: Getting started with personal_web date: "2019-05-03T09:37:55+02:00" publishDate: "2019-05-03T09:37:55+02:00" --- -We'll assume here that you have a good understanding of Hugo and its structure. If you have any doubt, check the (https://gohugo.io/documentation/)[Hugo documentation]; it is pretty good and the community quite active! (thanks so much by the way! :muscle:) +Here are some details to help you getting started with this theme. + + + +We'll assume here that you have a good understanding of Hugo and its structure. If you have any doubt, check the [Hugo documentation](https://gohugo.io/documentation/ "Hugo documentation"); it is pretty good and the community quite active! (thanks so much by the way! :muscle:) The first thing to do when starting your own website is to **copy the content of exampleSite** in your own root folder. This way, you can have a sample of `config.toml` file and a first structure. -Browse the articles in the `content/post` folder to get any help during setup or using the theme. Please, (https://baptistej.com)[contact me] if you have any problem using the them. +**Don't forget to change the `baseURL` param to avoid deployment failures** + +Browse the articles in the `content/post` folder to get any help during setup or using the theme. Please, [contact me](https://baptistej.com "contact me") if you have any problem using the them. Then **configure the `config.toml` file** to match your need. -You should then write you home (`/content/_index.md`), create your first project (see `/content/post/portfolio-definition.md`) and your first blogpost. +You should then write you home (`/content/_index.md`), create your first project (see the [portfolio definition](/content/post/portfolio-definition.md "portfolio definition") and your first blogpost. -Lastly, define the menu in the sidebar; you can get some help in the `/content/post/manage-your-menu.md` file. \ No newline at end of file +Lastly, define the menu in the sidebar: you can get some help in the `/content/post/manage-your-menu.md` file. \ No newline at end of file diff --git a/exampleSite/content/post/portfolio-definition.md b/exampleSite/content/post/portfolio-definition.md index c7c3dd6..1f2fd0d 100644 --- a/exampleSite/content/post/portfolio-definition.md +++ b/exampleSite/content/post/portfolio-definition.md @@ -5,7 +5,7 @@ date: "2019-05-02T19:49:05+02:00" publishDate: "2019-05-02T19:49:05+02:00" --- -A portfolio +Here are some details about the portfolio settings. {{< figure src="/post/images/portfolio-example.png" caption="Example of Portfolio page" >}} -- cgit v1.2.3