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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Shenoy <shenoybr@gmail.com>2016-10-08 06:06:44 +0300
committerRajesh Shenoy <shenoybr@gmail.com>2016-10-08 18:33:44 +0300
commit0afbcd631ea537c3739740566c7cdcd608016c48 (patch)
tree83365441196fa13ec1d6fd7ffe2c4cc5c2777083
parent6801b3e77eddc7f4912df57f15255038dba35d9d (diff)
Add example site
-rw-r--r--README.md105
-rw-r--r--exampleSite/.gitignore3
-rw-r--r--exampleSite/config.toml66
-rw-r--r--exampleSite/content/about/index.md18
-rw-r--r--exampleSite/content/blog/first.md27
-rw-r--r--exampleSite/content/blog/second.md21
-rw-r--r--exampleSite/content/blog/third.md22
-rw-r--r--exampleSite/content/coderag/index.md19
-rw-r--r--exampleSite/data/.gitkeep0
-rw-r--r--exampleSite/layouts/.gitkeep0
-rw-r--r--exampleSite/static/.gitkeep0
-rw-r--r--exampleSite/static/apple-touch-icon.pngbin0 -> 3366 bytes
-rw-r--r--exampleSite/static/browserconfig.xml9
-rw-r--r--exampleSite/static/favicon-16x16.pngbin0 -> 639 bytes
-rw-r--r--exampleSite/static/favicon-32x32.pngbin0 -> 1073 bytes
-rw-r--r--exampleSite/static/favicon.icobin0 -> 15086 bytes
-rw-r--r--exampleSite/static/img/.gitkeep0
-rw-r--r--exampleSite/static/img/headshot.jpgbin0 -> 31401 bytes
-rw-r--r--exampleSite/static/manifest.json7
-rw-r--r--exampleSite/static/mstile-150x150.pngbin0 -> 3220 bytes
-rw-r--r--exampleSite/static/safari-pinned-tab.svg30
-rw-r--r--layouts/partials/avatar.html2
22 files changed, 277 insertions, 52 deletions
diff --git a/README.md b/README.md
index 2576749..d20c44a 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,7 @@
Goa is a clean, simple and minimalist theme for blogs and personal websites.
-## Screenshots
-
-![Homepage](http://imgur.com/vqMd1Mx)
-![Standalone Page](http://imgur.com/dfj8MHz)
-![Standalone with Metadata](http://imgur.com/mMFfkZY)
-![List Page](http://imgur.com/7e67ypn)
-![Post Page](http://imgur.com/lz3RGH9)
-![Nav](http://imgur.com/IPggNGk)
-![Mobile Homepage](http://imgur.com/FW1Bdln)
-![Mobile List](http://imgur.com/vTY5GeX)
-![Mobile Post](http://imgur.com/aJZQYZ6)
-![Mobile Nav](http://imgur.com/rGQJAF3)
+<img src="http://i.imgur.com/vqMd1Mx.png" width="40%" height="40%" />
## Installation
@@ -22,7 +11,7 @@ From the root of your blog:
```
mkdir -p themes
cd themes
-git clone github.com/shenoybr/hugo-goa
+git clone https://github.com/shenoybr/hugo-goa
```
## Content creation
@@ -53,75 +42,75 @@ hugo new projects/index.md
## Configuration
-The provided [config.toml]() describes all options and features that are supported. Configure it your way!
+The provided [config.toml](https://github.com/shenoybr/hugo-goa/blob/master/exampleSite/config.toml) describes all options and features that are supported. Configure it your way!
### Basic Configuration
These are site wide configuration parameters that are used by this template.
-`baseurl`: This is the root of your site.
-`builddrafts`: default=`false`. Enables or Disable building drafts when hugo is run.
-`canonifyurls`: default=`false`. Prefix all relative URLs with your base URL. [More Information](https://gohugo.io/extras/urls#canonicalization).
-`languageCode`: Used to set site localization preferences. eg. `en-US`.
-`contentdir`: Where hugo can find your content. eg. `content`.
-`layoutdir`: Where hugo can find your templates. eg. `layouts`.
-`publishdir`: Where hugo generates the static site. eg. `public`.
-
-`author`: Site author name. eg. `Erlich Bachman`.
-`title`: Site title name. eg. `Erlich Bachman`.
-
-`theme`: Your theme name should be set to `hugo-goa` if using this theme.
+- `baseurl`: This is the root of your site.
+- `builddrafts`: default=`false`. Enables or Disable building drafts when hugo is run.
+- `canonifyurls`: default=`false`. Prefix all relative URLs with your base URL. [More Information](https://gohugo.io/extras/urls#canonicalization).
+- `languageCode`: Used to set site localization preferences. eg. `en-US`.
+- `contentdir`: Where hugo can find your content. eg. `content`.
+- `layoutdir`: Where hugo can find your templates. eg. `layouts`.
+- `publishdir`: Where hugo generates the static site. eg. `public`.
+- `author`: Site author name. eg. `Erlich Bachman`.
+- `title`: Site title name. eg. `Erlich Bachman`.
+- `theme`: Your theme name should be set to `hugo-goa` if using this theme.
## Hugo Built-in Features
These are features that hugo provides and are used by this template.
-`disqusShortname`: Your discusShortname if you want to enable comments on your posts.
-`googleAnalytics`: Your google analytics id for tracking.
-`enableRobotsTXT`: Enable or disable search engines from crawling your site.
+- `disqusShortname`: Your discusShortname if you want to enable comments on your posts.
+- `googleAnalytics`: Your google analytics id for tracking.
+- `enableRobotsTXT`: Enable or disable search engines from crawling your site.
## Site Settings `[params]`
These are settings that are specific to this theme.
-`intro`: Author introduction. This field supports markdown. eg. `Startup Guru Extraordinaire`.
-`description`: Author description. This field supports markdown. eg. `Now @Pied Piper. Previously @Hacker Hostel, @Bachmanity and @Aviato. <br/> \"What is F times 5? It's Fleventy-five.\"`.
-`authorImage`: Location of author image under static/img directory. eg. `headshot.jpg`
-`dateFormat`: Golang date format to be used on this site. eg. `Jan 2, 2006`
+- `author`: Main author name. eg. `Erlich Bachman`.
+- `intro`: Author introduction. This field supports markdown. eg. `Startup Guru Extraordinaire`.
+- `description`: Author description. This field supports markdown. eg. `Now @Pied Piper. Previously @Hacker Hostel, @Bachmanity and @Aviato. <br/> \"What is F times 5? It's Fleventy-five.\"`.
+- `authorImage`: Location of author image under static/img directory. eg. `headshot.jpg`
+- `dateFormat`: Golang date format to be used on this site. eg. `Jan 2, 2006`
### Site Meta Settings `[params.meta]`
These settings are included in the site's meta section.
-`description`: User this field to describe your site to search engines. eg. `Simple minimalist theme`.
-`keywords`: Keywords that desribe your site. eg. `minimalist,blog,goa,hugo,developer`.
+- `description`: User this field to describe your site to search engines. eg. `Simple minimalist theme`.
+- `keywords`: Keywords that desribe your site. eg. `minimalist,blog,goa,hugo,developer`.
### Social Accounts `[params.social]`
These settings to display your social accounts.
-`github`: Your github username.
-`instagram`: Your instagram username.
-`linkedIn`: Your linkedIn username.
-`twitter`: Your twitter username.
-`facebook`: Your facebook username.
-`google`: Your google username.
-`email`: Your email.
+- `github`: Your github username.
+- `instagram`: Your instagram username.
+- `linkedIn`: Your linkedIn username.
+- `twitter`: Your twitter username.
+- `facebook`: Your facebook username.
+- `google`: Your google username.
+- `email`: Your email.
### Extras `[params.extra]`
These settings for extra features that this site uses.
-`copyright`: Add a copyright statement to the bottom of the theme. eg. `© 2016. Erlich Bachman. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."`
-`poweredBy`: Help promote this theme and give the authors credit. eg. `true` or `false`.
-`hightlightJS`: Use highlightJS to highlight code on your site. eg. `true` or `false`.
+- `copyright`: Add a copyright statement to the bottom of the theme. eg. `© 2016. Erlich Bachman. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."`
+- `poweredBy`: Help promote this theme and give the authors credit. eg. `true` or `false`.
+- `hightlightJS`: Use highlightJS to highlight code on your site. eg. `true` or `false`.
### Main Menu `[[menu.main]]`
These settings for the main menu that is displayed on the home page.
-`name`: Name of menu item. eg. `blog`
-`weight`: Weight of this menu item. Higher items go to the bottom. eg. `100`
-`url`: Root URL for this section/page. eg. `/blog/`.
+
+- `name`: Name of menu item. eg. `blog`
+- `weight`: Weight of this menu item. Higher items go to the bottom. eg. `100`
+- `url`: Root URL for this section/page. eg. `/blog/`.
Example:
```
@@ -149,6 +138,19 @@ Example:
* Disqus support for commenting
* Built-in support for 404 pages, Disqus comments and Google Analytics.
+## Screenshots
+
+<img src="http://i.imgur.com/vqMd1Mx.png" width="30%" height="30%" />
+<img src="http://i.imgur.com/dfj8MHz.png" width="30%" height="30%" />
+<img src="http://i.imgur.com/mMFfkZY.png" width="30%" height="30%" />
+<img src="http://i.imgur.com/7e67ypn.png" width="30%" height="30%" />
+<img src="http://i.imgur.com/lz3RGH9.png" width="30%" height="30%" />
+<img src="http://i.imgur.com/IPggNGk.png" width="30%" height="30%" />
+<img src="http://i.imgur.com/FW1Bdln.png" width="10%" height="10%" />
+<img src="http://i.imgur.com/vTY5GeX.png" width="10%" height="10%" />
+<img src="http://i.imgur.com/aJZQYZ6.png" width="10%" height="10%" />
+<img src="http://i.imgur.com/rGQJAF3.png" width="10%" height="10%" />
+
## Contributing
### Bug Reports
@@ -179,11 +181,12 @@ Example:
The theme's design was inspired by many blogs and themes:
-1. Bruno de Carvalho's [blog](biasedbit.com).
+1. Bruno de Carvalho's [blog](http://biasedbit.com).
2. [Hugo Cocoa](http://themes.gohugo.io/cocoa/).
3. [Hugo Vec](http://themes.gohugo.io/hugo-theme-vec/).
-3. [Hugo Agency](http://themes.gohugo.io/hugo-agency/).
+4. [Hugo Agency](http://themes.gohugo.io/hugo-agency/).
## License
-Licensed under the MIT License. See the [LICENSE](https://github.com/nishanths/cocoa-hugo-theme/blob/master/LICENSE.md) file for more details.
+Licensed under the [MIT](https://opensource.org/licenses/MIT) License. See the [LICENSE](https://raw.githubusercontent.com/shenoybr/hugo-goa/master/LICENSE) file for more details.
+
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
new file mode 100644
index 0000000..1fca712
--- /dev/null
+++ b/exampleSite/.gitignore
@@ -0,0 +1,3 @@
+.DS_Store
+*/**/.DS_Store
+public
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..43cb738
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,66 @@
+## Basic Configuration
+
+baseurl = "https://you.github.io/"
+builddrafts = false
+canonifyurls = false
+languageCode = "en-US"
+
+contentdir = "content"
+layoutdir = "layouts"
+publishdir = "public"
+
+author = "Erlich Bachman"
+title = "Erlich Bachman"
+
+theme = "hugo-goa"
+
+## Hugo Built-in Features
+disqusShortname = "<yourDisqusShortName>" # Comment out to disable Disqus.
+googleAnalytics = "XYZ"
+enableRobotsTXT = true
+
+## Site Settings
+[params]
+author = "Erlich Bachman"
+intro = "Startup Guru Extraordinaire"
+description = "Now @Pied Piper. Previously @Hacker Hostel, @Bachmanity and @Aviato. <br/> \"What is F times 5? It's Fleventy-five.\""
+authorImage = "headshot.jpg"
+dateFormat = "Jan 2, 2006"
+
+## Site Meta Settings
+[params.meta]
+description = "Simple minimalist theme"
+keywords = "minimalist,blog,goa,hugo,developer"
+
+## Social Accounts
+[params.social]
+github = "<username>"
+instagram = "<username>"
+linkedIn = "<username>"
+twitter = "<username>"
+facebook = "<username>"
+google = "<username>"
+email = "you@example.com"
+
+## Extras
+[params.extra]
+copyright = "© 2016. Erlich Bachman. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."
+poweredBy = true
+hightlightJS = true
+
+## Main Menu
+[[menu.main]]
+ name = "blog"
+ weight = 100
+ identifier = "blog"
+ url = "/blog/"
+[[menu.main]]
+ name = "about"
+ identifier = "about"
+ weight = 200
+ url = "/about/"
+[[menu.main]]
+ name = "coderag"
+ identifier = "coderag"
+ weight = 300
+ url = "/coderag/"
diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md
new file mode 100644
index 0000000..d98f5e2
--- /dev/null
+++ b/exampleSite/content/about/index.md
@@ -0,0 +1,18 @@
++++
+categories = ["about"]
+comments = false
+date = "2016-10-02T22:55:05-04:00"
+draft = false
+slug = ""
+tags = ["about"]
+title = "About"
+
+showpagemeta = false
++++
+
+Erlich administers the Hacker Hostel, a tech incubator where Richard, Big Head, Dinesh, and Gilfoyle live and work in exchange for 10 percent of their potential businesses. Erlich clings to his glory days, when he sold aviation start-up Aviato, a move that, at least in his mind, qualifies him to be a svengali lording over other tech nerds. He still drives a car emblazoned with multiple Aviato logos and smokes copious amounts of weed.[1]
+
+In Fiduciary Duties, a drunk Richard makes Erlich a Pied Piper board member, a decision he later regrets.
+
+In Two Days of the Condor, it is revealed that Erlich no longer codes due to carpal tunnel syndrome.
+
diff --git a/exampleSite/content/blog/first.md b/exampleSite/content/blog/first.md
new file mode 100644
index 0000000..d00ba98
--- /dev/null
+++ b/exampleSite/content/blog/first.md
@@ -0,0 +1,27 @@
++++
+categories = ["ad"]
+comments = false
+date = "2016-10-02T15:59:13-04:00"
+draft = false
+showpagemeta = true
+slug = ""
+tags = ["gavin", "belson", "hooli", "hardware"]
+title = "Gavin Belson"
+description = "A post about the amazingness of Gavin Belson"
+
++++
+
+Note: This article originally appeared in [CodeRag](http://www.coderag.com/10-facts-you-didnt-know-about-gavin-belson/).
+
+Gavin Belson’s name has long been synonymous with innovation—but beyond his work at Hooli, do we even know the man behind the rampant success? In a Code/Rag exclusive, Belson revealed to us 10 things about himself that aren’t common knowledge.
+
+* He’s a nature fanatic! “It’s important to me that Hooli has an effective recycling program, and a personal passion of mine is donating to elephant sanctuaries. In fact, I’ve recently spearheaded the creation of Hooli’s newest charity: the Hooli Elephant Wildlife Trust.”
+* He likes to go analog! His company may have been founded on email, but Belson has a soft spot for the written word. “There’s something nostalgic about receiving a letter—it’s a message from the past.”
+* He’s an honorary shaman! “I studied at the Institute of Spiritual Therapy and Vision Quests, where I was honored with the title of shaman. The Institute has fundamentally furthered my understanding of the world and its capacity for greatness.”
+* His favorite pizza topping is pepperoni! “Uncured, preferably, with some aged parmesan.”
+* He drives a Tesla! “Black. I try not to bee too conspicuous. And of course, the benefit to the environment is incomparable.”
+* His health is important to him! “I eat at least one piece of unprocessed fruit a day.”
+* He has bad habits too! “I never reboot my laptop. I know it’s bad, but I’m always in a hurry.”
+* He doesn’t have a Nobel Peace Prize…yet! “It’s a common misconception, especially with the amount of charity work I do with Hooli, and sometimes people associate my status as a shaman with working towards world peace, which of course is something I’m striving for.”
+* He’s loyal to his barber! “I’ve been going to the same barber for years—he was based in Palo Alto, but I’ve convinced him to move to the South Bay.”
+* He really, really loves animals! “I would say I’m a cat person. And a dog person. I’m an animal person, and I don’t just mean that human beings are animals. Did you know the African bush elephant is still an endangered species? Programs like the Hooli Elephant Wildlife Trust won’t save them immediately, but it’s a start.”
diff --git a/exampleSite/content/blog/second.md b/exampleSite/content/blog/second.md
new file mode 100644
index 0000000..2d7bf4e
--- /dev/null
+++ b/exampleSite/content/blog/second.md
@@ -0,0 +1,21 @@
++++
+categories = ["propaganda"]
+comments = false
+date = "2016-10-01T16:59:13-04:00"
+draft = false
+showpagemeta = true
+slug = ""
+tags = ["gavin", "belson", "hooli", "ceo"]
+title = "Belson Back on Top"
+description = "Hooli’s CEO Focusing on the Bottom Line"
+
++++
+Note: This post originally appeared in [CodeRag](http://www.coderag.com/belson-back-on-top-hoolis-ceo-focusing-on-the-bottom-line/)
+
+Gavin Belson’s brilliant leadership is unstoppable. While allegedly taking a personal hiatus from day-to-day operations at Hooli, Belson couldn’t resist brokering a blockbuster deal between Hooli and Maleant Data Systems, deploying Hooli’s innovative new Hooli/Endframe Box. The multi-year deal brings handsome margins for Hooli and can easily be a template to apply across the entire Fortune 1000. An inside source tells me that, no surprise, the board was no longer satisfied to let Belson fade into the background. Hat in hand, they begged Belson to come back to the helm.
+
+It’s been barely two months since Belson announced he would be taking a leave from his leadership role in order to focus on spiritual wellness and family. What drove Belson to this decision remains unclear. Was it additional fallout from the Hooli-Search scandal we broke at this very blog? Or perhaps his cutthroat methods in managing Hooli-Search results indicate a demand across the board for higher standards, and as such, Belson could not tolerate the sloppy security upgrades we also reported on. In any case, it seems the company’s electrical issues are resolved, and with it, any spirituality Belson felt the need to examine. The company’s Chief Innovation Officer has returned.
+
+Belson, who is single, has had a slew of successes at Hooli this past year. When he announced the dissolution of the Nucleus project, his bravery was rewarded as Hooli stock jumped 7 percent. The cost savings was compounded when Belson pulled the trigger on company-wide layoffs, and the hole left by Nucleus was quickly filled when he acquired middle-out company Endframe. Endframe’s tech has long dominated the middle-out space, and it’s no surprise that the Hooli/Endframe relationship has combined Hooli’s resources and innovation with Endframe’s impressive tech to create something obscenely profitable: the Hooli/Endframe Box.
+
+With Belson back on top at Hooli, shareholders can breathe a sigh of relief. While Belson’s career is certainly not without drama, his shrewd business sense and innovative technological accomplishments are what’s shaped Hooli into the company it is today. Without Gavin Belson, there is no Hooli. And without Hooli, where would any of us be?
diff --git a/exampleSite/content/blog/third.md b/exampleSite/content/blog/third.md
new file mode 100644
index 0000000..8b07c2d
--- /dev/null
+++ b/exampleSite/content/blog/third.md
@@ -0,0 +1,22 @@
++++
+categories = ["propaganda"]
+comments = false
+date = "2016-10-03T16:59:13-04:00"
+draft = false
+showpagemeta = true
+slug = ""
+tags = ["gavin", "belson", "hooli"]
+title = "Hooli’s Hot New Hardware"
+description = "Middle out compression technology for the win!"
+
++++
+
+Note: This article originally appeared in [CodeRag](http://www.coderag.com/hoolis-hot-new-hardware/).
+
+When Hooli acquired Endframe, no one could wait to see what the tech giant would do with the revolutionary, middle-out compression technology. The wait is over: In a savvy pivot, Hooli took the software and created their newest hardware: the Hooli/Endframe Box. While initially conceived as a consumer-facing platform, the Endframe technology has been repurposed to “make the world a better place through secure, high-capacity enterprise data storage servers utilizing middle-out compression technology.”
+
+Insanely simple and beautifully crafted, the hardware backs up large amounts of data at a fraction of what it used to cost, so it’s no surprise that enterprise top dog Maleant Data System Solutions jumped at the chance to make a multi-year deal for the product. At a press conference announcing the blockbuster deal, CEO Calvin Greene stated, “The Hooli/Endframe Box is a welcome integration with our banking and medical system clients, who need to process large amounts of secure data at an accelerated pace.” Hooli’s Gavin Belson quipped that the world “always needs more money and doctors.”
+
+The hardware features a Dual Intel Haswell 2.6 Ghz processor, NVIDIA Tesla K80, Lightnight Eco Gen II SanDisk (800 TB, no less) and two 4TB Seagate hard drives. Matched with Endframe’s middle out algorithm, there’s a reason Maleant promises a 200 percent ROI to any client who elects to incorporate the Hooli/Endframe Box into their service deal with Maleant.
+
+The two companies flirted with multiple deal options before sealing the deal on a white label agreement, and becoming the power couple of enterprise data storage. Hooli could sell upgraded versions of these boxes to Maleant indefinitely, and Maleant’s penetration in the enterprise market ensures high demand for more Hooli/Endframe Boxes as long as Hooli can keep making them. Hundreds of millions of dollars could follow for Hooli’s enterprise sales division. With these two joining to sell storage solutions, no one will be able to touch their profits—or their data.
diff --git a/exampleSite/content/coderag/index.md b/exampleSite/content/coderag/index.md
new file mode 100644
index 0000000..08b5a6d
--- /dev/null
+++ b/exampleSite/content/coderag/index.md
@@ -0,0 +1,19 @@
++++
+categories = ["articles"]
+comments = false
+date = "2016-10-02T22:55:05-04:00"
+draft = false
+slug = ""
+tags = ["bachman", "pied piper", "aviato"]
+title = "CodeRag"
+
+showpagemeta = true
++++
+Notes: This article originally appeared in [CodeRag](http://www.coderag.com/-note-from-the-editor/).
+
+Code/Rag has always been more than just another online tech blog. We strive to be part of the tech community—serving an essential, fundamental look at what’s going on in the valley. It’s why our tagline is “Know Your Code.” We think a tech news publication should know the basics. Be the source. Get down to brass tacks. We can do that because we’re part of the very ecosystem we’re reporting on. And like any other company in the Silicon Valley community, Code/Rag is an ever-evolving entity.
+
+Part of Code/Rag’s evolution includes our new investor: Bachmanity Capital. Bachmanity, as of this writing, owns a 50 percent stake in Code/Rag. I want to assure our readers this will in no way affect the quality or integrity of our journalism (it takes more than a couple dollars to shut me up). It simply means we have more funds to chase down the story, more resources to analyze trends and more assurances that when you read Code/Rag, you’ll know your code.
+
+C.J. Cantwell
+Editor-in-Chief
diff --git a/exampleSite/data/.gitkeep b/exampleSite/data/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/data/.gitkeep
diff --git a/exampleSite/layouts/.gitkeep b/exampleSite/layouts/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/layouts/.gitkeep
diff --git a/exampleSite/static/.gitkeep b/exampleSite/static/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/static/.gitkeep
diff --git a/exampleSite/static/apple-touch-icon.png b/exampleSite/static/apple-touch-icon.png
new file mode 100644
index 0000000..5fd7600
--- /dev/null
+++ b/exampleSite/static/apple-touch-icon.png
Binary files differ
diff --git a/exampleSite/static/browserconfig.xml b/exampleSite/static/browserconfig.xml
new file mode 100644
index 0000000..b97aacb
--- /dev/null
+++ b/exampleSite/static/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#ffc40d</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/exampleSite/static/favicon-16x16.png b/exampleSite/static/favicon-16x16.png
new file mode 100644
index 0000000..9183674
--- /dev/null
+++ b/exampleSite/static/favicon-16x16.png
Binary files differ
diff --git a/exampleSite/static/favicon-32x32.png b/exampleSite/static/favicon-32x32.png
new file mode 100644
index 0000000..71cb2e2
--- /dev/null
+++ b/exampleSite/static/favicon-32x32.png
Binary files differ
diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico
new file mode 100644
index 0000000..7d76245
--- /dev/null
+++ b/exampleSite/static/favicon.ico
Binary files differ
diff --git a/exampleSite/static/img/.gitkeep b/exampleSite/static/img/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/static/img/.gitkeep
diff --git a/exampleSite/static/img/headshot.jpg b/exampleSite/static/img/headshot.jpg
new file mode 100644
index 0000000..682d7c5
--- /dev/null
+++ b/exampleSite/static/img/headshot.jpg
Binary files differ
diff --git a/exampleSite/static/manifest.json b/exampleSite/static/manifest.json
new file mode 100644
index 0000000..e5c3ddd
--- /dev/null
+++ b/exampleSite/static/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "hugo-goa",
+ "icons": [
+ ],
+ "theme_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/exampleSite/static/mstile-150x150.png b/exampleSite/static/mstile-150x150.png
new file mode 100644
index 0000000..207186f
--- /dev/null
+++ b/exampleSite/static/mstile-150x150.png
Binary files differ
diff --git a/exampleSite/static/safari-pinned-tab.svg b/exampleSite/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..66d5958
--- /dev/null
+++ b/exampleSite/static/safari-pinned-tab.svg
@@ -0,0 +1,30 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="152.000000pt" height="152.000000pt" viewBox="0 0 152.000000 152.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,152.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M719 1506 c-177 -61 -281 -271 -231 -465 14 -57 55 -145 71 -155 5
+-3 12 -27 16 -53 3 -27 9 -62 11 -79 6 -36 -58 -232 -90 -279 -25 -37 -62 -72
+-98 -91 -25 -13 -28 -12 -47 12 -12 15 -21 32 -22 38 0 6 -2 20 -5 31 -2 11
+-5 32 -6 47 -2 29 -13 27 -42 -9 -10 -13 -23 -22 -30 -20 -14 5 -35 -22 -36
+-48 -1 -19 -2 -19 -9 -1 -7 18 -9 17 -35 -10 -97 -103 -111 -239 -31 -314 26
+-24 149 -70 175 -65 94 20 146 37 173 57 18 13 44 30 59 37 15 8 35 30 44 50
+9 20 23 39 30 44 7 4 25 30 40 57 14 27 32 51 40 54 13 5 14 11 -30 -143 -22
+-74 -21 -134 2 -154 20 -18 84 -47 105 -47 7 0 21 6 31 13 16 12 19 31 22 123
+5 170 6 175 42 189 30 13 31 13 46 -26 9 -22 16 -48 16 -58 0 -21 67 -128 98
+-155 38 -33 130 -73 159 -69 16 2 49 4 74 3 37 0 51 5 79 30 18 16 36 30 40
+30 3 0 13 12 22 28 22 37 17 116 -10 167 -18 34 -23 34 -22 0 1 -10 -33 -69
+-46 -82 -18 -19 -52 -16 -80 6 l-25 20 36 17 c19 9 42 28 51 43 9 15 32 36 52
+46 74 40 89 123 39 222 l-24 46 -7 -39 c-8 -43 -31 -84 -46 -84 -6 0 -10 7
+-10 15 0 24 -16 17 -17 -7 -3 -30 -27 -46 -64 -42 -74 9 -129 56 -182 155 -22
+42 -24 55 -20 150 4 112 5 129 15 144 62 103 82 176 75 281 -10 145 -82 266
+-191 319 -64 31 -152 40 -207 21z m167 -1062 c2 -16 6 -39 9 -51 7 -29 -13
+-40 -20 -11 -9 36 -13 82 -8 91 7 12 13 3 19 -29z"/>
+</g>
+</svg>
diff --git a/layouts/partials/avatar.html b/layouts/partials/avatar.html
index 4b5cf39..ef505b9 100644
--- a/layouts/partials/avatar.html
+++ b/layouts/partials/avatar.html
@@ -1,4 +1,4 @@
<header class="row text-center header">
{{ with .Site.Params.authorImage }} <img src="img/{{ . }}" alt="Author Image" class="img-circle text-center headshot"> {{ end }}
- <h1 class="author">{{ .Site.Author }}</h1>
+ <h1 class="author">{{ .Site.Params.author }}</h1>
</header>