Commit Graph

628 Commits

Author SHA1 Message Date
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
Alan Orth 3d80880dd9
README.md: Minor style/flow adjustments 2016-10-17 18:00:08 -04:00
Alan Orth fa8b65dda6
README.md: Update TODOs
Add link to multilingual docs and remove TODO for Twitter username
since I'm using Hugo's own logic for Twitter cards now.
2016-10-16 18:56:25 -04:00
Alan Orth a77e150bdf
README.md: Update features 2016-10-15 09:10:03 -04:00
Alan Orth de403cabd4
exampleSite/config.toml: Update options 2016-10-14 23:18:52 -04:00
Alan Orth b637dd5eb1
layouts/partials/head-meta.html: Use Hugo's templates
Instead of writing my own logic for metadata and Twitter cards, I
should be using Hugo's own. This makes my theme code cleaner, but
means I have to adjust some of the configuration conventions that
I have been using. An added bonus is that my theme will work with
more sites now, as long as they are using Hugo's config conventions.
2016-10-14 23:07:39 -04:00
Alan Orth 8f640f4c9b
exampleSite/config.toml: Add Google Analytics example 2016-10-14 22:13:28 -04:00
Alan Orth 7e3c5445f8
README.md: Update TODOs 2016-10-14 22:12:12 -04:00
Alan Orth c49fa721ec
layouts/_default/baseof.html: Add support for Google Analytics
Sites only need to add their Google Analytics tracking ID to their
config:

  googleAnalytics = "UA-123-45"

This uses the async version of the Google Analytics code.
2016-10-14 22:10:01 -04:00
Alan Orth 7272253613
exampleSite/config.toml: Add multilingual options to example config 2016-10-11 16:57:07 +03:00
Alan Orth 5f5f8191df
README.md: Add link to exampleSite/config.toml 2016-10-09 15:45:00 +03:00
Alan Orth 91261dd8ce
README.md: Update TODOs 2016-10-09 15:34:34 +03:00
Alan Orth 41c3ab421d
README.md: Update TODOs
Copyright text is now possible to be configured site wide in the
footer. Right now making each post possible to have a different
license isn't a priority.
2016-10-09 13:52:34 +03:00
Alan Orth ab2e5a1c5d
exampleSite/config.toml: Add copyright example 2016-10-09 13:46:41 +03:00
Alan Orth 6e84974d2a
layouts/_default/baseof.html: Add "back to top" link in footer 2016-10-09 13:45:38 +03:00
Alan Orth 142d330048
layouts/_default/baseof.html: Give credit to @mdo for theme 2016-10-09 13:38:49 +03:00
Alan Orth 77b2cf9955
layouts/_default/baseof.html: Allow configuration of footer text
Uses the "copyright" parameter from the site's config that is pretty
standard among Hugo themes. Content can contain Markdown.
2016-10-09 13:36:07 +03:00
Alan Orth 2eb07f4238
exampleSite/config.toml: Add verification options for Bing and Yandex 2016-10-08 17:40:45 +03:00
Alan Orth 50a2c5b673
README.md: Update features 2016-10-08 16:59:25 +03:00
Alan Orth b832cedf57
README.md: Update TODOs 2016-10-08 16:58:30 +03:00
Alan Orth 7194b5926d
layouts/partials/head-meta.html: Add site verification support
I had added Google Webmaster verify support but it got lost when I
was re-organizing the head meta stuff. I'm adding it back now plus
support for Bing and Yandex.
2016-10-08 16:57:10 +03:00
Alan Orth e79e2411a7
README.md: Update TODOs 2016-10-07 23:42:44 +03:00
Alan Orth 577fdd75ce
layouts/_default/single.html: Markdownify page title
In a multilingual context a post's title could be "Title" in English
but «Title» in Bulgarian, and if we apply the Markdown filter to the
title tag, then the language's Black Friday configuration is used,
in this example it would be for the angled quotes.

We already do this everywhere else we can in the post's content, so
let's match it in the page title.
2016-10-06 15:05:44 +03:00
Alan Orth d6328c34df
Remove anchor titles
I had only added these for accessibility, but after some research
it seems that assistive technologies don't use these.
2016-10-06 14:21:30 +03:00
Alan Orth 3a6bed5be7
layouts: Use Markdown filter on titles
This makes it possible to have Black Friday config options like
quote style also affect post titles.
2016-10-06 14:17:59 +03:00
Alan Orth 36a8a28d4c
layouts/_default/list.html: Remove debug code from pagination 2016-10-05 17:28:08 +03:00
Alan Orth a6fb8ef9a8
README.md: Add link to Hugo docs for pagination 2016-10-05 17:24:00 +03:00
Alan Orth 986c906c6d
README.md: Update features for pagination 2016-10-05 17:23:27 +03:00
Alan Orth 90ed717165
README.md: Update TODOs 2016-10-05 17:22:36 +03:00
Alan Orth a8d694d08c
Add pagination logic + i18n strings for en 2016-10-05 17:21:53 +03:00
Alan Orth dbd36e0779
static/css/style.css: Regenerate 2016-10-05 17:20:49 +03:00
Alan Orth 071139a371
source/scss/bootstrap.scss: Enable buttons
I need the button classes for pagination.
2016-10-05 17:20:25 +03:00
Alan Orth f737a75746
exampleSite/config.toml: Fix comment 2016-10-05 15:48:26 +03:00
Alan Orth 2bf45d6bec
exampleSite/config.toml: Update for pagination change 2016-10-05 15:47:59 +03:00