Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-05-06 21:01:54 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-05-06 21:01:54 +0300
commitf78e80851f8047bef80d660dbdf09703901013de (patch)
treed5e2469223848a1d4a7a2ac4bfa56f17d2069283
parent32893b85ab7e5ed20f2074a530ab4eb7b2fd8a96 (diff)
fix links
-rw-r--r--exampleSite/content/post/getting-started.md16
-rw-r--r--exampleSite/content/post/portfolio-definition.md2
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.
+
+<!--more-->
+
+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" >}}