Commit Graph

75 Commits

Author SHA1 Message Date
Vivek R
6477aa7a9a
Merge pull request #45 from obar/content-in-list-pages
Include front matter in home and list pages if provided
2020-05-24 06:49:43 +00:00
Vivek R
4f12837a2a
Merge pull request #51 from komish/make-pre-code-inline-block
render code blocks as inline-block to fix indentation/padding issue
2020-05-24 06:48:26 +00:00
Vivek R
af7542395d
Merge pull request #52 from komish/add-baseURL-to-head
adding base tag to header to fix static file linking
2020-05-24 06:48:05 +00:00
Jose R. Gonzalez
fc305d7707 adding base tag to header to fix static file linking 2020-05-17 16:22:39 -05:00
Jose R. Gonzalez
30f99b49bf render code blocks as inline-block 2020-05-03 23:44:30 -05:00
Vivek R
9e5c5eb8f3
Merge pull request #46 from miteigi/upstream-patch/remove-ds-store
Remove .DS_Store file
2020-04-28 11:43:54 +05:30
miteigi
f05125cf0f
Remove .DS_Store file 2020-03-19 19:43:55 +09:00
Ori
c9e27c471a Include front matter in home and list pages if provided
Contents in `_index.md` files will be used if the relevant files
exist, per hugo documentation:
https://gohugo.io/templates/lists/#add-content-and-front-matter-to-list-pages
2020-02-18 23:53:05 -05:00
Vivek R
d680e98905 chore: add doc for summary length config 2020-02-14 20:38:38 +05:30
Vivek R
38751fe862
Merge pull request #43 from iromeister/patch-1
replace .RawContent with .Summary - looks way better
2020-02-14 20:34:43 +05:30
Timo Ollech
2dcf88303a
replace .RawContent with .Summary - looks way better
.Summary retains all formatting of posts for the paginator which looks much nicer than .RawContent. The length of the .Summary (in words, not characters) can be set via the config variable summaryLength.
2020-02-11 21:40:23 +01:00
Vivek R
7b9ac34f10 fix: disable custom js from sample config 2020-02-03 18:24:52 +05:30
Vivek R
28b525ab09 feat: default style for table 2020-01-05 11:55:42 +05:30
Vivek R
7aba720e77 fix: don't prepend host url to external js if it starts with http:// or https:// 2019-12-31 10:11:22 +05:30
Vivek R
76678b5559 fix: disable disqus if Site.DisqusShortname is not set 2019-12-30 19:39:09 +05:30
Vivek R
972d3cef54
Merge pull request #34 from mahito1594/feature/disable-ga-when-server
Disable Google Analytics when the site being served with build-in server
2019-12-30 19:24:36 +05:30
Vivek R
6148bfde45 fix: update demo pygmentes style 2019-11-19 16:22:05 +05:30
Mahito TANNO
de58726d3b Disable Google Analytics when hugo server 2019-11-10 00:00:18 +09:00
Vivek R
8961042aa1
Merge pull request #31 from was-up/fix_home_link
[Fix] Link to home in head partial.
2019-11-04 15:22:33 +05:30
Andre Restivo
64eafb28bd [Fix] Link to home in head partial.
Link was pointing to / instead of using .Site.BaseURL.
2019-11-02 17:06:32 +00:00
Vivek R
a7eca2baeb
Merge pull request #26 from vividvilla/feat-custom-css-js
feat: load custom CSS and JS
2019-10-23 00:38:39 +05:30
Vivek R
1df516090c feat: load custom CSS and JS 2019-10-23 00:34:47 +05:30
Vivek R
fd80089ceb
Merge pull request #25 from vividvilla/fix-readability
Fix readability
2019-10-22 23:54:31 +05:30
Vivek R
e52c69a3c1 fix: anchor text color for dark theme 2019-10-22 19:52:32 +05:30
Vivek R
f6d21899a2 chore: add gitignore 2019-10-22 16:02:29 +05:30
Vivek R
3bb3f06886 fix: readability fixes 2019-10-22 16:02:29 +05:30
Vivek R
4f0c28af2e
Merge pull request #19 from cgiacomi/feature/posttags
feat: add tag list to post
2019-10-19 18:07:05 +05:30
cgiacomi
28c2f28a13 fix: change layout for tags 2019-10-17 21:57:21 +02:00
cgiacomi
7d9bec3737 chore: merge from master 2019-10-17 21:04:50 +02:00
Vivek R
edf7470d61 fix: readability fix for small screen devices 2019-10-13 01:23:11 +05:30
Vivek R
84ec33e02f fix: anchor tag overflow on chrome bug 2019-10-13 00:52:27 +05:30
Vivek R
1e1a59467c fix: set demo pagination to 5 items 2019-10-12 23:02:22 +05:30
Vivek R
0e51209179
Merge pull request #21 from vividvilla/feat-dark-mode
feat: add dark mode
2019-10-12 23:00:32 +05:30
Vivek R
d8269da722 feat: add dark mode 2019-10-12 22:48:57 +05:30
Vivek R
10254883df
Merge pull request #18 from cgiacomi/feature/draftlabal
feat: add draft label for draft posts
2019-10-12 22:39:08 +05:30
cgiacomi
470638b4bc fix: move tags to bottom of post 2019-10-12 17:39:40 +02:00
cgiacomi
298648a63b feat: add draft label to recent articles 2019-10-12 17:24:28 +02:00
cgiacomi
186ad23333 feat: add draft label to post list 2019-10-12 17:11:34 +02:00
Vivek R
e902ec0239
Merge pull request #20 from vividvilla/fix-typography
fix: increase header font weight
2019-10-12 19:30:41 +05:30
Vivek R
21e93a4dcd fix: increase header font weight 2019-10-12 19:28:34 +05:30
cgiacomi
4ccf226f91 feat: add tag list to post header 2019-10-12 09:27:08 +02:00
cgiacomi
a6070f5408 feat: add draft label for draft posts 2019-10-11 21:25:17 +02:00
Vivek R
6e5bf0c053
Merge pull request #17 from cgiacomi/feature/copyright
feat: add copyright option
2019-10-10 17:19:09 +05:30
Christian Giacomi
a09b1d9585 feat: add copyright option 2019-10-10 13:01:45 +02:00
Vivek R
be412d7167
Merge pull request #16 from directed-graph/master
feat: allow specifying favicon via configuration
2019-10-10 11:34:09 +05:30
Travis Chen
bb85c2b77f feat: allow specifying favicon via configuration
We assume PNG MIME type, because, from my understanding, PNG is the main format
for favicons nowadays (even if they have an "ico" extension). Further
configuration options are needed to allow for specifying different MIME types.
2019-10-09 17:00:30 -07:00
Vivek R
1a6e76206c
Merge pull request #15 from vividvilla/fix-media
fix: image and video getting scaled to 100% width
2019-09-20 00:03:06 +05:30
Vivek R
5f7e3184bd fix: add whitespace between title and subtitle in title header 2019-09-20 00:01:19 +05:30
Vivek R
2837a2ba62 fix: images and other media doesn't get scaled 100% width 2019-09-20 00:01:19 +05:30
Vivek R
34844c3b3d
Merge pull request #14 from vividvilla/fix-build
fix: build failed due to invalid variable reference
2019-09-19 22:58:13 +05:30