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-07-25 23:30:43 +0300
committerBaptiste Jacquemet <baptiste.jacquemet@gmail.com>2019-07-25 23:30:43 +0300
commita423603f3d733c2cd75e42d8b3749aa45186c026 (patch)
tree1268afef59780468031d4ee1653b986e8ff19e50
parentd166464d5153ccb6670749c4450743e7bf17c052 (diff)
adding icon file and instructions
-rw-r--r--README.md7
-rw-r--r--svgs.sketchbin0 -> 141048 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 05bd143..0bcbe23 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,13 @@ For more information read the official [setup guide](https://gohugo.io/getting-s
## Start building your website
You will find help in the `exampleSite` folder, or you can browse resources on the [demo site](https://personal-web-example.netlify.com/post/)
+## Add a SVG icon
+You can create and add your own SVG icons.
+
+First, override the `svg.html` file by duplicating the theme file into your root directory (see https://orcid.org/trademark-and-id-display-guidelines).
+
+If you have Sketch, you can use the `svgs.sketch` file to add new SVGs. Export it and add it to the `svg.html` file. Note that you can optimize it using the `svgo` tool.
+
## Start the server
In order to see your site in action, run Hugo's built-in local server from your website root directory.
diff --git a/svgs.sketch b/svgs.sketch
new file mode 100644
index 0000000..2c7f8b7
--- /dev/null
+++ b/svgs.sketch
Binary files differ