Commit Graph

361 Commits

Author SHA1 Message Date
Alan Orth b03b939124 Merge pull request #14 from bep/rss
Rename RSSlink to RSSLink
2016-11-17 10:53:47 +02:00
Bjørn Erik Pedersen a6ebe0a0b3 Rename RSSlink to RSSLink
The former will be deprecated and eventually removed from Hugo.

Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
2016-11-17 09:12:17 +01:00
Alan Orth 07d6294224
static/css/style.css: Regenerate 2016-11-16 12:03:20 +02:00
Alan Orth 4d79004570
source/scss: Only import parts of font-awesome that we actually need
We can save ~30KiB in our stylesheet by only importing font-awesome
features and icons that we are actually using.
2016-11-16 12:00:21 +02:00
Alan Orth 54bb4e52aa
README.md: Remove TODO about author pages/indexes
Doesn't seem possible right now without significant hackery, and I
want to keep the theme simple, relying on native Hugo features as
much as possible.
2016-11-16 10:08:16 +02:00
Alan Orth ca43b73696
README.md: Add notes about contributing 2016-11-16 09:38:11 +02:00
Alan Orth 33bd2a3488 Merge pull request #12 from fte378/german
Added german translation for cookie consent.
2016-11-15 16:58:46 +02:00
Frank Tegtmeyer 07784422f6 Added german translation for cookie consent. 2016-11-15 15:39:03 +01:00
Alan Orth e3f93bd38b
README.md: Add cookie consent to features 2016-11-13 14:17:53 +02:00
Alan Orth 043f66a4d0
exampleSite/config.toml: Add parameter for cookie consent 2016-11-13 14:15:01 +02:00
Alan Orth a66be324cc
Add plumbing for cookie consent
Set the cookie_consent_info_url parameter in your site's config to
display a message about cookie usage to your users. See the config
in `exampleSite/config.toml` for more info.
2016-11-13 14:13:17 +02:00
Alan Orth 3d1526eb55
static: Generate cookieconsent assets 2016-11-13 13:42:59 +02:00
Alan Orth a546fc731e
package.json: Add run script for cookieconsent 2016-11-13 13:42:22 +02:00
Alan Orth 3c900b036b
package.json: Add cookieconsent dependency 2016-11-09 16:00:22 +02:00
Alan Orth 1f14455b12
layouts/_default/baseof.html: Don't indent go blocks
They get indented doubly in the generated HTML and look funny.
2016-11-09 15:42:39 +02:00
Alan Orth 929d2d976a
layouts/_default/baseof.html: Improve handling of RSS
We are explicitly using the site's RSS feed, but after reading the
Hugo RSS docs I think it's better if we use the contextual version
of the RSSlink. This will make the RSS plumbing show a feed for the
current category, tag, section, etc. The example code also adds a
bit of markup to help browsers find the content more easily.

See: https://gohugo.io/templates/rss/
2016-11-09 15:39:23 +02:00
Alan Orth b23a4b13a9
exampleSite/config.toml: Add note about Disqus comments 2016-11-06 22:58:04 +02:00
Alan Orth f8eca16f51
static: Regenerate for Font Awesome 4.7.0 2016-11-06 22:56:14 +02:00
Alan Orth 3c3db93917
package.json: Bump Font Awesome to latest version
See the version 4.7.0 pull request with a change log of sorts:

