Commit Graph

48 Commits

Author SHA1 Message Date
Алексей Викторович Зло 509e3a2dc6 Create italian translation 2018-11-02 21:29:28 +01:00
rams 8ab9a2b5e1 Create german translation (#16)
German translation.
id keep the root translation, because the website looks like a "code Blog" and its a known word to most coders / visitors
2018-11-02 21:28:19 +01:00
Dmitry Verkhoturov c2b9f750c9 feat: uses english as the default language 2018-03-26 21:20:38 +02:00
Aidan Nelson aefcdfc237 fix: broken build
Removed a call to @extend within a @media query which seems to throw an error as mentioned in issue #10.
2018-03-18 11:33:09 +01:00
cfchou 7e7f246b3b Root link in menu configurable 2017-07-05 18:47:49 +02:00
Aurélien Baumann 8666ec20a6 Merge pull request #6 from cfchou/master
add BaseURL for js and css
2017-06-28 19:48:31 +02:00
cfchou 1beda3cea8 add BaseURL for js and css 2017-06-29 01:27:28 +08:00
Aurélien Baumann cea8520237 Merge pull request #4 from kholbekj/dynamic_share_button
make facebook button respect locale
2017-05-16 23:27:35 +02:00
Aurélien Baumann 0b22944e6a Merge pull request #3 from soul9/patch-1
fix(menu): show only "real" posts and not "dynamic" pages  in most recent posts
2017-05-16 23:27:22 +02:00
Kasper Holbek Jensen ad74456ab6 make facebook button respect locale 2017-05-10 23:14:39 +02:00
soul9 09f743f976 fix(menu): show only "real" posts and not "dynamic" pages in most recent posts
When there are few pages in the site, .Site.Pages will show also some dynamically generated taxonomy pages in the most recent posts section of the menu (along with some entirely broken links). .Site.RegularPages will only display the regular pages instead of displaying all pages in the site.
2017-04-02 18:14:19 +02:00
kendo5731 42906e9aad doc: uses absolute path for the screenshot in the README 2017-02-20 10:45:51 +01:00
kendo5731 38a59dee0b doc: moves the example site preview images to a new location 2017-02-13 21:18:38 +01:00
kendo5731 a9c632bb50 chore: adds example site 2017-02-13 20:45:18 +01:00
kendo5731 e5da388676 feat: changes the "name" parameter to "author" 2017-02-13 20:19:07 +01:00
kendo5731 bf2398c330 fix: only contents of type "blog" are listed 2017-02-13 20:17:37 +01:00
kendo5731 a59b999646 chore(release): 1.1.0 2016-02-07 13:48:50 +01:00
kendo5731 9ccd3b3b66 fix(): actually list most recent articles intead of older ones in side menu 2016-02-07 13:45:50 +01:00
kendo5731 5707d9da35 feat(): show categories and tags blocs only if there are some 2016-02-07 13:35:12 +01:00
kendo5731 b78846f55b feat(): change date format to YYYY-mm-dd hh:mm-ss 2016-02-07 13:24:39 +01:00
kendo5731 373a869d4c fix(): add fonts in index 2016-02-07 12:52:56 +01:00
kendo5731 6e97a9d1e6 doc(): create a section for changelog 2016-02-06 18:37:22 +01:00
kendo5731 6b79edcb73 doc(): add installation instructions 2016-02-06 18:36:31 +01:00
kendo5731 0accfe59c6 doc(): add contributing guidelines 2016-02-06 18:30:14 +01:00
kendo5731 2641b3d05e chore(release): 1.0.0 2016-02-06 18:15:14 +01:00
kendo5731 6424311ac7 chore(): add npm scripts for automatic releases 2016-02-06 18:14:41 +01:00
kendo5731 b531322840 chore(): add generated files to index 2016-02-06 17:34:38 +01:00
kendo5731 06e02bcc45 doc(): display a theme preview in readme 2016-02-06 17:28:25 +01:00
kendo5731 057d49d760 feat(): add support for syntax hightlighting with highlight.js 2016-02-06 17:21:06 +01:00
kendo5731 e933c24aca feat(): add a custom 404 page 2016-02-06 16:58:34 +01:00
kendo5731 e1615aa043 feat(): add a link to home in the menu for conveniance 2016-02-06 16:49:00 +01:00
kendo5731 b009a73176 feat(): add integration with Google Analytics 2016-02-06 16:43:18 +01:00
kendo5731 f1de92a9f9 feat(): add integration with Disqus 2016-02-06 16:37:40 +01:00
kendo5731 90fffad48a chore(): minify css and js files 2016-02-06 16:11:02 +01:00
kendo5731 b250023b85 feat(): add support for translations 2016-02-06 15:37:20 +01:00
kendo5731 b9047b4cf3 feat(): display dynamic pages title and description 2016-02-06 15:21:59 +01:00
kendo5731 f4d8ac34df feat(): add support for pagination in _default/list.html 2016-02-04 23:20:36 +01:00
kendo5731 f5b5ae55d9 feat(): add support for Twitter and Facebook share buttons 2016-02-04 22:59:25 +01:00
kendo5731 b8e812859e feat(): add support for bootstrap tables 2016-02-04 22:34:56 +01:00
kendo5731 e2f0953b9b chore(): add npm run watch for sass files 2016-02-04 22:33:40 +01:00
kendo5731 eafcee54eb feat(): add support for listing, tags, categories and most recent articles 2016-02-04 22:29:46 +01:00
kendo5731 8c39d2e3c2 feat(): create list and single default layouts 2016-02-02 23:20:24 +01:00
kendo5731 5dde856e27 WIP 2016-02-02 21:30:52 +01:00
kendo5731 23c4dc308c refactor(): change folder structure to be an actual hugo theme 2016-02-02 21:02:27 +01:00
kendo5731 9b7f46fb02 feat(): add support for listing tags and categories 2016-02-01 23:02:33 +01:00
kendo5731 721c05de4d feat(): add support for responsive iframes 2016-02-01 22:44:21 +01:00
kendo5731 384accc987 chore(): add TOTOs 2016-01-31 19:32:10 +01:00
kendo5731 06de5347fa feat(): add menu bar and main content with colors from atom editor 2016-01-31 19:27:39 +01:00