diff options
| author | Arnab Kumar Shil <ruddra90@gmail.com> | 2018-12-31 14:08:22 +0600 |
|---|---|---|
| committer | Track3 <34504964+Track3@users.noreply.github.com> | 2018-12-31 16:08:22 +0800 |
| commit | 97cc83914fc7ed67b623d499fbb0cde5d8fe2737 (patch) | |
| tree | 38fb67c3f12e813ab039b7d2c7562a575487c193 /README.md | |
| parent | 97395d876cce68513dc29416cec937a32765df15 (diff) | |
| download | hermit-97cc83914fc7ed67b623d499fbb0cde5d8fe2737.tar.gz | |
Modularize analytics and add extra headers (#26)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -89,6 +89,12 @@ You can modify or add any svg icons in site's `layouts/partials/svg.html` We only have built-in support for Disqus at the moment, if that doesn't fit your needs, you can just add html to site's `layouts/partials/comments.html` +##### Add extra header +If you want to load something(like *custom javascript*, *google fonts* etc.) in every page with header, then you can add them inside site's `layouts/partials/extra-headers.html`. + +##### Add custom analytics +If you prefer to use different analytics system other than google analytics, then add them inside `layouts/partials/analytics.html`. + #### Add custom css For adding custom css to the theme, you need to assign an array of references in `config.toml` like following: |
