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 20:32:09 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-05-06 20:32:09 +0300
commit32893b85ab7e5ed20f2074a530ab4eb7b2fd8a96 (patch)
tree4c57ac4ddf81a474c647c99a6c6501aa696d0dad
parentd477c50e6c8fc1784752193f3039f1f090042ecf (diff)
switch to personal-web
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/post/config-file.md4
-rw-r--r--exampleSite/content/post/getting-started.md2
-rw-r--r--exampleSite/content/post/shortcodes.md4
-rw-r--r--package-lock.json2
-rw-r--r--package.json4
-rw-r--r--theme.toml4
7 files changed, 11 insertions, 11 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1623d24..35444a4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "https://example.com/"
languageCode = "en-us"
title = "Edna West"
-theme = "personal_web"
+theme = "personal-web"
copyright="© Edna West"
googleAnalytics = ""
enableEmoji=true
diff --git a/exampleSite/content/post/config-file.md b/exampleSite/content/post/config-file.md
index 090d707..89a69df 100644
--- a/exampleSite/content/post/config-file.md
+++ b/exampleSite/content/post/config-file.md
@@ -5,7 +5,7 @@ date: 2019-04-20T16:18:12+01:00
publishDate: 2019-04-20T19:12:12+01:00
---
-Here is the basic config file used for personal_web.
+Here is the basic config file used for personal-web.
You can use it as a base for your website.
@@ -15,7 +15,7 @@ You can use it as a base for your website.
baseURL = "https://example.com/"
languageCode = "en-us"
title = "Edna West"
-theme = "personal_web"
+theme = "personal-web"
copyright="© Edna West"
googleAnalytics = ""
enableEmoji=true
diff --git a/exampleSite/content/post/getting-started.md b/exampleSite/content/post/getting-started.md
index 6b5c126..3f74623 100644
--- a/exampleSite/content/post/getting-started.md
+++ b/exampleSite/content/post/getting-started.md
@@ -1,6 +1,6 @@
---
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"
---
diff --git a/exampleSite/content/post/shortcodes.md b/exampleSite/content/post/shortcodes.md
index 060f704..75c5c1d 100644
--- a/exampleSite/content/post/shortcodes.md
+++ b/exampleSite/content/post/shortcodes.md
@@ -1,11 +1,11 @@
---
title: Shortcodes
-description: Exaplanation on the shortcodes with personal_web
+description: Exaplanation on the shortcodes with personal-web
date: 2019-04-29T16:18:12+01:00
publishDate: 2019-04-29T19:12:12+01:00
---
-Introduction of the shortcodes defined in the personal_web theme.
+Introduction of the shortcodes defined in the personal-web theme.
<!--more-->
diff --git a/package-lock.json b/package-lock.json
index 822a9c3..3f3a24d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "personal_web",
+ "name": "personal-web",
"version": "0.0.1",
"lockfileVersion": 1
}
diff --git a/package.json b/package.json
index 82af49a..5f1a954 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
- "name": "personal_web",
+ "name": "personal-web",
"description": "Simple Personal website theme for Hugo",
"version": "0.0.1",
"author": {
"name": "Baptiste Jacquemet",
"url": "https://baptistej.com"
},
- "repository": "bjacquemet/personal_web",
+ "repository": "bjacquemet/personal-web",
"license": "MIT",
"dependencies": {}
}
diff --git a/theme.toml b/theme.toml
index 964a58f..1314688 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,11 +1,11 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Personal_web"
+name = "Personal Web"
license = "MIT"
licenselink = "https://github.com/bjacquemet/personal-web/blob/master/LICENSE"
description = "Personal Web is a simple Hugo template to build a personal website including portfolio and blog sections. It will mainly suit freelancers who want to showcase their work."
-homepage = "http://example.com/"
+homepage = "https://personal-web-example.netlify.com/"
tags = ["portfolio", "blog", "post", "personal", "freelancer", "developer"]
features = []
min_version = "0.41"