Commit graph

45 commits

Author SHA1 Message Date
Jan Raasch 9046dd41c8 style: add whitespace 2020-09-21 14:09:26 +02:00
Jan Raasch bde8291944 feat: add "icon"-shortcode 2020-09-21 13:52:32 +02:00
Jan Raasch 90d0a18423 refactor: remove unneeded "icon-asterisk"-class 2020-09-21 13:37:16 +02:00
Jan Raasch b664d26b0c fix: quote icons
icon-quote-left and icon-quote-right are only included on font-awesome-ie7.css
2020-09-21 13:35:37 +02:00
Jan Raasch edc14934d0 chore: update font-awesome to v4.7.0
see https://fontawesome.com/v4.7.0/get-started/
2020-09-21 13:24:07 +02:00
Jan Raasch 7f2d00746b docs: improve wording on badges 2020-09-11 19:26:53 +02:00
Jan Raasch 124a6ecf40 docs: advertise sponsoring possibilities more prominently 2020-09-09 18:39:58 +02:00
Jan Raasch 848f6129ec style: add & run prettier 2020-09-09 18:00:59 +02:00
Jan Raasch 30fe331123 style: use "tel:"-prefix for phone number link 2020-09-09 17:35:01 +02:00
Jan Raasch 1364c13566 style: fix typo 2020-09-09 15:57:02 +02:00
Jan Raasch 9a7774bc4b refactor: remove extra p-tags from section.post-content
fixes https://github.com/janraasch/hugo-scroll/issues/7
2020-09-07 17:46:18 +02:00
Jan Raasch f483bbaea4 fix(site-menu): use anchorized title
fixes https://github.com/janraasch/hugo-scroll/pull/6.

This way we put less burden on JavaScript / jQuery, which is always good :-D.
2020-09-07 14:23:19 +02:00
Jan Raasch f9332ad4f4 chore: enable »Stale«-bot 🖲
See https://probot.github.io/apps/stale/
2020-09-04 09:40:09 +02:00
Jan Raasch 90db59ad1f
docs(readme): add github stats 2020-08-31 21:22:43 +02:00
Jan Raasch fd4f94a10f
docs(readme): add github sponsors 2020-08-31 20:54:21 +02:00
Jan Raasch dc6155976c
chore: add github sponsors 2020-08-31 20:52:11 +02:00
Jan Raasch bbdf94b50e docs(README): use "custom.css" same as we have it on the exampleSite 2020-08-25 07:08:23 +02:00
Jan Raasch 5807c200f4 docs(README): add reference to exampleSite to »branding«-section 2020-08-25 07:06:06 +02:00
Jan Raasch 4c4b37ae76 docs: add »branding«-section to README
This came up quite a lot :-)

* https://github.com/janraasch/hugo-scroll/issues/4
* https://github.com/janraasch/hugo-scroll/issues/2
* https://github.com/janraasch/hugo-scroll/issues/1
2020-08-25 07:03:48 +02:00
Jan Raasch 6656a8df0c
docs(README): fix typos 2020-08-17 11:57:55 +02:00
Jan Raasch 7bc116b238
docs(README): add link to setup guide & add section on starting fresh 2020-08-17 11:56:41 +02:00
Jan Raasch fdcb6abc33 refactor(exampleSite/config.toml): remove themesDir-config
This config confuses people, see https://github.com/janraasch/hugo-scroll/issues/2
2020-08-16 12:29:13 +02:00
Jan Raasch 0fe91fc202 fix(header_image): remote relURL to make this work when hosted in a subdir
See https://github.com/gohugoio/hugoThemes/issues/881#issuecomment-667532072
2020-08-01 15:48:07 +02:00
Jan Raasch a319d9051b chore(layouts/index): use relURL for css background
because netlify optimization requires this, see

https://community.netlify.com/t/support-guide-does-netlify-optimize-every-single-asset-my-site-uses/152
2020-07-09 12:32:43 +02:00
Jan Raasch 7853a2af06 fix(exampleSite): fix template syntax 2020-07-09 11:52:40 +02:00
Jan Raasch d57996c177 chore: prettify example favicon 2020-07-09 11:49:36 +02:00
Jan Raasch cd4878c548
docs: add link to github page demo 2020-07-09 11:36:44 +02:00
Jan Raasch 78400b82f4 chore: use relative url
Otherwise this breaks on https://janraasch.github.io/hugo-scroll/services/
2020-07-09 11:32:05 +02:00
Jan Raasch beeee2858b chore: use relative link
Otherwise this does not work on https://janraasch.github.io/hugo-scroll/
2020-07-09 11:28:40 +02:00
Jan Raasch d2ec055abb chore: gitignore destination directories 2020-07-09 11:22:57 +02:00
Jan Raasch 0eb23bf5c8 chore: do not use / in the beginning of a URL
Otherwise this does not work, if the baseURL has a subfolder in there, e.g.

https://janraasch.github.io/hugo-scroll/

See https://github.com/gohugoio/hugoThemes#common-permalink-issues
2020-07-09 11:21:57 +02:00
Jan Raasch ad9adcb484 docs: add ci badge 2020-07-09 10:49:17 +02:00
Jan Raasch f41e57a5fd chore(ci): fix destination-dir 2020-07-09 10:45:01 +02:00
Jan Raasch 90cb9bdf3e
chore(ci): remove ref-check
😅... Trying to figure out how to get this to work...
2020-07-09 10:37:04 +02:00
Jan Raasch de29d1bd1f
chore(ci): fix .ref-reference
See https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context
2020-07-09 10:32:15 +02:00
Jan Raasch 137977cf3c
chore(ci): add github workflow 2020-07-09 10:24:55 +02:00
Jan Raasch a7fcc36fed chore: point design-template-link to github for now 2020-07-08 20:33:36 +02:00
Jan Raasch 285444ebf0 feat: add empty custom_body and custom_head partials
to be overwritten by the user 🎸.
2020-07-08 20:26:33 +02:00
Jan Raasch 7defcb60fd feat: markdownify copyright-line 2020-07-08 19:26:00 +02:00
Jan Raasch b7d9750192 docs: fix exampleSite-link 2020-07-07 18:20:16 +02:00
Jan Raasch 2afc4afd20 docs: add issues-section 2020-07-07 18:04:28 +02:00
Jan Raasch 79cc6c161a docs: fix exampleSite-links 2020-07-07 18:04:10 +02:00
Jan Raasch 15a8849a59 docs: Hugo theme -> Hugo-theme 2020-07-07 18:03:40 +02:00
Jan Raasch a474799d97 chore: compress images & screenshots
via https://imagecompressor.com/ :-)
2020-07-07 17:55:18 +02:00
Jan Raasch b05ff4eb22 chore: initial commit 2020-07-07 17:50:41 +02:00