{{ .Summary | plainify | truncate 100 }}
diff --git a/exampleSite/archetypes/default.md b/exampleSite/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/exampleSite/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/exampleSite/config.toml b/exampleSite/config.toml deleted file mode 100644 index 21252c6..0000000 --- a/exampleSite/config.toml +++ /dev/null @@ -1,29 +0,0 @@ -baseurl = "http://example.org/" -languageCode = "en-us" -title = "Hugo Cards" -theme = "hugo-cards" -themesDir = "../.." -paginate = 6 - -[params] - builtBy = "bool" - defaultImage = "gopher.jpg" - - facebook = "" - quora = "" - twitter = "http://twitter.com/bul_ikana" - github = "http://github.com/bul-ikana" - email = "" - - fbLikeBox = "" - fbAppId = "" - fbPageUrl = "" - fbPageTitle = "" - - analytics = "" - disqus = "" - - [params.copyright] - name = "bool" - link = "https://bool.netlify.com" - diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 84a43c2..55296fc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,40 +1,31 @@ -
- {{ if .Site.Params.favicon }} + {{ if .Site.Params.favicon -}} - {{ end }} - -{{ .Summary | plainify | truncate 100 }}