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:
authorEDWARD WEBB <EDWARD.WEBB@LibertyMutual.com>2018-02-13 01:23:13 +0300
committerEDWARD WEBB <EDWARD.WEBB@LibertyMutual.com>2018-02-13 01:23:13 +0300
commita37c911f81e161910b6b16e0a13d6d8e41e6fddd (patch)
tree32cb3a0fe9531f7251d2a3dffe270581b1d9a1f5 /README.md
Initial commit harvested theme from my json-resume project
Diffstat (limited to 'README.md')
-rw-r--r--README.md93
1 files changed, 93 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..af0afcd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,93 @@
+# hugo Resume
+
+Created from [Start Bootstrap - Resume](https://startbootstrap.com/template-overviews/resume/).
+
+This is basically a single-page website with auto-scrolling based on left-hand nav. Dedicated project pages allowed more detail.
+
+See [Eddie's site](https://edwardawebb.com) for a live example.
+
+## Setup & Use
+
+This theme uses a combination of a custom archetype `projects` and some data files to drive content.
+
+
+### Data files
+Data files are used for simple content presented on the homepage.
+
+[data/skills.js](exampleSite/data/skills.js)
+[data/contributions.js](exampleSite/data/contributions.js)
+[data/experience.js](exampleSite/data/experience.js)
+[data/education.js](exampleSite/data/education.js)
+[data/publications.js](exampleSite/data/publications.js)
+
+### projects
+Initially projects were in their own JSON file too, but I decided I wanted to allow more detail and custom formatting.
+Projects are added with `hugo add projects/name-of-project.html`
+
+### Template params
+
+All personal information outside the above details is captured by params in [`config.toml`](exampleSite/config.toml)
+
+```
+[params]
+ firstName = "Eddie"
+ lastName = "Webb"
+ address = "Rollinsford, NH"
+ email = "email@domain.com"
+ description = "Software Platform Engineer with experience leveraging agile, DevOps, and CI/CD to manage large scale distributed platforms both on prem and in public cloud."
+ favicon = "images/favicon.ico"
+
+ # what sections to display. Setting to false disables navigation and section.
+ showSkills = true
+ showProjects = true
+ showOpenSource = true
+ showPublications = true
+ showExperience = true
+ showEducation = true
+
+[[params.handles]]
+ name = "LinkedIn"
+ link = "https://www.linkedin.com/in/edwardwebb/"
+
+[[params.handles]]
+ name = "GitHub"
+ link = "https://github.com/eddiewebb/"
+
+[[params.handles]]
+ name = "Bitbucket"
+ link = "https://bitbucket.org/eddiewebb/"
+
+[[params.handles]]
+ name = "Stack Overflow"
+ link = "https://stackoverflow.com/users/story/82880"
+ icon = "stack-overflow" #optional icon attribute used for Font Awesome icons, otherwise the name is lowercased.
+
+[[params.handles]]
+ name = "Keybase"
+ link = "https://keybase.io/edwardawebb"
+ icon = "key" #optional icon attribute used for Font Awesome icons, otherwise the name is lowercased.
+
+[params.google.analytics]
+ trackerID = "XX-123446-01"
+
+
+```
+
+## Credits
+
+This project ports the Start Bootstrap Resume theme by David Miller to support hugo.
+
+### Start Bootstrap Resume
+
+Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
+
+* https://startbootstrap.com
+* https://twitter.com/SBootstrap
+
+Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
+
+* http://davidmiller.io
+* https://twitter.com/davidmillerskt
+* https://github.com/davidtmiller
+
+Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).