Commit graph

116 commits

Author SHA1 Message Date
vimux
6f847bd6d1
Don't generate empty div.post__meta 2018-11-16 09:50:56 -05:00
vimux
228a06dc5f
Make post meta fields configurable 2018-11-15 14:21:34 -05:00
vimux
982b2eae26
Fix list.html partial: restore page block
This was accidentally broken in "Define Base Template (baseof.html)" (896326481e)
2018-11-15 10:14:05 -05:00
vimux
ad7478c905
Add related param
It is possible to turn on/off related content block
2018-11-15 09:11:46 -05:00
vimux
cdc13f1bf7
Improve semantic layout 2018-11-14 13:34:07 -05:00
vimux
1665f619df
Better handling Web Manifest include 2018-11-14 10:03:23 -05:00
vimux
42cd072bca
Add aria-label for menu button 2018-11-04 15:04:58 -05:00
vimux
1e9df01d20
Delete Modernizr script declaration from baseof 2018-11-03 15:09:49 -04:00
vimux
74dfcb269f
Use no-js -> js script instead of Modernizr 2018-11-03 10:42:19 -04:00
vimux
896326481e
Define Base Template (baseof.html) 2018-11-03 10:23:41 -04:00
vimux
6759acad62
Add RSS link 2018-09-30 22:21:38 +03:00
vimux
f8d952fad5
Update MathJax 2.7.4 -> 2.7.5 2018-08-08 21:30:27 +03:00
vimux
0386c67cc9
Fix margins for page block 2018-06-20 13:27:24 +03:00
vimux
c06074a697
Optimize Reddit SVG icon (648 -> 548 bytes) 2018-06-19 12:29:14 +03:00
vimux
d2e6fc00a8
Turn off GA on local hugo web server 2018-06-18 22:06:27 +03:00
vimux
4cece3cf46
Fix comments condition
Don't show Disqus comments in Hugo local webserver
2018-06-18 21:48:14 +03:00
vimux
07fe4c777c
Fix post__footer conditional statement 2018-06-12 11:19:03 +03:00
vimux
6b36c1ca0a
Add sharing buttons 2018-06-12 09:02:31 +03:00
vimux
299ecd09ca
Add possibility to re-use icons in several places 2018-06-11 11:28:00 +03:00
vimux
5bd4fd7709
Fix condition 2018-06-04 11:06:03 +03:00
vimux
5552fc3f5a
Add initial "no posts" empty state 2018-05-28 15:31:50 +03:00
vimux
6e72956f06
Add Email social 2018-05-28 11:38:52 +03:00
vimux
d9e9863721
Add Medium social 2018-05-28 09:33:36 +03:00
vimux
5c6983ec9e
Add initial MathJax support 2018-05-27 14:59:18 +03:00
vimux
0d5e2d839f
Use .Param for cardsPerRow parameter 2018-05-27 09:58:52 +03:00
vimux
b099c5e941
Use .Param for TOC and comments
Enable/disable "TOC" and "comments" partials for all site or specific posts.
See: https://gohugo.io/functions/param/
2018-05-27 00:02:06 +03:00
vimux
5d3bea73a5
Add initial "related articles" block 2018-05-25 17:29:46 +03:00
vimux
216780dc4b
Add partial post_toc.html for table of content 2018-05-25 13:03:05 +03:00
vimux
ab7d847e21
Fix post__footer check condition 2018-05-25 10:20:37 +03:00
vimux
3682d6b158
Add initial social section
* Facebook
* Twitter
* Telegram
* Google Plus
* Instagram
* Pinterest
* VK
* LinkedIn
* GitHub
* GitLab
* Stack Overflow
* Mastodon
2018-05-24 23:52:05 +03:00
vimux
e84efd8613
Delete prev and next pagination links 2018-05-23 18:18:18 +03:00
vimux
90093759c7
Add initial 404 page 2018-05-23 12:55:29 +03:00
vimux
0ed9f70323
Add main index page
The main index page shows only `mainSections` ("post" by default). You can set sections with "mainSections" config parameter.
2018-05-23 09:37:31 +03:00
vimux
8fc9a3c7c5
Add initial Table of Contents 2018-05-22 16:36:26 +03:00
vimux
400fa05302
Use config parameter for meta theme-color
Use .Site.Params.Manifest.themeColor config parameter
2018-05-22 15:30:01 +03:00
vimux
b6a9f07c52
Fix card title font-size 2018-05-22 15:27:55 +03:00
vimux
9b8054de56
Add new parameters for Web App Manifest
Now, you can specify parameters through site config file
2018-05-22 13:12:29 +03:00
vimux
b267de84f8
Add initial thumbnail support 2018-05-21 23:08:56 +03:00
vimux
d5d78035ff
Add footer section for single post 2018-05-21 21:18:52 +03:00
vimux
56e5a76dbe
Add main menu validation 2018-05-10 08:40:56 +03:00
vimux
b991eb810a
Generate Web App Manifest as custom output format 2018-04-28 10:58:53 +03:00
vimux
fa13a9b9e2 Unify name convention for config params (camelCase)
* disable_comments -> comments
* dateformat -> dateFormat
* CardsColumns -> cardsPerRow
2018-04-25 21:51:50 +03:00
vimux
cf5b8ab673 Fix site title 2018-04-21 09:34:32 +03:00
vimux
e92d43aaf6 Add responsive JS menu 2018-04-01 18:24:15 +03:00
vimux
8f44cab641 Add Web App Manifest 2018-03-12 21:28:20 +03:00
vimux
72726593be Add additional footer copyright credits 2018-03-11 20:46:50 +03:00
vimux
c4945ec9a5 Add i18n 2018-03-10 11:04:24 +03:00
vimux
ce49e000a9 Add meta theme-color 2018-03-10 07:45:56 +03:00
vimux
031c995310 Add card layout for list pages 2018-03-10 07:40:22 +03:00
vimux
55f83239d4 Include icons in header (sizes: 16, 32) 2018-03-06 17:27:34 +03:00
vimux
37414ab085 Add meta description and author 2018-03-04 10:38:20 +03:00
vimux
6f16ca9422 Include internal Google Analytics async partial 2018-03-04 10:33:32 +03:00
vimux
1ab5d11334 Include internal open graph and twitter cards partials 2018-03-04 10:31:50 +03:00
vimux
ac8cec336b Add post_meta partial 2018-03-04 10:21:14 +03:00
vimux
12d054be4f Show title and content for taxonomies pages 2018-03-03 23:47:33 +03:00
vimux
aff7c3515f Add internal comments (Disqus) partial 2018-02-23 16:01:12 +03:00
vimux
8ea72745ac Add post_tags partial 2018-02-23 15:54:37 +03:00
vimux
8dd523595d Add pagination 2018-02-23 15:27:28 +03:00
vimux
06db5f412f Create blocks 2018-02-11 09:55:56 +03:00
vimux
b0a726b194 Add main.css with css reboot 2018-02-11 09:35:19 +03:00
vimux
28e073543b Add single template 2018-02-11 09:25:05 +03:00
vimux
5b81da614f Add summary template 2018-02-09 19:59:01 +03:00
vimux
2fd4ce4b9c Delete blank index.html template 2018-02-09 19:57:33 +03:00
vimux
5af210c7e9 Add default list template 2018-02-09 19:18:46 +03:00
vimux
8229f715db Add initial structure for header.html and footer.html 2018-02-09 19:16:23 +03:00
vimux
5a1760fabf Add initial theme files 2018-02-09 19:04:29 +03:00