https://github.com/FortAwesome/Font-Awesome/pull/10012
2016-11-06 22:54:47 +02:00
Alan Orth 456937f176 Merge pull request #9 from fte378/germantranslation
German translation
2016-11-04 14:40:16 +02:00
Frank Tegtmeyer 35964d5046 German translation 2016-11-04 10:22:03 +01:00
Alan Orth 5d3e273d49
README.md: Add notes about Disqus comments 2016-11-02 15:25:03 +02:00
Alan Orth 74ab144e97 Merge pull request #5 from fte378/disqusintegration
Disqus integration for single nodes.
2016-11-02 15:17:25 +02:00
Frank Tegtmeyer b81d5c54da Disqus integration for single nodes. 2016-11-01 15:25:44 +01:00
Alan Orth 065dd80faf
README.md: Fix syntax error 2016-10-26 10:15:22 -04:00
Alan Orth f7e8827e39
README.md: Add suggestion about images in front matter 2016-10-25 19:42:34 -04:00
Alan Orth f6f913512b
README.md: Add content suggestions 2016-10-25 19:38:41 -04:00
Alan Orth bb9d17c7be
README.md: Update features
Use consistent style
2016-10-25 19:20:00 -04:00
Alan Orth b6b7655cc2
Add .gitkeep placeholder file to static directory 2016-10-21 12:01:25 -07:00
Alan Orth 77a3925ade
static/css/style.css: Regenerate 2016-10-19 20:25:24 -07:00
Alan Orth 97694ecab9
source/scss/bootstrap.scss: Update from distribution
Only changes a comment, but it's the principle that counts (one day
they might change something important so it's good to check).
2016-10-19 20:24:24 -07:00
Alan Orth 92f3ff829b
package.json: Bump Bootstrap to Alpha 5
See the release announcement here:

https://blog.getbootstrap.com/2016/10/19/bootstrap-4-alpha-5/
2016-10-19 20:22:45 -07:00
Alan Orth 08bc3493ab
i18n/bg.yaml: Add more strings 2016-10-19 17:06:57 -07:00
Alan Orth a8086d8a7b
Add Bulgarian language strings 2016-10-19 16:29:42 -07:00
Alan Orth 1e76900a4a Merge pull request #4 from aerohub/patch-1
Russian language file
2016-10-19 16:25:33 -07:00
Pavel Kanyshev baebcdb5db Russian language file 2016-10-19 22:54:34 +03:00
Alan Orth e721e3f542
exampleSite/config.toml: Use safe baseURL for example
Apparently a scammer has registered this other domain and has some
malware, ads, etc on it. There is a GitHub issue tracking this and
recommends changing the example baseURL to something safer.

See: https://github.com/spf13/hugoThemes/issues/171
2016-10-19 09:03:41 -07:00
Alan Orth 885827e173
README.md: Update description 2016-10-19 08:52:35 -07:00
Alan Orth 1f042fe72d
theme.toml: Add link to original Bootstrap theme 2016-10-19 08:51:11 -07:00
Alan Orth 3a585d9faa
README.md: Update features and TODOs
Displaying tags/categories and paginating posts aren't really
features!
2016-10-18 23:15:19 -04:00
Alan Orth fa400b914c
exampleSite/config.toml: Remove sidebar hiding option
It doesn't work, so having it in the example config is misleading.
2016-10-18 23:10:20 -04:00
Alan Orth 1e123e0566
README.md: Update TODOs 2016-10-18 23:08:34 -04:00
Alan Orth 9d4d062152
layouts/_default/baseof.html: Remove optional sidebar hiding
As it is right now, the sidebar gets hidden but the blog's main
content stays on the left. Gotta look at the CSS to make the
container responsive.
2016-10-18 23:06:19 -04:00
Alan Orth 2abe8b1cd3
layouts/_default/list.html: Only show pagination if necessary 2016-10-18 22:53:14 -04:00
Alan Orth cdcae6c8a4
layouts: Don't assume date_format is defined
User can override the date format with date_format, but we should
have a default in the case that the user hasn't defined it.
2016-10-17 23:39:41 -04:00
Alan Orth fdc982b9fb
theme.toml: Add Font Awesome to tags
Still not sure how to differentiate tags and features for the Hugo
themes directory though...
2016-10-17 22:56:45 -04:00
Alan Orth 64cdb7f087
Add screenshot and thumbnail for Hugo themes directory
Used in the themes gallery. Kinda low res though. The screenshot
in the readme is still the high-res one.
2016-10-17 22:18:39 -04:00
Alan Orth 372a14e822
README.md: Use absolute path for screenshot link
Required for inclusion to Hugo's themes directory.
2016-10-17 22:11:11 -04:00
Alan Orth 3f6fa1dfa4
theme.toml: Clean up, update 2016-10-17 22:08:08 -04:00
Alan Orth 7a9c17bc55
Add default archetype with some recommended options 2016-10-17 18:08:39 -04:00