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

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Webb <ollitech@gmail.com>2020-01-11 02:39:57 +0300
committerGitHub <noreply@github.com>2020-01-11 02:39:57 +0300
commit2609e04ed28385e84871769187e23d4aa8c0e250 (patch)
tree6282465a19346011633c561e3ea68678213910ff
parentcf0ec6fede2a72fc9853e3c5581b93a3fd06cccf (diff)
fix image path in readmecms
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 124a93b..4015891 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This is basically a single-page website with auto-scrolling based on left-hand n
- [Publications](#publications)
- [Blog / Posts](#blog--posts)
- [Template params](#template-params)
- - [CMS Editor with Netlify CMS](#cms-editor-with-netlify-cms)
+- [CMS Editor with Netlify CMS](#cms-editor-with-netlify-cms)
- [Credits](#credits)
- [Contributions](#contributions)
- [Start Bootstrap Resume](#start-bootstrap-resume)
@@ -69,12 +69,12 @@ Similar to posts, create them under `blog`. Include any thoughts, musiings, etc.
All personal information outside the above details is captured by params in [`config.toml`](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/config.toml), or can be edited in the "Settings" collection if using CMS.
-### CMS Editor with Netlify CMS
+## CMS Editor with Netlify CMS
**Does not require deployment to Netlify!**
[Netlify CMS](https://www.netlifycms.org/) is an open source project that enables CMS like experience for static site generation tools like Hugo. This theme includes a fully working integration and guide in [exampleSite/static/admin](https://github.com/eddiewebb/hugo-resume/blob/master/exampleSite/static/admin)
-![CMS integration](https://raw.githubusercontent.com/eddiewebb/hugo-resume/master/images/cms.png)
+![CMS integration](/images/cms.png)
## Credits